RRGGBBAA
RRGGBBAA refers to an eight-digit hexadecimal color notation that encodes red, green, blue, and alpha channels in that order. The digits are arranged as RR GG BB AA, with each pair representing an 8-bit value from 00 to FF (0 to 255).
The first three pairs specify the red, green, and blue color components in the standard sRGB color
RRGGBBAA is supported in contexts that implement CSS Color Level 4 (and later), notably many modern web
To convert to the rgba() form used for non-hex notation, interpret R, G, B as decimal 0–255
Not all environments recognize eight-digit hex colors; some APIs and legacy tools expect different orders, such