Shades of Eggplant #AA0170
Tints of Eggplant #AA0170
RGB
CMYK
RGB Variations
Color information
#AA0170 (or 0xAA0170) is known color: Eggplant. HEX triplet: AA, 01 and 70. RGB value is (170,1,112). Sum of RGB (Red+Green+Blue) = 170+1+112=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0170 is #55FE8F. Grayscale: #3F3F3F. Windows color (decimal): -5635728 or 7340458. OLE color: 7340458.
HSL color Cylindrical-coordinate representation of color #AA0170: hue angle of 320.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0170 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.33 |
| HSL | 320.59º | 0.99% | 0.34% | - |
| HSV(B) | 320.59º | 0.99% | 0.67% | - |
| XYZ | 19.51 | 9.74 | 16.18 | - |
| YUV | 64.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 112 | 0 | 0.99 | 0.34 | 0.33 | 320.59 | 0.99 | 0.34 |
| Hex | AA | 1 | 70 | 0 | 63 | 22 | 21 | 141 | 63 | 22 |
| Octal | 252 | 1 | 160 | 0 | 143 | 42 | 41 | 501 | 143 | 42 |
| Binary | 10101010 | 1 | 1110000 | 0 | 1100011 | 100010 | 100001 | 101000001 | 1100011 | 100010 |
Color Harmonies of #AA0170
Complementary color
Monochromatic Colors of #AA0170
Black with #AA0170
Text Example
Text Example
White with #AA0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0170; }
p { color: rgb(170,1,112); }
H1.HeaderClassName
{
color: #AA0170;
}
.AnyTagClassName
{
color: #AA0170;
}
</style>
background-color css
<style>
a { background-color: #AA0170; }
a { background-color: rgb(170,1,112); }
div.DivClassName
{
background-color: #AA0170;
}
.BgClassName
{
background-color: #AA0170;
}
</style>
border-color css
<style>
span { border-color: #AA0170; }
span { border-color: rgb(170,1,112); }
td.TdClassName
{
border-color: #AA0170;
}
.TagClassName
{
border-color: #AA0170;
}
</style>