Shades of Eggplant #A0086E
Tints of Eggplant #A0086E
RGB
CMYK
RGB Variations
Color information
#A0086E (or 0xA0086E) is known color: Eggplant. HEX triplet: A0, 08 and 6E. RGB value is (160,8,110). Sum of RGB (Red+Green+Blue) = 160+8+110=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A0086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0086E is #5FF791. Grayscale: #404040. Windows color (decimal): -6289298 or 7211168. OLE color: 7211168.
HSL color Cylindrical-coordinate representation of color #A0086E: hue angle of 319.74º 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 #A0086E is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.37 |
| HSL | 319.74º | 0.9% | 0.33% | - |
| HSV(B) | 319.74º | 0.95% | 0.63% | - |
| XYZ | 17.4 | 8.77 | 15.53 | - |
| YUV | 65.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 110 | 0 | 0.95 | 0.31 | 0.37 | 319.74 | 0.9 | 0.33 |
| Hex | A0 | 8 | 6E | 0 | 5F | 1F | 25 | 140 | 5A | 21 |
| Octal | 240 | 10 | 156 | 0 | 137 | 37 | 45 | 500 | 132 | 41 |
| Binary | 10100000 | 1000 | 1101110 | 0 | 1011111 | 11111 | 100101 | 101000000 | 1011010 | 100001 |
Color Harmonies of #A0086E
Complementary color
Monochromatic Colors of #A0086E
Black with #A0086E
Text Example
Text Example
White with #A0086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0086E; }
p { color: rgb(160,8,110); }
H1.HeaderClassName
{
color: #A0086E;
}
.AnyTagClassName
{
color: #A0086E;
}
</style>
background-color css
<style>
a { background-color: #A0086E; }
a { background-color: rgb(160,8,110); }
div.DivClassName
{
background-color: #A0086E;
}
.BgClassName
{
background-color: #A0086E;
}
</style>
border-color css
<style>
span { border-color: #A0086E; }
span { border-color: rgb(160,8,110); }
td.TdClassName
{
border-color: #A0086E;
}
.TagClassName
{
border-color: #A0086E;
}
</style>