Shades of Eggplant #AA007D
Tints of Eggplant #AA007D
RGB
CMYK
RGB Variations
Color information
#AA007D (or 0xAA007D) is known color: Eggplant. HEX triplet: AA, 00 and 7D. RGB value is (170,0,125). Sum of RGB (Red+Green+Blue) = 170+0+125=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007D is #55FF82. Grayscale: #404040. Windows color (decimal): -5635971 or 8192170. OLE color: 8192170.
HSL color Cylindrical-coordinate representation of color #AA007D: hue angle of 315.88º 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 #AA007D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.26 | 0.33 |
| HSL | 315.88º | 1% | 0.33% | - |
| HSV(B) | 315.88º | 1% | 0.67% | - |
| XYZ | 20.28 | 10.03 | 20.27 | - |
| YUV | 65.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 125 | 0 | 1 | 0.26 | 0.33 | 315.88 | 1 | 0.33 |
| Hex | AA | 0 | 7D | 0 | 64 | 1A | 21 | 13C | 64 | 21 |
| Octal | 252 | 0 | 175 | 0 | 144 | 32 | 41 | 474 | 144 | 41 |
| Binary | 10101010 | 0 | 1111101 | 0 | 1100100 | 11010 | 100001 | 100111100 | 1100100 | 100001 |
Color Harmonies of #AA007D
Complementary color
Monochromatic Colors of #AA007D
Black with #AA007D
Text Example
Text Example
White with #AA007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA007D; }
p { color: rgb(170,0,125); }
H1.HeaderClassName
{
color: #AA007D;
}
.AnyTagClassName
{
color: #AA007D;
}
</style>
background-color css
<style>
a { background-color: #AA007D; }
a { background-color: rgb(170,0,125); }
div.DivClassName
{
background-color: #AA007D;
}
.BgClassName
{
background-color: #AA007D;
}
</style>
border-color css
<style>
span { border-color: #AA007D; }
span { border-color: rgb(170,0,125); }
td.TdClassName
{
border-color: #AA007D;
}
.TagClassName
{
border-color: #AA007D;
}
</style>