Shades of Eggplant #A20A6E
Tints of Eggplant #A20A6E
RGB
CMYK
RGB Variations
Color information
#A20A6E (or 0xA20A6E) is known color: Eggplant. HEX triplet: A2, 0A and 6E. RGB value is (162,10,110). Sum of RGB (Red+Green+Blue) = 162+10+110=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A6E is #5DF591. Grayscale: #424242. Windows color (decimal): -6157714 or 7211682. OLE color: 7211682.
HSL color Cylindrical-coordinate representation of color #A20A6E: hue angle of 320.53º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A6E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 110 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.36 |
| HSL | 320.53º | 0.88% | 0.34% | - |
| HSV(B) | 320.53º | 0.94% | 0.64% | - |
| XYZ | 17.82 | 9.02 | 15.55 | - |
| YUV | 66.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 110 | 0 | 0.94 | 0.32 | 0.36 | 320.53 | 0.88 | 0.34 |
| Hex | A2 | A | 6E | 0 | 5E | 20 | 24 | 141 | 58 | 22 |
| Octal | 242 | 12 | 156 | 0 | 136 | 40 | 44 | 501 | 130 | 42 |
| Binary | 10100010 | 1010 | 1101110 | 0 | 1011110 | 100000 | 100100 | 101000001 | 1011000 | 100010 |
Color Harmonies of #A20A6E
Complementary color
Monochromatic Colors of #A20A6E
Black with #A20A6E
Text Example
Text Example
White with #A20A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A6E; }
p { color: rgb(162,10,110); }
H1.HeaderClassName
{
color: #A20A6E;
}
.AnyTagClassName
{
color: #A20A6E;
}
</style>
background-color css
<style>
a { background-color: #A20A6E; }
a { background-color: rgb(162,10,110); }
div.DivClassName
{
background-color: #A20A6E;
}
.BgClassName
{
background-color: #A20A6E;
}
</style>
border-color css
<style>
span { border-color: #A20A6E; }
span { border-color: rgb(162,10,110); }
td.TdClassName
{
border-color: #A20A6E;
}
.TagClassName
{
border-color: #A20A6E;
}
</style>