Shades of Eggplant #A0086B
Tints of Eggplant #A0086B
RGB
CMYK
RGB Variations
Color information
#A0086B (or 0xA0086B) is known color: Eggplant. HEX triplet: A0, 08 and 6B. RGB value is (160,8,107). Sum of RGB (Red+Green+Blue) = 160+8+107=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0086B is #5FF794. Grayscale: #404040. Windows color (decimal): -6289301 or 7014560. OLE color: 7014560.
HSL color Cylindrical-coordinate representation of color #A0086B: hue angle of 320.92º 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 #A0086B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 107 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.37 |
| HSL | 320.92º | 0.9% | 0.33% | - |
| HSV(B) | 320.92º | 0.95% | 0.63% | - |
| XYZ | 17.24 | 8.71 | 14.68 | - |
| YUV | 64.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 107 | 0 | 0.95 | 0.33 | 0.37 | 320.92 | 0.9 | 0.33 |
| Hex | A0 | 8 | 6B | 0 | 5F | 21 | 25 | 141 | 5A | 21 |
| Octal | 240 | 10 | 153 | 0 | 137 | 41 | 45 | 501 | 132 | 41 |
| Binary | 10100000 | 1000 | 1101011 | 0 | 1011111 | 100001 | 100101 | 101000001 | 1011010 | 100001 |
Color Harmonies of #A0086B
Complementary color
Monochromatic Colors of #A0086B
Black with #A0086B
Text Example
Text Example
White with #A0086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0086B; }
p { color: rgb(160,8,107); }
H1.HeaderClassName
{
color: #A0086B;
}
.AnyTagClassName
{
color: #A0086B;
}
</style>
background-color css
<style>
a { background-color: #A0086B; }
a { background-color: rgb(160,8,107); }
div.DivClassName
{
background-color: #A0086B;
}
.BgClassName
{
background-color: #A0086B;
}
</style>
border-color css
<style>
span { border-color: #A0086B; }
span { border-color: rgb(160,8,107); }
td.TdClassName
{
border-color: #A0086B;
}
.TagClassName
{
border-color: #A0086B;
}
</style>