Shades of Eggplant #AA007C
Tints of Eggplant #AA007C
RGB
CMYK
RGB Variations
Color information
#AA007C (or 0xAA007C) is known color: Eggplant. HEX triplet: AA, 00 and 7C. RGB value is (170,0,124). Sum of RGB (Red+Green+Blue) = 170+0+124=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007C is #55FF83. Grayscale: #404040. Windows color (decimal): -5635972 or 8126634. OLE color: 8126634.
HSL color Cylindrical-coordinate representation of color #AA007C: hue angle of 316.24º 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 #AA007C is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.27 | 0.33 |
| HSL | 316.24º | 1% | 0.33% | - |
| HSV(B) | 316.24º | 1% | 0.67% | - |
| XYZ | 20.22 | 10 | 19.93 | - |
| YUV | 64.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 124 | 0 | 1 | 0.27 | 0.33 | 316.24 | 1 | 0.33 |
| Hex | AA | 0 | 7C | 0 | 64 | 1B | 21 | 13C | 64 | 21 |
| Octal | 252 | 0 | 174 | 0 | 144 | 33 | 41 | 474 | 144 | 41 |
| Binary | 10101010 | 0 | 1111100 | 0 | 1100100 | 11011 | 100001 | 100111100 | 1100100 | 100001 |
Color Harmonies of #AA007C
Complementary color
Monochromatic Colors of #AA007C
Black with #AA007C
Text Example
Text Example
White with #AA007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA007C; }
p { color: rgb(170,0,124); }
H1.HeaderClassName
{
color: #AA007C;
}
.AnyTagClassName
{
color: #AA007C;
}
</style>
background-color css
<style>
a { background-color: #AA007C; }
a { background-color: rgb(170,0,124); }
div.DivClassName
{
background-color: #AA007C;
}
.BgClassName
{
background-color: #AA007C;
}
</style>
border-color css
<style>
span { border-color: #AA007C; }
span { border-color: rgb(170,0,124); }
td.TdClassName
{
border-color: #AA007C;
}
.TagClassName
{
border-color: #AA007C;
}
</style>