Shades of Eggplant #AA0A7C
Tints of Eggplant #AA0A7C
RGB
CMYK
RGB Variations
Color information
#AA0A7C (or 0xAA0A7C) is known color: Eggplant. HEX triplet: AA, 0A and 7C. RGB value is (170,10,124). Sum of RGB (Red+Green+Blue) = 170+10+124=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A7C is #55F583. Grayscale: #464646. Windows color (decimal): -5633412 or 8129194. OLE color: 8129194.
HSL color Cylindrical-coordinate representation of color #AA0A7C: hue angle of 317.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A7C is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 124 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.33 |
| HSL | 317.25º | 0.89% | 0.35% | - |
| HSV(B) | 317.25º | 0.94% | 0.67% | - |
| XYZ | 20.32 | 10.22 | 19.97 | - |
| YUV | 70.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 124 | 0 | 0.94 | 0.27 | 0.33 | 317.25 | 0.89 | 0.35 |
| Hex | AA | A | 7C | 0 | 5E | 1B | 21 | 13D | 59 | 23 |
| Octal | 252 | 12 | 174 | 0 | 136 | 33 | 41 | 475 | 131 | 43 |
| Binary | 10101010 | 1010 | 1111100 | 0 | 1011110 | 11011 | 100001 | 100111101 | 1011001 | 100011 |
Color Harmonies of #AA0A7C
Complementary color
Monochromatic Colors of #AA0A7C
Black with #AA0A7C
Text Example
Text Example
White with #AA0A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A7C; }
p { color: rgb(170,10,124); }
H1.HeaderClassName
{
color: #AA0A7C;
}
.AnyTagClassName
{
color: #AA0A7C;
}
</style>
background-color css
<style>
a { background-color: #AA0A7C; }
a { background-color: rgb(170,10,124); }
div.DivClassName
{
background-color: #AA0A7C;
}
.BgClassName
{
background-color: #AA0A7C;
}
</style>
border-color css
<style>
span { border-color: #AA0A7C; }
span { border-color: rgb(170,10,124); }
td.TdClassName
{
border-color: #AA0A7C;
}
.TagClassName
{
border-color: #AA0A7C;
}
</style>