Shades of Eggplant #AA0670
Tints of Eggplant #AA0670
RGB
CMYK
RGB Variations
Color information
#AA0670 (or 0xAA0670) is known color: Eggplant. HEX triplet: AA, 06 and 70. RGB value is (170,6,112). Sum of RGB (Red+Green+Blue) = 170+6+112=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0670 is #55F98F. Grayscale: #424242. Windows color (decimal): -5634448 or 7341738. OLE color: 7341738.
HSL color Cylindrical-coordinate representation of color #AA0670: hue angle of 321.22º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0670 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 112 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.33 |
| HSL | 321.22º | 0.93% | 0.35% | - |
| HSV(B) | 321.22º | 0.96% | 0.67% | - |
| XYZ | 19.57 | 9.85 | 16.2 | - |
| YUV | 67.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 112 | 0 | 0.96 | 0.34 | 0.33 | 321.22 | 0.93 | 0.35 |
| Hex | AA | 6 | 70 | 0 | 60 | 22 | 21 | 141 | 5D | 23 |
| Octal | 252 | 6 | 160 | 0 | 140 | 42 | 41 | 501 | 135 | 43 |
| Binary | 10101010 | 110 | 1110000 | 0 | 1100000 | 100010 | 100001 | 101000001 | 1011101 | 100011 |
Color Harmonies of #AA0670
Complementary color
Monochromatic Colors of #AA0670
Black with #AA0670
Text Example
Text Example
White with #AA0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0670; }
p { color: rgb(170,6,112); }
H1.HeaderClassName
{
color: #AA0670;
}
.AnyTagClassName
{
color: #AA0670;
}
</style>
background-color css
<style>
a { background-color: #AA0670; }
a { background-color: rgb(170,6,112); }
div.DivClassName
{
background-color: #AA0670;
}
.BgClassName
{
background-color: #AA0670;
}
</style>
border-color css
<style>
span { border-color: #AA0670; }
span { border-color: rgb(170,6,112); }
td.TdClassName
{
border-color: #AA0670;
}
.TagClassName
{
border-color: #AA0670;
}
</style>