Shades of Eggplant #A90281
Tints of Eggplant #A90281
RGB
CMYK
RGB Variations
Color information
#A90281 (or 0xA90281) is known color: Eggplant. HEX triplet: A9, 02 and 81. RGB value is (169,2,129). Sum of RGB (Red+Green+Blue) = 169+2+129=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A90281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90281 is #56FD7E. Grayscale: #424242. Windows color (decimal): -5700991 or 8454825. OLE color: 8454825.
HSL color Cylindrical-coordinate representation of color #A90281: hue angle of 314.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90281 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.34 |
| HSL | 314.37º | 0.98% | 0.34% | - |
| HSV(B) | 314.37º | 0.99% | 0.66% | - |
| XYZ | 20.35 | 10.06 | 21.64 | - |
| YUV | 66.41 | 163.33 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 129 | 0 | 0.99 | 0.24 | 0.34 | 314.37 | 0.98 | 0.34 |
| Hex | A9 | 2 | 81 | 0 | 63 | 18 | 22 | 13A | 62 | 22 |
| Octal | 251 | 2 | 201 | 0 | 143 | 30 | 42 | 472 | 142 | 42 |
| Binary | 10101001 | 10 | 10000001 | 0 | 1100011 | 11000 | 100010 | 100111010 | 1100010 | 100010 |
Color Harmonies of #A90281
Complementary color
Monochromatic Colors of #A90281
Black with #A90281
Text Example
Text Example
White with #A90281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90281; }
p { color: rgb(169,2,129); }
H1.HeaderClassName
{
color: #A90281;
}
.AnyTagClassName
{
color: #A90281;
}
</style>
background-color css
<style>
a { background-color: #A90281; }
a { background-color: rgb(169,2,129); }
div.DivClassName
{
background-color: #A90281;
}
.BgClassName
{
background-color: #A90281;
}
</style>
border-color css
<style>
span { border-color: #A90281; }
span { border-color: rgb(169,2,129); }
td.TdClassName
{
border-color: #A90281;
}
.TagClassName
{
border-color: #A90281;
}
</style>