Shades of Eggplant #AA0C7E
Tints of Eggplant #AA0C7E
RGB
CMYK
RGB Variations
Color information
#AA0C7E (or 0xAA0C7E) is known color: Eggplant. HEX triplet: AA, 0C and 7E. RGB value is (170,12,126). Sum of RGB (Red+Green+Blue) = 170+12+126=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C7E is #55F381. Grayscale: #474747. Windows color (decimal): -5632898 or 8260778. OLE color: 8260778.
HSL color Cylindrical-coordinate representation of color #AA0C7E: hue angle of 316.71º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C7E is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.33 |
| HSL | 316.71º | 0.87% | 0.36% | - |
| HSV(B) | 316.71º | 0.93% | 0.67% | - |
| XYZ | 20.47 | 10.32 | 20.65 | - |
| YUV | 72.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 126 | 0 | 0.93 | 0.26 | 0.33 | 316.71 | 0.87 | 0.36 |
| Hex | AA | C | 7E | 0 | 5D | 1A | 21 | 13D | 57 | 24 |
| Octal | 252 | 14 | 176 | 0 | 135 | 32 | 41 | 475 | 127 | 44 |
| Binary | 10101010 | 1100 | 1111110 | 0 | 1011101 | 11010 | 100001 | 100111101 | 1010111 | 100100 |
Color Harmonies of #AA0C7E
Complementary color
Monochromatic Colors of #AA0C7E
Black with #AA0C7E
Text Example
Text Example
White with #AA0C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C7E; }
p { color: rgb(170,12,126); }
H1.HeaderClassName
{
color: #AA0C7E;
}
.AnyTagClassName
{
color: #AA0C7E;
}
</style>
background-color css
<style>
a { background-color: #AA0C7E; }
a { background-color: rgb(170,12,126); }
div.DivClassName
{
background-color: #AA0C7E;
}
.BgClassName
{
background-color: #AA0C7E;
}
</style>
border-color css
<style>
span { border-color: #AA0C7E; }
span { border-color: rgb(170,12,126); }
td.TdClassName
{
border-color: #AA0C7E;
}
.TagClassName
{
border-color: #AA0C7E;
}
</style>