Shades of Eggplant #AA0770
Tints of Eggplant #AA0770
RGB
CMYK
RGB Variations
Color information
#AA0770 (or 0xAA0770) is known color: Eggplant. HEX triplet: AA, 07 and 70. RGB value is (170,7,112). Sum of RGB (Red+Green+Blue) = 170+7+112=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0770 is #55F88F. Grayscale: #434343. Windows color (decimal): -5634192 or 7341994. OLE color: 7341994.
HSL color Cylindrical-coordinate representation of color #AA0770: hue angle of 321.35º degrees, saturation: 0.92, 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 #AA0770 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.33 |
| HSL | 321.35º | 0.92% | 0.35% | - |
| HSV(B) | 321.35º | 0.96% | 0.67% | - |
| XYZ | 19.58 | 9.87 | 16.2 | - |
| YUV | 67.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 112 | 0 | 0.96 | 0.34 | 0.33 | 321.35 | 0.92 | 0.35 |
| Hex | AA | 7 | 70 | 0 | 60 | 22 | 21 | 141 | 5C | 23 |
| Octal | 252 | 7 | 160 | 0 | 140 | 42 | 41 | 501 | 134 | 43 |
| Binary | 10101010 | 111 | 1110000 | 0 | 1100000 | 100010 | 100001 | 101000001 | 1011100 | 100011 |
Color Harmonies of #AA0770
Complementary color
Monochromatic Colors of #AA0770
Black with #AA0770
Text Example
Text Example
White with #AA0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0770; }
p { color: rgb(170,7,112); }
H1.HeaderClassName
{
color: #AA0770;
}
.AnyTagClassName
{
color: #AA0770;
}
</style>
background-color css
<style>
a { background-color: #AA0770; }
a { background-color: rgb(170,7,112); }
div.DivClassName
{
background-color: #AA0770;
}
.BgClassName
{
background-color: #AA0770;
}
</style>
border-color css
<style>
span { border-color: #AA0770; }
span { border-color: rgb(170,7,112); }
td.TdClassName
{
border-color: #AA0770;
}
.TagClassName
{
border-color: #AA0770;
}
</style>