Shades of Eggplant #A20B73
Tints of Eggplant #A20B73
RGB
CMYK
RGB Variations
Color information
#A20B73 (or 0xA20B73) is known color: Eggplant. HEX triplet: A2, 0B and 73. RGB value is (162,11,115). Sum of RGB (Red+Green+Blue) = 162+11+115=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B73 is #5DF48C. Grayscale: #434343. Windows color (decimal): -6157453 or 7539618. OLE color: 7539618.
HSL color Cylindrical-coordinate representation of color #A20B73: hue angle of 318.68º 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 #A20B73 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 115 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.36 |
| HSL | 318.68º | 0.87% | 0.34% | - |
| HSV(B) | 318.68º | 0.93% | 0.64% | - |
| XYZ | 18.11 | 9.16 | 17.03 | - |
| YUV | 68.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 115 | 0 | 0.93 | 0.29 | 0.36 | 318.68 | 0.87 | 0.34 |
| Hex | A2 | B | 73 | 0 | 5D | 1D | 24 | 13F | 57 | 22 |
| Octal | 242 | 13 | 163 | 0 | 135 | 35 | 44 | 477 | 127 | 42 |
| Binary | 10100010 | 1011 | 1110011 | 0 | 1011101 | 11101 | 100100 | 100111111 | 1010111 | 100010 |
Color Harmonies of #A20B73
Complementary color
Monochromatic Colors of #A20B73
Black with #A20B73
Text Example
Text Example
White with #A20B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B73; }
p { color: rgb(162,11,115); }
H1.HeaderClassName
{
color: #A20B73;
}
.AnyTagClassName
{
color: #A20B73;
}
</style>
background-color css
<style>
a { background-color: #A20B73; }
a { background-color: rgb(162,11,115); }
div.DivClassName
{
background-color: #A20B73;
}
.BgClassName
{
background-color: #A20B73;
}
</style>
border-color css
<style>
span { border-color: #A20B73; }
span { border-color: rgb(162,11,115); }
td.TdClassName
{
border-color: #A20B73;
}
.TagClassName
{
border-color: #A20B73;
}
</style>