Shades of Eggplant #A20176
Tints of Eggplant #A20176
RGB
CMYK
RGB Variations
Color information
#A20176 (or 0xA20176) is known color: Eggplant. HEX triplet: A2, 01 and 76. RGB value is (162,1,118). Sum of RGB (Red+Green+Blue) = 162+1+118=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20176 is #5DFE89. Grayscale: #3E3E3E. Windows color (decimal): -6160010 or 7733666. OLE color: 7733666.
HSL color Cylindrical-coordinate representation of color #A20176: hue angle of 316.4º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20176 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.36 |
| HSL | 316.4º | 0.99% | 0.32% | - |
| HSV(B) | 316.4º | 0.99% | 0.64% | - |
| XYZ | 18.18 | 9.01 | 17.92 | - |
| YUV | 62.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 118 | 0 | 0.99 | 0.27 | 0.36 | 316.4 | 0.99 | 0.32 |
| Hex | A2 | 1 | 76 | 0 | 63 | 1B | 24 | 13C | 63 | 20 |
| Octal | 242 | 1 | 166 | 0 | 143 | 33 | 44 | 474 | 143 | 40 |
| Binary | 10100010 | 1 | 1110110 | 0 | 1100011 | 11011 | 100100 | 100111100 | 1100011 | 100000 |
Color Harmonies of #A20176
Complementary color
Monochromatic Colors of #A20176
Black with #A20176
Text Example
Text Example
White with #A20176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20176; }
p { color: rgb(162,1,118); }
H1.HeaderClassName
{
color: #A20176;
}
.AnyTagClassName
{
color: #A20176;
}
</style>
background-color css
<style>
a { background-color: #A20176; }
a { background-color: rgb(162,1,118); }
div.DivClassName
{
background-color: #A20176;
}
.BgClassName
{
background-color: #A20176;
}
</style>
border-color css
<style>
span { border-color: #A20176; }
span { border-color: rgb(162,1,118); }
td.TdClassName
{
border-color: #A20176;
}
.TagClassName
{
border-color: #A20176;
}
</style>