Shades of Eggplant #AA117A
Tints of Eggplant #AA117A
RGB
CMYK
RGB Variations
Color information
#AA117A (or 0xAA117A) is known color: Eggplant. HEX triplet: AA, 11 and 7A. RGB value is (170,17,122). Sum of RGB (Red+Green+Blue) = 170+17+122=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117A is #55EE85. Grayscale: #4A4A4A. Windows color (decimal): -5631622 or 7999914. OLE color: 7999914.
HSL color Cylindrical-coordinate representation of color #AA117A: hue angle of 318.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA117A is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 122 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.33 |
| HSL | 318.82º | 0.82% | 0.37% | - |
| HSV(B) | 318.82º | 0.9% | 0.67% | - |
| XYZ | 20.29 | 10.35 | 19.34 | - |
| YUV | 74.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 122 | 0 | 0.9 | 0.28 | 0.33 | 318.82 | 0.82 | 0.37 |
| Hex | AA | 11 | 7A | 0 | 5A | 1C | 21 | 13F | 52 | 25 |
| Octal | 252 | 21 | 172 | 0 | 132 | 34 | 41 | 477 | 122 | 45 |
| Binary | 10101010 | 10001 | 1111010 | 0 | 1011010 | 11100 | 100001 | 100111111 | 1010010 | 100101 |
Color Harmonies of #AA117A
Complementary color
Monochromatic Colors of #AA117A
Black with #AA117A
Text Example
Text Example
White with #AA117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA117A; }
p { color: rgb(170,17,122); }
H1.HeaderClassName
{
color: #AA117A;
}
.AnyTagClassName
{
color: #AA117A;
}
</style>
background-color css
<style>
a { background-color: #AA117A; }
a { background-color: rgb(170,17,122); }
div.DivClassName
{
background-color: #AA117A;
}
.BgClassName
{
background-color: #AA117A;
}
</style>
border-color css
<style>
span { border-color: #AA117A; }
span { border-color: rgb(170,17,122); }
td.TdClassName
{
border-color: #AA117A;
}
.TagClassName
{
border-color: #AA117A;
}
</style>