Shades of Eggplant #A2047C
Tints of Eggplant #A2047C
RGB
CMYK
RGB Variations
Color information
#A2047C (or 0xA2047C) is known color: Eggplant. HEX triplet: A2, 04 and 7C. RGB value is (162,4,124). Sum of RGB (Red+Green+Blue) = 162+4+124=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2047C is #5DFB83. Grayscale: #404040. Windows color (decimal): -6159236 or 8127650. OLE color: 8127650.
HSL color Cylindrical-coordinate representation of color #A2047C: hue angle of 314.43º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2047C is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.36 |
| HSL | 314.43º | 0.95% | 0.33% | - |
| HSV(B) | 314.43º | 0.98% | 0.64% | - |
| XYZ | 18.58 | 9.22 | 19.87 | - |
| YUV | 64.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 124 | 0 | 0.98 | 0.23 | 0.36 | 314.43 | 0.95 | 0.33 |
| Hex | A2 | 4 | 7C | 0 | 62 | 17 | 24 | 13A | 5F | 21 |
| Octal | 242 | 4 | 174 | 0 | 142 | 27 | 44 | 472 | 137 | 41 |
| Binary | 10100010 | 100 | 1111100 | 0 | 1100010 | 10111 | 100100 | 100111010 | 1011111 | 100001 |
Color Harmonies of #A2047C
Complementary color
Monochromatic Colors of #A2047C
Black with #A2047C
Text Example
Text Example
White with #A2047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2047C; }
p { color: rgb(162,4,124); }
H1.HeaderClassName
{
color: #A2047C;
}
.AnyTagClassName
{
color: #A2047C;
}
</style>
background-color css
<style>
a { background-color: #A2047C; }
a { background-color: rgb(162,4,124); }
div.DivClassName
{
background-color: #A2047C;
}
.BgClassName
{
background-color: #A2047C;
}
</style>
border-color css
<style>
span { border-color: #A2047C; }
span { border-color: rgb(162,4,124); }
td.TdClassName
{
border-color: #A2047C;
}
.TagClassName
{
border-color: #A2047C;
}
</style>