Shades of Eggplant #A20277
Tints of Eggplant #A20277
RGB
CMYK
RGB Variations
Color information
#A20277 (or 0xA20277) is known color: Eggplant. HEX triplet: A2, 02 and 77. RGB value is (162,2,119). Sum of RGB (Red+Green+Blue) = 162+2+119=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20277 is #5DFD88. Grayscale: #3E3E3E. Windows color (decimal): -6159753 or 7799458. OLE color: 7799458.
HSL color Cylindrical-coordinate representation of color #A20277: hue angle of 316.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20277 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.36 |
| HSL | 316.13º | 0.98% | 0.32% | - |
| HSV(B) | 316.13º | 0.99% | 0.64% | - |
| XYZ | 18.25 | 9.06 | 18.24 | - |
| YUV | 63.18 | 159.51 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 119 | 0 | 0.99 | 0.27 | 0.36 | 316.13 | 0.98 | 0.32 |
| Hex | A2 | 2 | 77 | 0 | 63 | 1B | 24 | 13C | 62 | 20 |
| Octal | 242 | 2 | 167 | 0 | 143 | 33 | 44 | 474 | 142 | 40 |
| Binary | 10100010 | 10 | 1110111 | 0 | 1100011 | 11011 | 100100 | 100111100 | 1100010 | 100000 |
Color Harmonies of #A20277
Complementary color
Monochromatic Colors of #A20277
Black with #A20277
Text Example
Text Example
White with #A20277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20277; }
p { color: rgb(162,2,119); }
H1.HeaderClassName
{
color: #A20277;
}
.AnyTagClassName
{
color: #A20277;
}
</style>
background-color css
<style>
a { background-color: #A20277; }
a { background-color: rgb(162,2,119); }
div.DivClassName
{
background-color: #A20277;
}
.BgClassName
{
background-color: #A20277;
}
</style>
border-color css
<style>
span { border-color: #A20277; }
span { border-color: rgb(162,2,119); }
td.TdClassName
{
border-color: #A20277;
}
.TagClassName
{
border-color: #A20277;
}
</style>