Shades of Eggplant #A20377
Tints of Eggplant #A20377
RGB
CMYK
RGB Variations
Color information
#A20377 (or 0xA20377) is known color: Eggplant. HEX triplet: A2, 03 and 77. RGB value is (162,3,119). Sum of RGB (Red+Green+Blue) = 162+3+119=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20377 is #5DFC88. Grayscale: #3F3F3F. Windows color (decimal): -6159497 or 7799714. OLE color: 7799714.
HSL color Cylindrical-coordinate representation of color #A20377: hue angle of 316.23º 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 #A20377 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.36 |
| HSL | 316.23º | 0.96% | 0.32% | - |
| HSV(B) | 316.23º | 0.98% | 0.64% | - |
| XYZ | 18.26 | 9.08 | 18.24 | - |
| YUV | 63.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 119 | 0 | 0.98 | 0.27 | 0.36 | 316.23 | 0.96 | 0.32 |
| Hex | A2 | 3 | 77 | 0 | 62 | 1B | 24 | 13C | 60 | 20 |
| Octal | 242 | 3 | 167 | 0 | 142 | 33 | 44 | 474 | 140 | 40 |
| Binary | 10100010 | 11 | 1110111 | 0 | 1100010 | 11011 | 100100 | 100111100 | 1100000 | 100000 |
Color Harmonies of #A20377
Complementary color
Monochromatic Colors of #A20377
Black with #A20377
Text Example
Text Example
White with #A20377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20377; }
p { color: rgb(162,3,119); }
H1.HeaderClassName
{
color: #A20377;
}
.AnyTagClassName
{
color: #A20377;
}
</style>
background-color css
<style>
a { background-color: #A20377; }
a { background-color: rgb(162,3,119); }
div.DivClassName
{
background-color: #A20377;
}
.BgClassName
{
background-color: #A20377;
}
</style>
border-color css
<style>
span { border-color: #A20377; }
span { border-color: rgb(162,3,119); }
td.TdClassName
{
border-color: #A20377;
}
.TagClassName
{
border-color: #A20377;
}
</style>