Shades of Eggplant #AA007E
Tints of Eggplant #AA007E
RGB
CMYK
RGB Variations
Color information
#AA007E (or 0xAA007E) is known color: Eggplant. HEX triplet: AA, 00 and 7E. RGB value is (170,0,126). Sum of RGB (Red+Green+Blue) = 170+0+126=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007E is #55FF81. Grayscale: #404040. Windows color (decimal): -5635970 or 8257706. OLE color: 8257706.
HSL color Cylindrical-coordinate representation of color #AA007E: hue angle of 315.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA007E is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.26 | 0.33 |
| HSL | 315.53º | 1% | 0.33% | - |
| HSV(B) | 315.53º | 1% | 0.67% | - |
| XYZ | 20.34 | 10.05 | 20.61 | - |
| YUV | 65.19 | 162.32 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 126 | 0 | 1 | 0.26 | 0.33 | 315.53 | 1 | 0.33 |
| Hex | AA | 0 | 7E | 0 | 64 | 1A | 21 | 13C | 64 | 21 |
| Octal | 252 | 0 | 176 | 0 | 144 | 32 | 41 | 474 | 144 | 41 |
| Binary | 10101010 | 0 | 1111110 | 0 | 1100100 | 11010 | 100001 | 100111100 | 1100100 | 100001 |
Color Harmonies of #AA007E
Complementary color
Monochromatic Colors of #AA007E
Black with #AA007E
Text Example
Text Example
White with #AA007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA007E; }
p { color: rgb(170,0,126); }
H1.HeaderClassName
{
color: #AA007E;
}
.AnyTagClassName
{
color: #AA007E;
}
</style>
background-color css
<style>
a { background-color: #AA007E; }
a { background-color: rgb(170,0,126); }
div.DivClassName
{
background-color: #AA007E;
}
.BgClassName
{
background-color: #AA007E;
}
</style>
border-color css
<style>
span { border-color: #AA007E; }
span { border-color: rgb(170,0,126); }
td.TdClassName
{
border-color: #AA007E;
}
.TagClassName
{
border-color: #AA007E;
}
</style>