Shades of Eggplant #A20D76
Tints of Eggplant #A20D76
RGB
CMYK
RGB Variations
Color information
#A20D76 (or 0xA20D76) is known color: Eggplant. HEX triplet: A2, 0D and 76. RGB value is (162,13,118). Sum of RGB (Red+Green+Blue) = 162+13+118=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D76 is #5DF289. Grayscale: #454545. Windows color (decimal): -6156938 or 7736738. OLE color: 7736738.
HSL color Cylindrical-coordinate representation of color #A20D76: hue angle of 317.72º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D76 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 118 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.36 |
| HSL | 317.72º | 0.85% | 0.34% | - |
| HSV(B) | 317.72º | 0.92% | 0.64% | - |
| XYZ | 18.31 | 9.28 | 17.96 | - |
| YUV | 69.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 118 | 0 | 0.92 | 0.27 | 0.36 | 317.72 | 0.85 | 0.34 |
| Hex | A2 | D | 76 | 0 | 5C | 1B | 24 | 13E | 55 | 22 |
| Octal | 242 | 15 | 166 | 0 | 134 | 33 | 44 | 476 | 125 | 42 |
| Binary | 10100010 | 1101 | 1110110 | 0 | 1011100 | 11011 | 100100 | 100111110 | 1010101 | 100010 |
Color Harmonies of #A20D76
Complementary color
Monochromatic Colors of #A20D76
Black with #A20D76
Text Example
Text Example
White with #A20D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D76; }
p { color: rgb(162,13,118); }
H1.HeaderClassName
{
color: #A20D76;
}
.AnyTagClassName
{
color: #A20D76;
}
</style>
background-color css
<style>
a { background-color: #A20D76; }
a { background-color: rgb(162,13,118); }
div.DivClassName
{
background-color: #A20D76;
}
.BgClassName
{
background-color: #A20D76;
}
</style>
border-color css
<style>
span { border-color: #A20D76; }
span { border-color: rgb(162,13,118); }
td.TdClassName
{
border-color: #A20D76;
}
.TagClassName
{
border-color: #A20D76;
}
</style>