Shades of Eggplant #A0117B
Tints of Eggplant #A0117B
RGB
CMYK
RGB Variations
Color information
#A0117B (or 0xA0117B) is known color: Eggplant. HEX triplet: A0, 11 and 7B. RGB value is (160,17,123). Sum of RGB (Red+Green+Blue) = 160+17+123=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0117B is #5FEE84. Grayscale: #474747. Windows color (decimal): -6286981 or 8065440. OLE color: 8065440.
HSL color Cylindrical-coordinate representation of color #A0117B: hue angle of 315.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0117B is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 123 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.37 |
| HSL | 315.52º | 0.81% | 0.35% | - |
| HSV(B) | 315.52º | 0.89% | 0.63% | - |
| XYZ | 18.27 | 9.3 | 19.57 | - |
| YUV | 71.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 123 | 0 | 0.89 | 0.23 | 0.37 | 315.52 | 0.81 | 0.35 |
| Hex | A0 | 11 | 7B | 0 | 59 | 17 | 25 | 13C | 51 | 23 |
| Octal | 240 | 21 | 173 | 0 | 131 | 27 | 45 | 474 | 121 | 43 |
| Binary | 10100000 | 10001 | 1111011 | 0 | 1011001 | 10111 | 100101 | 100111100 | 1010001 | 100011 |
Color Harmonies of #A0117B
Complementary color
Monochromatic Colors of #A0117B
Black with #A0117B
Text Example
Text Example
White with #A0117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0117B; }
p { color: rgb(160,17,123); }
H1.HeaderClassName
{
color: #A0117B;
}
.AnyTagClassName
{
color: #A0117B;
}
</style>
background-color css
<style>
a { background-color: #A0117B; }
a { background-color: rgb(160,17,123); }
div.DivClassName
{
background-color: #A0117B;
}
.BgClassName
{
background-color: #A0117B;
}
</style>
border-color css
<style>
span { border-color: #A0117B; }
span { border-color: rgb(160,17,123); }
td.TdClassName
{
border-color: #A0117B;
}
.TagClassName
{
border-color: #A0117B;
}
</style>