Shades of Eggplant #AA0879
Tints of Eggplant #AA0879
RGB
CMYK
RGB Variations
Color information
#AA0879 (or 0xAA0879) is known color: Eggplant. HEX triplet: AA, 08 and 79. RGB value is (170,8,121). Sum of RGB (Red+Green+Blue) = 170+8+121=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0879 is #55F786. Grayscale: #454545. Windows color (decimal): -5633927 or 7932074. OLE color: 7932074.
HSL color Cylindrical-coordinate representation of color #AA0879: hue angle of 318.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0879 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 121 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.33 |
| HSL | 318.15º | 0.91% | 0.35% | - |
| HSV(B) | 318.15º | 0.95% | 0.67% | - |
| XYZ | 20.12 | 10.1 | 18.98 | - |
| YUV | 69.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 121 | 0 | 0.95 | 0.29 | 0.33 | 318.15 | 0.91 | 0.35 |
| Hex | AA | 8 | 79 | 0 | 5F | 1D | 21 | 13E | 5B | 23 |
| Octal | 252 | 10 | 171 | 0 | 137 | 35 | 41 | 476 | 133 | 43 |
| Binary | 10101010 | 1000 | 1111001 | 0 | 1011111 | 11101 | 100001 | 100111110 | 1011011 | 100011 |
Color Harmonies of #AA0879
Complementary color
Monochromatic Colors of #AA0879
Black with #AA0879
Text Example
Text Example
White with #AA0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0879; }
p { color: rgb(170,8,121); }
H1.HeaderClassName
{
color: #AA0879;
}
.AnyTagClassName
{
color: #AA0879;
}
</style>
background-color css
<style>
a { background-color: #AA0879; }
a { background-color: rgb(170,8,121); }
div.DivClassName
{
background-color: #AA0879;
}
.BgClassName
{
background-color: #AA0879;
}
</style>
border-color css
<style>
span { border-color: #AA0879; }
span { border-color: rgb(170,8,121); }
td.TdClassName
{
border-color: #AA0879;
}
.TagClassName
{
border-color: #AA0879;
}
</style>