Shades of Eggplant #A20376
Tints of Eggplant #A20376
RGB
CMYK
RGB Variations
Color information
#A20376 (or 0xA20376) is known color: Eggplant. HEX triplet: A2, 03 and 76. RGB value is (162,3,118). Sum of RGB (Red+Green+Blue) = 162+3+118=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20376 is #5DFC89. Grayscale: #3F3F3F. Windows color (decimal): -6159498 or 7734178. OLE color: 7734178.
HSL color Cylindrical-coordinate representation of color #A20376: hue angle of 316.6º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20376 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.36 |
| HSL | 316.6º | 0.96% | 0.32% | - |
| HSV(B) | 316.6º | 0.98% | 0.64% | - |
| XYZ | 18.2 | 9.05 | 17.93 | - |
| YUV | 63.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 118 | 0 | 0.98 | 0.27 | 0.36 | 316.6 | 0.96 | 0.32 |
| Hex | A2 | 3 | 76 | 0 | 62 | 1B | 24 | 13D | 60 | 20 |
| Octal | 242 | 3 | 166 | 0 | 142 | 33 | 44 | 475 | 140 | 40 |
| Binary | 10100010 | 11 | 1110110 | 0 | 1100010 | 11011 | 100100 | 100111101 | 1100000 | 100000 |
Color Harmonies of #A20376
Complementary color
Monochromatic Colors of #A20376
Black with #A20376
Text Example
Text Example
White with #A20376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20376; }
p { color: rgb(162,3,118); }
H1.HeaderClassName
{
color: #A20376;
}
.AnyTagClassName
{
color: #A20376;
}
</style>
background-color css
<style>
a { background-color: #A20376; }
a { background-color: rgb(162,3,118); }
div.DivClassName
{
background-color: #A20376;
}
.BgClassName
{
background-color: #A20376;
}
</style>
border-color css
<style>
span { border-color: #A20376; }
span { border-color: rgb(162,3,118); }
td.TdClassName
{
border-color: #A20376;
}
.TagClassName
{
border-color: #A20376;
}
</style>