Parses a color value into a HexDecimalObject representing RGB(A) values.
The color value to parse (e.g., hex, rgb, rgba string).
A HexDecimalObject representing the parsed RGB(A) values.
Error if the color value is invalid or cannot be converted.
Parses a color value into a HexDecimalObject representing RGB(A) values.