Shades of Eggplant #AA007A
Tints of Eggplant #AA007A
RGB
CMYK
RGB Variations
Color information
#AA007A (or 0xAA007A) is known color: Eggplant. HEX triplet: AA, 00 and 7A. RGB value is (170,0,122). Sum of RGB (Red+Green+Blue) = 170+0+122=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007A is #55FF85. Grayscale: #404040. Windows color (decimal): -5635974 or 7995562. OLE color: 7995562.
HSL color Cylindrical-coordinate representation of color #AA007A: hue angle of 316.94º 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 #AA007A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.28 | 0.33 |
| HSL | 316.94º | 1% | 0.33% | - |
| HSV(B) | 316.94º | 1% | 0.67% | - |
| XYZ | 20.09 | 9.95 | 19.27 | - |
| YUV | 64.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 122 | 0 | 1 | 0.28 | 0.33 | 316.94 | 1 | 0.33 |
| Hex | AA | 0 | 7A | 0 | 64 | 1C | 21 | 13D | 64 | 21 |
| Octal | 252 | 0 | 172 | 0 | 144 | 34 | 41 | 475 | 144 | 41 |
| Binary | 10101010 | 0 | 1111010 | 0 | 1100100 | 11100 | 100001 | 100111101 | 1100100 | 100001 |
Color Harmonies of #AA007A
Complementary color
Monochromatic Colors of #AA007A
Black with #AA007A
Text Example
Text Example
White with #AA007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA007A; }
p { color: rgb(170,0,122); }
H1.HeaderClassName
{
color: #AA007A;
}
.AnyTagClassName
{
color: #AA007A;
}
</style>
background-color css
<style>
a { background-color: #AA007A; }
a { background-color: rgb(170,0,122); }
div.DivClassName
{
background-color: #AA007A;
}
.BgClassName
{
background-color: #AA007A;
}
</style>
border-color css
<style>
span { border-color: #AA007A; }
span { border-color: rgb(170,0,122); }
td.TdClassName
{
border-color: #AA007A;
}
.TagClassName
{
border-color: #AA007A;
}
</style>