Shades of Eggplant #AA087F
Tints of Eggplant #AA087F
RGB
CMYK
RGB Variations
Color information
#AA087F (or 0xAA087F) is known color: Eggplant. HEX triplet: AA, 08 and 7F. RGB value is (170,8,127). Sum of RGB (Red+Green+Blue) = 170+8+127=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA087F is #55F780. Grayscale: #454545. Windows color (decimal): -5633921 or 8325290. OLE color: 8325290.
HSL color Cylindrical-coordinate representation of color #AA087F: hue angle of 315.93º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA087F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 127 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.33 |
| HSL | 315.93º | 0.91% | 0.35% | - |
| HSV(B) | 315.93º | 0.95% | 0.67% | - |
| XYZ | 20.5 | 10.25 | 20.98 | - |
| YUV | 70 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 127 | 0 | 0.95 | 0.25 | 0.33 | 315.93 | 0.91 | 0.35 |
| Hex | AA | 8 | 7F | 0 | 5F | 19 | 21 | 13C | 5B | 23 |
| Octal | 252 | 10 | 177 | 0 | 137 | 31 | 41 | 474 | 133 | 43 |
| Binary | 10101010 | 1000 | 1111111 | 0 | 1011111 | 11001 | 100001 | 100111100 | 1011011 | 100011 |
Color Harmonies of #AA087F
Complementary color
Monochromatic Colors of #AA087F
Black with #AA087F
Text Example
Text Example
White with #AA087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA087F; }
p { color: rgb(170,8,127); }
H1.HeaderClassName
{
color: #AA087F;
}
.AnyTagClassName
{
color: #AA087F;
}
</style>
background-color css
<style>
a { background-color: #AA087F; }
a { background-color: rgb(170,8,127); }
div.DivClassName
{
background-color: #AA087F;
}
.BgClassName
{
background-color: #AA087F;
}
</style>
border-color css
<style>
span { border-color: #AA087F; }
span { border-color: rgb(170,8,127); }
td.TdClassName
{
border-color: #AA087F;
}
.TagClassName
{
border-color: #AA087F;
}
</style>