Shades of Eggplant #AA0D77
Tints of Eggplant #AA0D77
RGB
CMYK
RGB Variations
Color information
#AA0D77 (or 0xAA0D77) is known color: Eggplant. HEX triplet: AA, 0D and 77. RGB value is (170,13,119). Sum of RGB (Red+Green+Blue) = 170+13+119=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D77 is #55F288. Grayscale: #474747. Windows color (decimal): -5632649 or 7802282. OLE color: 7802282.
HSL color Cylindrical-coordinate representation of color #AA0D77: hue angle of 319.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D77 is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 119 | - |
| CMYK | 0 | 0.92 | 0.3 | 0.33 |
| HSL | 319.49º | 0.86% | 0.36% | - |
| HSV(B) | 319.49º | 0.92% | 0.67% | - |
| XYZ | 20.05 | 10.17 | 18.36 | - |
| YUV | 72.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 119 | 0 | 0.92 | 0.3 | 0.33 | 319.49 | 0.86 | 0.36 |
| Hex | AA | D | 77 | 0 | 5C | 1E | 21 | 13F | 56 | 24 |
| Octal | 252 | 15 | 167 | 0 | 134 | 36 | 41 | 477 | 126 | 44 |
| Binary | 10101010 | 1101 | 1110111 | 0 | 1011100 | 11110 | 100001 | 100111111 | 1010110 | 100100 |
Color Harmonies of #AA0D77
Complementary color
Monochromatic Colors of #AA0D77
Black with #AA0D77
Text Example
Text Example
White with #AA0D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D77; }
p { color: rgb(170,13,119); }
H1.HeaderClassName
{
color: #AA0D77;
}
.AnyTagClassName
{
color: #AA0D77;
}
</style>
background-color css
<style>
a { background-color: #AA0D77; }
a { background-color: rgb(170,13,119); }
div.DivClassName
{
background-color: #AA0D77;
}
.BgClassName
{
background-color: #AA0D77;
}
</style>
border-color css
<style>
span { border-color: #AA0D77; }
span { border-color: rgb(170,13,119); }
td.TdClassName
{
border-color: #AA0D77;
}
.TagClassName
{
border-color: #AA0D77;
}
</style>