Shades of Eggplant #A0106E
Tints of Eggplant #A0106E
RGB
CMYK
RGB Variations
Color information
#A0106E (or 0xA0106E) is known color: Eggplant. HEX triplet: A0, 10 and 6E. RGB value is (160,16,110). Sum of RGB (Red+Green+Blue) = 160+16+110=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0106E is #5FEF91. Grayscale: #454545. Windows color (decimal): -6287250 or 7213216. OLE color: 7213216.
HSL color Cylindrical-coordinate representation of color #A0106E: hue angle of 320.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0106E is Cyan = 0, Magento = 0.9, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 110 | - |
| CMYK | 0 | 0.9 | 0.31 | 0.37 |
| HSL | 320.83º | 0.82% | 0.35% | - |
| HSV(B) | 320.83º | 0.9% | 0.63% | - |
| XYZ | 17.5 | 8.97 | 15.56 | - |
| YUV | 69.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 110 | 0 | 0.9 | 0.31 | 0.37 | 320.83 | 0.82 | 0.35 |
| Hex | A0 | 10 | 6E | 0 | 5A | 1F | 25 | 141 | 52 | 23 |
| Octal | 240 | 20 | 156 | 0 | 132 | 37 | 45 | 501 | 122 | 43 |
| Binary | 10100000 | 10000 | 1101110 | 0 | 1011010 | 11111 | 100101 | 101000001 | 1010010 | 100011 |
Color Harmonies of #A0106E
Complementary color
Monochromatic Colors of #A0106E
Black with #A0106E
Text Example
Text Example
White with #A0106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0106E; }
p { color: rgb(160,16,110); }
H1.HeaderClassName
{
color: #A0106E;
}
.AnyTagClassName
{
color: #A0106E;
}
</style>
background-color css
<style>
a { background-color: #A0106E; }
a { background-color: rgb(160,16,110); }
div.DivClassName
{
background-color: #A0106E;
}
.BgClassName
{
background-color: #A0106E;
}
</style>
border-color css
<style>
span { border-color: #A0106E; }
span { border-color: rgb(160,16,110); }
td.TdClassName
{
border-color: #A0106E;
}
.TagClassName
{
border-color: #A0106E;
}
</style>