Shades of Eggplant #AA0377
Tints of Eggplant #AA0377
RGB
CMYK
RGB Variations
Color information
#AA0377 (or 0xAA0377) is known color: Eggplant. HEX triplet: AA, 03 and 77. RGB value is (170,3,119). Sum of RGB (Red+Green+Blue) = 170+3+119=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0377 is #55FC88. Grayscale: #414141. Windows color (decimal): -5635209 or 7799722. OLE color: 7799722.
HSL color Cylindrical-coordinate representation of color #AA0377: hue angle of 318.32º degrees, saturation: 0.97, 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 #AA0377 is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.3 | 0.33 |
| HSL | 318.32º | 0.97% | 0.34% | - |
| HSV(B) | 318.32º | 0.98% | 0.67% | - |
| XYZ | 19.94 | 9.94 | 18.32 | - |
| YUV | 66.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 119 | 0 | 0.98 | 0.3 | 0.33 | 318.32 | 0.97 | 0.34 |
| Hex | AA | 3 | 77 | 0 | 62 | 1E | 21 | 13E | 61 | 22 |
| Octal | 252 | 3 | 167 | 0 | 142 | 36 | 41 | 476 | 141 | 42 |
| Binary | 10101010 | 11 | 1110111 | 0 | 1100010 | 11110 | 100001 | 100111110 | 1100001 | 100010 |
Color Harmonies of #AA0377
Complementary color
Monochromatic Colors of #AA0377
Black with #AA0377
Text Example
Text Example
White with #AA0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0377; }
p { color: rgb(170,3,119); }
H1.HeaderClassName
{
color: #AA0377;
}
.AnyTagClassName
{
color: #AA0377;
}
</style>
background-color css
<style>
a { background-color: #AA0377; }
a { background-color: rgb(170,3,119); }
div.DivClassName
{
background-color: #AA0377;
}
.BgClassName
{
background-color: #AA0377;
}
</style>
border-color css
<style>
span { border-color: #AA0377; }
span { border-color: rgb(170,3,119); }
td.TdClassName
{
border-color: #AA0377;
}
.TagClassName
{
border-color: #AA0377;
}
</style>