Shades of Eggplant #AA017E
Tints of Eggplant #AA017E
RGB
CMYK
RGB Variations
Color information
#AA017E (or 0xAA017E) is known color: Eggplant. HEX triplet: AA, 01 and 7E. RGB value is (170,1,126). Sum of RGB (Red+Green+Blue) = 170+1+126=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA017E is #55FE81. Grayscale: #414141. Windows color (decimal): -5635714 or 8257962. OLE color: 8257962.
HSL color Cylindrical-coordinate representation of color #AA017E: hue angle of 315.62º 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 #AA017E is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.33 |
| HSL | 315.62º | 0.99% | 0.34% | - |
| HSV(B) | 315.62º | 0.99% | 0.67% | - |
| XYZ | 20.35 | 10.07 | 20.61 | - |
| YUV | 65.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 126 | 0 | 0.99 | 0.26 | 0.33 | 315.62 | 0.99 | 0.34 |
| Hex | AA | 1 | 7E | 0 | 63 | 1A | 21 | 13C | 63 | 22 |
| Octal | 252 | 1 | 176 | 0 | 143 | 32 | 41 | 474 | 143 | 42 |
| Binary | 10101010 | 1 | 1111110 | 0 | 1100011 | 11010 | 100001 | 100111100 | 1100011 | 100010 |
Color Harmonies of #AA017E
Complementary color
Monochromatic Colors of #AA017E
Black with #AA017E
Text Example
Text Example
White with #AA017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA017E; }
p { color: rgb(170,1,126); }
H1.HeaderClassName
{
color: #AA017E;
}
.AnyTagClassName
{
color: #AA017E;
}
</style>
background-color css
<style>
a { background-color: #AA017E; }
a { background-color: rgb(170,1,126); }
div.DivClassName
{
background-color: #AA017E;
}
.BgClassName
{
background-color: #AA017E;
}
</style>
border-color css
<style>
span { border-color: #AA017E; }
span { border-color: rgb(170,1,126); }
td.TdClassName
{
border-color: #AA017E;
}
.TagClassName
{
border-color: #AA017E;
}
</style>