Shades of Eggplant #A20079
Tints of Eggplant #A20079
RGB
CMYK
RGB Variations
Color information
#A20079 (or 0xA20079) is known color: Eggplant. HEX triplet: A2, 00 and 79. RGB value is (162,0,121). Sum of RGB (Red+Green+Blue) = 162+0+121=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20079 is #5DFF86. Grayscale: #3D3D3D. Windows color (decimal): -6160263 or 7930018. OLE color: 7930018.
HSL color Cylindrical-coordinate representation of color #A20079: hue angle of 315.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20079 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.25 | 0.36 |
| HSL | 315.19º | 1% | 0.32% | - |
| HSV(B) | 315.19º | 1% | 0.64% | - |
| XYZ | 18.35 | 9.06 | 18.87 | - |
| YUV | 62.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 121 | 0 | 1 | 0.25 | 0.36 | 315.19 | 1 | 0.32 |
| Hex | A2 | 0 | 79 | 0 | 64 | 19 | 24 | 13B | 64 | 20 |
| Octal | 242 | 0 | 171 | 0 | 144 | 31 | 44 | 473 | 144 | 40 |
| Binary | 10100010 | 0 | 1111001 | 0 | 1100100 | 11001 | 100100 | 100111011 | 1100100 | 100000 |
Color Harmonies of #A20079
Complementary color
Monochromatic Colors of #A20079
Black with #A20079
Text Example
Text Example
White with #A20079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20079; }
p { color: rgb(162,0,121); }
H1.HeaderClassName
{
color: #A20079;
}
.AnyTagClassName
{
color: #A20079;
}
</style>
background-color css
<style>
a { background-color: #A20079; }
a { background-color: rgb(162,0,121); }
div.DivClassName
{
background-color: #A20079;
}
.BgClassName
{
background-color: #A20079;
}
</style>
border-color css
<style>
span { border-color: #A20079; }
span { border-color: rgb(162,0,121); }
td.TdClassName
{
border-color: #A20079;
}
.TagClassName
{
border-color: #A20079;
}
</style>