Shades of Eggplant #AA0481
Tints of Eggplant #AA0481
RGB
CMYK
RGB Variations
Color information
#AA0481 (or 0xAA0481) is known color: Eggplant. HEX triplet: AA, 04 and 81. RGB value is (170,4,129). Sum of RGB (Red+Green+Blue) = 170+4+129=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0481 is #55FB7E. Grayscale: #434343. Windows color (decimal): -5634943 or 8455338. OLE color: 8455338.
HSL color Cylindrical-coordinate representation of color #AA0481: hue angle of 314.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0481 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.33 |
| HSL | 314.82º | 0.95% | 0.34% | - |
| HSV(B) | 314.82º | 0.98% | 0.67% | - |
| XYZ | 20.58 | 10.22 | 21.66 | - |
| YUV | 67.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 129 | 0 | 0.98 | 0.24 | 0.33 | 314.82 | 0.95 | 0.34 |
| Hex | AA | 4 | 81 | 0 | 62 | 18 | 21 | 13B | 5F | 22 |
| Octal | 252 | 4 | 201 | 0 | 142 | 30 | 41 | 473 | 137 | 42 |
| Binary | 10101010 | 100 | 10000001 | 0 | 1100010 | 11000 | 100001 | 100111011 | 1011111 | 100010 |
Color Harmonies of #AA0481
Complementary color
Monochromatic Colors of #AA0481
Black with #AA0481
Text Example
Text Example
White with #AA0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0481; }
p { color: rgb(170,4,129); }
H1.HeaderClassName
{
color: #AA0481;
}
.AnyTagClassName
{
color: #AA0481;
}
</style>
background-color css
<style>
a { background-color: #AA0481; }
a { background-color: rgb(170,4,129); }
div.DivClassName
{
background-color: #AA0481;
}
.BgClassName
{
background-color: #AA0481;
}
</style>
border-color css
<style>
span { border-color: #AA0481; }
span { border-color: rgb(170,4,129); }
td.TdClassName
{
border-color: #AA0481;
}
.TagClassName
{
border-color: #AA0481;
}
</style>