Shades of Eggplant #AA0977
Tints of Eggplant #AA0977
RGB
CMYK
RGB Variations
Color information
#AA0977 (or 0xAA0977) is known color: Eggplant. HEX triplet: AA, 09 and 77. RGB value is (170,9,119). Sum of RGB (Red+Green+Blue) = 170+9+119=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0977 is #55F688. Grayscale: #454545. Windows color (decimal): -5633673 or 7801258. OLE color: 7801258.
HSL color Cylindrical-coordinate representation of color #AA0977: hue angle of 319.01º degrees, saturation: 0.9, 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 #AA0977 is Cyan = 0, Magento = 0.95, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 119 | - |
| CMYK | 0 | 0.95 | 0.3 | 0.33 |
| HSL | 319.01º | 0.9% | 0.35% | - |
| HSV(B) | 319.01º | 0.95% | 0.67% | - |
| XYZ | 20.01 | 10.07 | 18.34 | - |
| YUV | 69.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 119 | 0 | 0.95 | 0.3 | 0.33 | 319.01 | 0.9 | 0.35 |
| Hex | AA | 9 | 77 | 0 | 5F | 1E | 21 | 13F | 5A | 23 |
| Octal | 252 | 11 | 167 | 0 | 137 | 36 | 41 | 477 | 132 | 43 |
| Binary | 10101010 | 1001 | 1110111 | 0 | 1011111 | 11110 | 100001 | 100111111 | 1011010 | 100011 |
Color Harmonies of #AA0977
Complementary color
Monochromatic Colors of #AA0977
Black with #AA0977
Text Example
Text Example
White with #AA0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0977; }
p { color: rgb(170,9,119); }
H1.HeaderClassName
{
color: #AA0977;
}
.AnyTagClassName
{
color: #AA0977;
}
</style>
background-color css
<style>
a { background-color: #AA0977; }
a { background-color: rgb(170,9,119); }
div.DivClassName
{
background-color: #AA0977;
}
.BgClassName
{
background-color: #AA0977;
}
</style>
border-color css
<style>
span { border-color: #AA0977; }
span { border-color: rgb(170,9,119); }
td.TdClassName
{
border-color: #AA0977;
}
.TagClassName
{
border-color: #AA0977;
}
</style>