Shades of Eggplant #A2137C
Tints of Eggplant #A2137C
RGB
CMYK
RGB Variations
Color information
#A2137C (or 0xA2137C) is known color: Eggplant. HEX triplet: A2, 13 and 7C. RGB value is (162,19,124). Sum of RGB (Red+Green+Blue) = 162+19+124=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2137C is #5DEC83. Grayscale: #494949. Windows color (decimal): -6155396 or 8131490. OLE color: 8131490.
HSL color Cylindrical-coordinate representation of color #A2137C: hue angle of 315.94º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2137C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 124 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.36 |
| HSL | 315.94º | 0.79% | 0.35% | - |
| HSV(B) | 315.94º | 0.88% | 0.64% | - |
| XYZ | 18.77 | 9.6 | 19.93 | - |
| YUV | 73.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 124 | 0 | 0.88 | 0.23 | 0.36 | 315.94 | 0.79 | 0.35 |
| Hex | A2 | 13 | 7C | 0 | 58 | 17 | 24 | 13C | 4F | 23 |
| Octal | 242 | 23 | 174 | 0 | 130 | 27 | 44 | 474 | 117 | 43 |
| Binary | 10100010 | 10011 | 1111100 | 0 | 1011000 | 10111 | 100100 | 100111100 | 1001111 | 100011 |
Color Harmonies of #A2137C
Complementary color
Monochromatic Colors of #A2137C
Black with #A2137C
Text Example
Text Example
White with #A2137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2137C; }
p { color: rgb(162,19,124); }
H1.HeaderClassName
{
color: #A2137C;
}
.AnyTagClassName
{
color: #A2137C;
}
</style>
background-color css
<style>
a { background-color: #A2137C; }
a { background-color: rgb(162,19,124); }
div.DivClassName
{
background-color: #A2137C;
}
.BgClassName
{
background-color: #A2137C;
}
</style>
border-color css
<style>
span { border-color: #A2137C; }
span { border-color: rgb(162,19,124); }
td.TdClassName
{
border-color: #A2137C;
}
.TagClassName
{
border-color: #A2137C;
}
</style>