Shades of Eggplant #AA0979
Tints of Eggplant #AA0979
RGB
CMYK
RGB Variations
Color information
#AA0979 (or 0xAA0979) is known color: Eggplant. HEX triplet: AA, 09 and 79. RGB value is (170,9,121). Sum of RGB (Red+Green+Blue) = 170+9+121=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0979 is #55F686. Grayscale: #454545. Windows color (decimal): -5633671 or 7932330. OLE color: 7932330.
HSL color Cylindrical-coordinate representation of color #AA0979: hue angle of 318.26º 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 #AA0979 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 121 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.33 |
| HSL | 318.26º | 0.9% | 0.35% | - |
| HSV(B) | 318.26º | 0.95% | 0.67% | - |
| XYZ | 20.13 | 10.12 | 18.98 | - |
| YUV | 69.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 121 | 0 | 0.95 | 0.29 | 0.33 | 318.26 | 0.9 | 0.35 |
| Hex | AA | 9 | 79 | 0 | 5F | 1D | 21 | 13E | 5A | 23 |
| Octal | 252 | 11 | 171 | 0 | 137 | 35 | 41 | 476 | 132 | 43 |
| Binary | 10101010 | 1001 | 1111001 | 0 | 1011111 | 11101 | 100001 | 100111110 | 1011010 | 100011 |
Color Harmonies of #AA0979
Complementary color
Monochromatic Colors of #AA0979
Black with #AA0979
Text Example
Text Example
White with #AA0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0979; }
p { color: rgb(170,9,121); }
H1.HeaderClassName
{
color: #AA0979;
}
.AnyTagClassName
{
color: #AA0979;
}
</style>
background-color css
<style>
a { background-color: #AA0979; }
a { background-color: rgb(170,9,121); }
div.DivClassName
{
background-color: #AA0979;
}
.BgClassName
{
background-color: #AA0979;
}
</style>
border-color css
<style>
span { border-color: #AA0979; }
span { border-color: rgb(170,9,121); }
td.TdClassName
{
border-color: #AA0979;
}
.TagClassName
{
border-color: #AA0979;
}
</style>