Shades of Eggplant #A20279
Tints of Eggplant #A20279
RGB
CMYK
RGB Variations
Color information
#A20279 (or 0xA20279) is known color: Eggplant. HEX triplet: A2, 02 and 79. RGB value is (162,2,121). Sum of RGB (Red+Green+Blue) = 162+2+121=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A20279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20279 is #5DFD86. Grayscale: #3F3F3F. Windows color (decimal): -6159751 or 7930530. OLE color: 7930530.
HSL color Cylindrical-coordinate representation of color #A20279: hue angle of 315.38º 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 #A20279 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.36 |
| HSL | 315.38º | 0.98% | 0.32% | - |
| HSV(B) | 315.38º | 0.99% | 0.64% | - |
| XYZ | 18.37 | 9.11 | 18.88 | - |
| YUV | 63.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 121 | 0 | 0.99 | 0.25 | 0.36 | 315.38 | 0.98 | 0.32 |
| Hex | A2 | 2 | 79 | 0 | 63 | 19 | 24 | 13B | 62 | 20 |
| Octal | 242 | 2 | 171 | 0 | 143 | 31 | 44 | 473 | 142 | 40 |
| Binary | 10100010 | 10 | 1111001 | 0 | 1100011 | 11001 | 100100 | 100111011 | 1100010 | 100000 |
Color Harmonies of #A20279
Complementary color
Monochromatic Colors of #A20279
Black with #A20279
Text Example
Text Example
White with #A20279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20279; }
p { color: rgb(162,2,121); }
H1.HeaderClassName
{
color: #A20279;
}
.AnyTagClassName
{
color: #A20279;
}
</style>
background-color css
<style>
a { background-color: #A20279; }
a { background-color: rgb(162,2,121); }
div.DivClassName
{
background-color: #A20279;
}
.BgClassName
{
background-color: #A20279;
}
</style>
border-color css
<style>
span { border-color: #A20279; }
span { border-color: rgb(162,2,121); }
td.TdClassName
{
border-color: #A20279;
}
.TagClassName
{
border-color: #A20279;
}
</style>