Shades of Eggplant #A20B6D
Tints of Eggplant #A20B6D
RGB
CMYK
RGB Variations
Color information
#A20B6D (or 0xA20B6D) is known color: Eggplant. HEX triplet: A2, 0B and 6D. RGB value is (162,11,109). Sum of RGB (Red+Green+Blue) = 162+11+109=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B6D is #5DF492. Grayscale: #434343. Windows color (decimal): -6157459 or 7146402. OLE color: 7146402.
HSL color Cylindrical-coordinate representation of color #A20B6D: hue angle of 321.06º 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 #A20B6D is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 109 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.36 |
| HSL | 321.06º | 0.87% | 0.34% | - |
| HSV(B) | 321.06º | 0.93% | 0.64% | - |
| XYZ | 17.78 | 9.02 | 15.27 | - |
| YUV | 67.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 109 | 0 | 0.93 | 0.33 | 0.36 | 321.06 | 0.87 | 0.34 |
| Hex | A2 | B | 6D | 0 | 5D | 21 | 24 | 141 | 57 | 22 |
| Octal | 242 | 13 | 155 | 0 | 135 | 41 | 44 | 501 | 127 | 42 |
| Binary | 10100010 | 1011 | 1101101 | 0 | 1011101 | 100001 | 100100 | 101000001 | 1010111 | 100010 |
Color Harmonies of #A20B6D
Complementary color
Monochromatic Colors of #A20B6D
Black with #A20B6D
Text Example
Text Example
White with #A20B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B6D; }
p { color: rgb(162,11,109); }
H1.HeaderClassName
{
color: #A20B6D;
}
.AnyTagClassName
{
color: #A20B6D;
}
</style>
background-color css
<style>
a { background-color: #A20B6D; }
a { background-color: rgb(162,11,109); }
div.DivClassName
{
background-color: #A20B6D;
}
.BgClassName
{
background-color: #A20B6D;
}
</style>
border-color css
<style>
span { border-color: #A20B6D; }
span { border-color: rgb(162,11,109); }
td.TdClassName
{
border-color: #A20B6D;
}
.TagClassName
{
border-color: #A20B6D;
}
</style>