Shades of Eggplant #A20B6E
Tints of Eggplant #A20B6E
RGB
CMYK
RGB Variations
Color information
#A20B6E (or 0xA20B6E) is known color: Eggplant. HEX triplet: A2, 0B and 6E. RGB value is (162,11,110). Sum of RGB (Red+Green+Blue) = 162+11+110=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B6E is #5DF491. Grayscale: #434343. Windows color (decimal): -6157458 or 7211938. OLE color: 7211938.
HSL color Cylindrical-coordinate representation of color #A20B6E: hue angle of 320.66º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B6E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 110 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.36 |
| HSL | 320.66º | 0.87% | 0.34% | - |
| HSV(B) | 320.66º | 0.93% | 0.64% | - |
| XYZ | 17.83 | 9.05 | 15.56 | - |
| YUV | 67.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 110 | 0 | 0.93 | 0.32 | 0.36 | 320.66 | 0.87 | 0.34 |
| Hex | A2 | B | 6E | 0 | 5D | 20 | 24 | 141 | 57 | 22 |
| Octal | 242 | 13 | 156 | 0 | 135 | 40 | 44 | 501 | 127 | 42 |
| Binary | 10100010 | 1011 | 1101110 | 0 | 1011101 | 100000 | 100100 | 101000001 | 1010111 | 100010 |
Color Harmonies of #A20B6E
Complementary color
Monochromatic Colors of #A20B6E
Black with #A20B6E
Text Example
Text Example
White with #A20B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B6E; }
p { color: rgb(162,11,110); }
H1.HeaderClassName
{
color: #A20B6E;
}
.AnyTagClassName
{
color: #A20B6E;
}
</style>
background-color css
<style>
a { background-color: #A20B6E; }
a { background-color: rgb(162,11,110); }
div.DivClassName
{
background-color: #A20B6E;
}
.BgClassName
{
background-color: #A20B6E;
}
</style>
border-color css
<style>
span { border-color: #A20B6E; }
span { border-color: rgb(162,11,110); }
td.TdClassName
{
border-color: #A20B6E;
}
.TagClassName
{
border-color: #A20B6E;
}
</style>