Shades of Eggplant #AA017A
Tints of Eggplant #AA017A
RGB
CMYK
RGB Variations
Color information
#AA017A (or 0xAA017A) is known color: Eggplant. HEX triplet: AA, 01 and 7A. RGB value is (170,1,122). Sum of RGB (Red+Green+Blue) = 170+1+122=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA017A is #55FE85. Grayscale: #414141. Windows color (decimal): -5635718 or 7995818. OLE color: 7995818.
HSL color Cylindrical-coordinate representation of color #AA017A: hue angle of 317.04º 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 #AA017A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.33 |
| HSL | 317.04º | 0.99% | 0.34% | - |
| HSV(B) | 317.04º | 0.99% | 0.67% | - |
| XYZ | 20.1 | 9.97 | 19.28 | - |
| YUV | 65.33 | 159.99 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 122 | 0 | 0.99 | 0.28 | 0.33 | 317.04 | 0.99 | 0.34 |
| Hex | AA | 1 | 7A | 0 | 63 | 1C | 21 | 13D | 63 | 22 |
| Octal | 252 | 1 | 172 | 0 | 143 | 34 | 41 | 475 | 143 | 42 |
| Binary | 10101010 | 1 | 1111010 | 0 | 1100011 | 11100 | 100001 | 100111101 | 1100011 | 100010 |
Color Harmonies of #AA017A
Complementary color
Monochromatic Colors of #AA017A
Black with #AA017A
Text Example
Text Example
White with #AA017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA017A; }
p { color: rgb(170,1,122); }
H1.HeaderClassName
{
color: #AA017A;
}
.AnyTagClassName
{
color: #AA017A;
}
</style>
background-color css
<style>
a { background-color: #AA017A; }
a { background-color: rgb(170,1,122); }
div.DivClassName
{
background-color: #AA017A;
}
.BgClassName
{
background-color: #AA017A;
}
</style>
border-color css
<style>
span { border-color: #AA017A; }
span { border-color: rgb(170,1,122); }
td.TdClassName
{
border-color: #AA017A;
}
.TagClassName
{
border-color: #AA017A;
}
</style>