Shades of Eggplant #AA0079
Tints of Eggplant #AA0079
RGB
CMYK
RGB Variations
Color information
#AA0079 (or 0xAA0079) is known color: Eggplant. HEX triplet: AA, 00 and 79. RGB value is (170,0,121). Sum of RGB (Red+Green+Blue) = 170+0+121=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0079 is #55FF86. Grayscale: #404040. Windows color (decimal): -5635975 or 7930026. OLE color: 7930026.
HSL color Cylindrical-coordinate representation of color #AA0079: hue angle of 317.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0079 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.29 | 0.33 |
| HSL | 317.29º | 1% | 0.33% | - |
| HSV(B) | 317.29º | 1% | 0.67% | - |
| XYZ | 20.03 | 9.93 | 18.95 | - |
| YUV | 64.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 121 | 0 | 1 | 0.29 | 0.33 | 317.29 | 1 | 0.33 |
| Hex | AA | 0 | 79 | 0 | 64 | 1D | 21 | 13D | 64 | 21 |
| Octal | 252 | 0 | 171 | 0 | 144 | 35 | 41 | 475 | 144 | 41 |
| Binary | 10101010 | 0 | 1111001 | 0 | 1100100 | 11101 | 100001 | 100111101 | 1100100 | 100001 |
Color Harmonies of #AA0079
Complementary color
Monochromatic Colors of #AA0079
Black with #AA0079
Text Example
Text Example
White with #AA0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0079; }
p { color: rgb(170,0,121); }
H1.HeaderClassName
{
color: #AA0079;
}
.AnyTagClassName
{
color: #AA0079;
}
</style>
background-color css
<style>
a { background-color: #AA0079; }
a { background-color: rgb(170,0,121); }
div.DivClassName
{
background-color: #AA0079;
}
.BgClassName
{
background-color: #AA0079;
}
</style>
border-color css
<style>
span { border-color: #AA0079; }
span { border-color: rgb(170,0,121); }
td.TdClassName
{
border-color: #AA0079;
}
.TagClassName
{
border-color: #AA0079;
}
</style>