Shades of Eggplant #A2117B
Tints of Eggplant #A2117B
RGB
CMYK
RGB Variations
Color information
#A2117B (or 0xA2117B) is known color: Eggplant. HEX triplet: A2, 11 and 7B. RGB value is (162,17,123). Sum of RGB (Red+Green+Blue) = 162+17+123=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2117B is #5DEE84. Grayscale: #484848. Windows color (decimal): -6155909 or 8065442. OLE color: 8065442.
HSL color Cylindrical-coordinate representation of color #A2117B: hue angle of 316.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2117B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 123 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.36 |
| HSL | 316.14º | 0.81% | 0.35% | - |
| HSV(B) | 316.14º | 0.9% | 0.64% | - |
| XYZ | 18.68 | 9.51 | 19.59 | - |
| YUV | 72.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 123 | 0 | 0.90 | 0.24 | 0.36 | 316.14 | 0.81 | 0.35 |
| Hex | A2 | 11 | 7B | 0 | 5A | 18 | 24 | 13C | 51 | 23 |
| Octal | 242 | 21 | 173 | 0 | 132 | 30 | 44 | 474 | 121 | 43 |
| Binary | 10100010 | 10001 | 1111011 | 0 | 1011010 | 11000 | 100100 | 100111100 | 1010001 | 100011 |
Color Harmonies of #A2117B
Complementary color
Monochromatic Colors of #A2117B
Black with #A2117B
Text Example
Text Example
White with #A2117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2117B; }
p { color: rgb(162,17,123); }
H1.HeaderClassName
{
color: #A2117B;
}
.AnyTagClassName
{
color: #A2117B;
}
</style>
background-color css
<style>
a { background-color: #A2117B; }
a { background-color: rgb(162,17,123); }
div.DivClassName
{
background-color: #A2117B;
}
.BgClassName
{
background-color: #A2117B;
}
</style>
border-color css
<style>
span { border-color: #A2117B; }
span { border-color: rgb(162,17,123); }
td.TdClassName
{
border-color: #A2117B;
}
.TagClassName
{
border-color: #A2117B;
}
</style>