Shades of Eggplant #A20F76
Tints of Eggplant #A20F76
RGB
CMYK
RGB Variations
Color information
#A20F76 (or 0xA20F76) is known color: Eggplant. HEX triplet: A2, 0F and 76. RGB value is (162,15,118). Sum of RGB (Red+Green+Blue) = 162+15+118=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F76 is #5DF089. Grayscale: #464646. Windows color (decimal): -6156426 or 7737250. OLE color: 7737250.
HSL color Cylindrical-coordinate representation of color #A20F76: hue angle of 317.96º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F76 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 118 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.36 |
| HSL | 317.96º | 0.83% | 0.35% | - |
| HSV(B) | 317.96º | 0.91% | 0.64% | - |
| XYZ | 18.34 | 9.33 | 17.97 | - |
| YUV | 70.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 118 | 0 | 0.91 | 0.27 | 0.36 | 317.96 | 0.83 | 0.35 |
| Hex | A2 | F | 76 | 0 | 5B | 1B | 24 | 13E | 53 | 23 |
| Octal | 242 | 17 | 166 | 0 | 133 | 33 | 44 | 476 | 123 | 43 |
| Binary | 10100010 | 1111 | 1110110 | 0 | 1011011 | 11011 | 100100 | 100111110 | 1010011 | 100011 |
Color Harmonies of #A20F76
Complementary color
Monochromatic Colors of #A20F76
Black with #A20F76
Text Example
Text Example
White with #A20F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F76; }
p { color: rgb(162,15,118); }
H1.HeaderClassName
{
color: #A20F76;
}
.AnyTagClassName
{
color: #A20F76;
}
</style>
background-color css
<style>
a { background-color: #A20F76; }
a { background-color: rgb(162,15,118); }
div.DivClassName
{
background-color: #A20F76;
}
.BgClassName
{
background-color: #A20F76;
}
</style>
border-color css
<style>
span { border-color: #A20F76; }
span { border-color: rgb(162,15,118); }
td.TdClassName
{
border-color: #A20F76;
}
.TagClassName
{
border-color: #A20F76;
}
</style>