Shades of Eggplant #A20476
Tints of Eggplant #A20476
RGB
CMYK
RGB Variations
Color information
#A20476 (or 0xA20476) is known color: Eggplant. HEX triplet: A2, 04 and 76. RGB value is (162,4,118). Sum of RGB (Red+Green+Blue) = 162+4+118=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20476 is #5DFB89. Grayscale: #3F3F3F. Windows color (decimal): -6159242 or 7734434. OLE color: 7734434.
HSL color Cylindrical-coordinate representation of color #A20476: hue angle of 316.71º 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 #A20476 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.36 |
| HSL | 316.71º | 0.95% | 0.33% | - |
| HSV(B) | 316.71º | 0.98% | 0.64% | - |
| XYZ | 18.21 | 9.08 | 17.93 | - |
| YUV | 64.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 118 | 0 | 0.98 | 0.27 | 0.36 | 316.71 | 0.95 | 0.33 |
| Hex | A2 | 4 | 76 | 0 | 62 | 1B | 24 | 13D | 5F | 21 |
| Octal | 242 | 4 | 166 | 0 | 142 | 33 | 44 | 475 | 137 | 41 |
| Binary | 10100010 | 100 | 1110110 | 0 | 1100010 | 11011 | 100100 | 100111101 | 1011111 | 100001 |
Color Harmonies of #A20476
Complementary color
Monochromatic Colors of #A20476
Black with #A20476
Text Example
Text Example
White with #A20476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20476; }
p { color: rgb(162,4,118); }
H1.HeaderClassName
{
color: #A20476;
}
.AnyTagClassName
{
color: #A20476;
}
</style>
background-color css
<style>
a { background-color: #A20476; }
a { background-color: rgb(162,4,118); }
div.DivClassName
{
background-color: #A20476;
}
.BgClassName
{
background-color: #A20476;
}
</style>
border-color css
<style>
span { border-color: #A20476; }
span { border-color: rgb(162,4,118); }
td.TdClassName
{
border-color: #A20476;
}
.TagClassName
{
border-color: #A20476;
}
</style>