Shades of Eggplant #AA016E
Tints of Eggplant #AA016E
RGB
CMYK
RGB Variations
Color information
#AA016E (or 0xAA016E) is known color: Eggplant. HEX triplet: AA, 01 and 6E. RGB value is (170,1,110). Sum of RGB (Red+Green+Blue) = 170+1+110=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA016E is #55FE91. Grayscale: #3F3F3F. Windows color (decimal): -5635730 or 7209386. OLE color: 7209386.
HSL color Cylindrical-coordinate representation of color #AA016E: hue angle of 321.3º 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 #AA016E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.33 |
| HSL | 321.3º | 0.99% | 0.34% | - |
| HSV(B) | 321.3º | 0.99% | 0.67% | - |
| XYZ | 19.4 | 9.69 | 15.6 | - |
| YUV | 63.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 110 | 0 | 0.99 | 0.35 | 0.33 | 321.3 | 0.99 | 0.34 |
| Hex | AA | 1 | 6E | 0 | 63 | 23 | 21 | 141 | 63 | 22 |
| Octal | 252 | 1 | 156 | 0 | 143 | 43 | 41 | 501 | 143 | 42 |
| Binary | 10101010 | 1 | 1101110 | 0 | 1100011 | 100011 | 100001 | 101000001 | 1100011 | 100010 |
Color Harmonies of #AA016E
Complementary color
Monochromatic Colors of #AA016E
Black with #AA016E
Text Example
Text Example
White with #AA016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA016E; }
p { color: rgb(170,1,110); }
H1.HeaderClassName
{
color: #AA016E;
}
.AnyTagClassName
{
color: #AA016E;
}
</style>
background-color css
<style>
a { background-color: #AA016E; }
a { background-color: rgb(170,1,110); }
div.DivClassName
{
background-color: #AA016E;
}
.BgClassName
{
background-color: #AA016E;
}
</style>
border-color css
<style>
span { border-color: #AA016E; }
span { border-color: rgb(170,1,110); }
td.TdClassName
{
border-color: #AA016E;
}
.TagClassName
{
border-color: #AA016E;
}
</style>