Shades of Eggplant #A2137B
Tints of Eggplant #A2137B
RGB
CMYK
RGB Variations
Color information
#A2137B (or 0xA2137B) is known color: Eggplant. HEX triplet: A2, 13 and 7B. RGB value is (162,19,123). Sum of RGB (Red+Green+Blue) = 162+19+123=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2137B is #5DEC84. Grayscale: #494949. Windows color (decimal): -6155397 or 8065954. OLE color: 8065954.
HSL color Cylindrical-coordinate representation of color #A2137B: hue angle of 316.36º 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 #A2137B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 123 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.36 |
| HSL | 316.36º | 0.79% | 0.35% | - |
| HSV(B) | 316.36º | 0.88% | 0.64% | - |
| XYZ | 18.71 | 9.58 | 19.6 | - |
| YUV | 73.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 123 | 0 | 0.88 | 0.24 | 0.36 | 316.36 | 0.79 | 0.35 |
| Hex | A2 | 13 | 7B | 0 | 58 | 18 | 24 | 13C | 4F | 23 |
| Octal | 242 | 23 | 173 | 0 | 130 | 30 | 44 | 474 | 117 | 43 |
| Binary | 10100010 | 10011 | 1111011 | 0 | 1011000 | 11000 | 100100 | 100111100 | 1001111 | 100011 |
Color Harmonies of #A2137B
Complementary color
Monochromatic Colors of #A2137B
Black with #A2137B
Text Example
Text Example
White with #A2137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2137B; }
p { color: rgb(162,19,123); }
H1.HeaderClassName
{
color: #A2137B;
}
.AnyTagClassName
{
color: #A2137B;
}
</style>
background-color css
<style>
a { background-color: #A2137B; }
a { background-color: rgb(162,19,123); }
div.DivClassName
{
background-color: #A2137B;
}
.BgClassName
{
background-color: #A2137B;
}
</style>
border-color css
<style>
span { border-color: #A2137B; }
span { border-color: rgb(162,19,123); }
td.TdClassName
{
border-color: #A2137B;
}
.TagClassName
{
border-color: #A2137B;
}
</style>