Shades of Eggplant #AA0179
Tints of Eggplant #AA0179
RGB
CMYK
RGB Variations
Color information
#AA0179 (or 0xAA0179) is known color: Eggplant. HEX triplet: AA, 01 and 79. RGB value is (170,1,121). Sum of RGB (Red+Green+Blue) = 170+1+121=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0179 is #55FE86. Grayscale: #404040. Windows color (decimal): -5635719 or 7930282. OLE color: 7930282.
HSL color Cylindrical-coordinate representation of color #AA0179: hue angle of 317.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0179 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.33 |
| HSL | 317.4º | 0.99% | 0.34% | - |
| HSV(B) | 317.4º | 0.99% | 0.67% | - |
| XYZ | 20.04 | 9.95 | 18.95 | - |
| YUV | 65.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 121 | 0 | 0.99 | 0.29 | 0.33 | 317.4 | 0.99 | 0.34 |
| Hex | AA | 1 | 79 | 0 | 63 | 1D | 21 | 13D | 63 | 22 |
| Octal | 252 | 1 | 171 | 0 | 143 | 35 | 41 | 475 | 143 | 42 |
| Binary | 10101010 | 1 | 1111001 | 0 | 1100011 | 11101 | 100001 | 100111101 | 1100011 | 100010 |
Color Harmonies of #AA0179
Complementary color
Monochromatic Colors of #AA0179
Black with #AA0179
Text Example
Text Example
White with #AA0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0179; }
p { color: rgb(170,1,121); }
H1.HeaderClassName
{
color: #AA0179;
}
.AnyTagClassName
{
color: #AA0179;
}
</style>
background-color css
<style>
a { background-color: #AA0179; }
a { background-color: rgb(170,1,121); }
div.DivClassName
{
background-color: #AA0179;
}
.BgClassName
{
background-color: #AA0179;
}
</style>
border-color css
<style>
span { border-color: #AA0179; }
span { border-color: rgb(170,1,121); }
td.TdClassName
{
border-color: #AA0179;
}
.TagClassName
{
border-color: #AA0179;
}
</style>