Shades of Eggplant #A0087A
Tints of Eggplant #A0087A
RGB
CMYK
RGB Variations
Color information
#A0087A (or 0xA0087A) is known color: Eggplant. HEX triplet: A0, 08 and 7A. RGB value is (160,8,122). Sum of RGB (Red+Green+Blue) = 160+8+122=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0087A is #5FF785. Grayscale: #424242. Windows color (decimal): -6289286 or 7997600. OLE color: 7997600.
HSL color Cylindrical-coordinate representation of color #A0087A: hue angle of 315º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0087A is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 122 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.37 |
| HSL | 315º | 0.9% | 0.33% | - |
| HSV(B) | 315º | 0.95% | 0.63% | - |
| XYZ | 18.1 | 9.05 | 19.21 | - |
| YUV | 66.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 122 | 0 | 0.95 | 0.24 | 0.37 | 315 | 0.9 | 0.33 |
| Hex | A0 | 8 | 7A | 0 | 5F | 18 | 25 | 13B | 5A | 21 |
| Octal | 240 | 10 | 172 | 0 | 137 | 30 | 45 | 473 | 132 | 41 |
| Binary | 10100000 | 1000 | 1111010 | 0 | 1011111 | 11000 | 100101 | 100111011 | 1011010 | 100001 |
Color Harmonies of #A0087A
Complementary color
Monochromatic Colors of #A0087A
Black with #A0087A
Text Example
Text Example
White with #A0087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0087A; }
p { color: rgb(160,8,122); }
H1.HeaderClassName
{
color: #A0087A;
}
.AnyTagClassName
{
color: #A0087A;
}
</style>
background-color css
<style>
a { background-color: #A0087A; }
a { background-color: rgb(160,8,122); }
div.DivClassName
{
background-color: #A0087A;
}
.BgClassName
{
background-color: #A0087A;
}
</style>
border-color css
<style>
span { border-color: #A0087A; }
span { border-color: rgb(160,8,122); }
td.TdClassName
{
border-color: #A0087A;
}
.TagClassName
{
border-color: #A0087A;
}
</style>