Shades of Eggplant #AA007F
Tints of Eggplant #AA007F
RGB
CMYK
RGB Variations
Color information
#AA007F (or 0xAA007F) is known color: Eggplant. HEX triplet: AA, 00 and 7F. RGB value is (170,0,127). Sum of RGB (Red+Green+Blue) = 170+0+127=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007F is #55FF80. Grayscale: #404040. Windows color (decimal): -5635969 or 8323242. OLE color: 8323242.
HSL color Cylindrical-coordinate representation of color #AA007F: hue angle of 315.18º 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 #AA007F is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.25 | 0.33 |
| HSL | 315.18º | 1% | 0.33% | - |
| HSV(B) | 315.18º | 1% | 0.67% | - |
| XYZ | 20.41 | 10.08 | 20.95 | - |
| YUV | 65.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 127 | 0 | 1 | 0.25 | 0.33 | 315.18 | 1 | 0.33 |
| Hex | AA | 0 | 7F | 0 | 64 | 19 | 21 | 13B | 64 | 21 |
| Octal | 252 | 0 | 177 | 0 | 144 | 31 | 41 | 473 | 144 | 41 |
| Binary | 10101010 | 0 | 1111111 | 0 | 1100100 | 11001 | 100001 | 100111011 | 1100100 | 100001 |
Color Harmonies of #AA007F
Complementary color
Monochromatic Colors of #AA007F
Black with #AA007F
Text Example
Text Example
White with #AA007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA007F; }
p { color: rgb(170,0,127); }
H1.HeaderClassName
{
color: #AA007F;
}
.AnyTagClassName
{
color: #AA007F;
}
</style>
background-color css
<style>
a { background-color: #AA007F; }
a { background-color: rgb(170,0,127); }
div.DivClassName
{
background-color: #AA007F;
}
.BgClassName
{
background-color: #AA007F;
}
</style>
border-color css
<style>
span { border-color: #AA007F; }
span { border-color: rgb(170,0,127); }
td.TdClassName
{
border-color: #AA007F;
}
.TagClassName
{
border-color: #AA007F;
}
</style>