Shades of Eggplant #A20077
Tints of Eggplant #A20077
RGB
CMYK
RGB Variations
Color information
#A20077 (or 0xA20077) is known color: Eggplant. HEX triplet: A2, 00 and 77. RGB value is (162,0,119). Sum of RGB (Red+Green+Blue) = 162+0+119=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20077 is #5DFF88. Grayscale: #3D3D3D. Windows color (decimal): -6160265 or 7798946. OLE color: 7798946.
HSL color Cylindrical-coordinate representation of color #A20077: hue angle of 315.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20077 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.27 | 0.36 |
| HSL | 315.93º | 1% | 0.32% | - |
| HSV(B) | 315.93º | 1% | 0.64% | - |
| XYZ | 18.23 | 9.01 | 18.23 | - |
| YUV | 62 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 119 | 0 | 1 | 0.27 | 0.36 | 315.93 | 1 | 0.32 |
| Hex | A2 | 0 | 77 | 0 | 64 | 1B | 24 | 13C | 64 | 20 |
| Octal | 242 | 0 | 167 | 0 | 144 | 33 | 44 | 474 | 144 | 40 |
| Binary | 10100010 | 0 | 1110111 | 0 | 1100100 | 11011 | 100100 | 100111100 | 1100100 | 100000 |
Color Harmonies of #A20077
Complementary color
Monochromatic Colors of #A20077
Black with #A20077
Text Example
Text Example
White with #A20077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20077; }
p { color: rgb(162,0,119); }
H1.HeaderClassName
{
color: #A20077;
}
.AnyTagClassName
{
color: #A20077;
}
</style>
background-color css
<style>
a { background-color: #A20077; }
a { background-color: rgb(162,0,119); }
div.DivClassName
{
background-color: #A20077;
}
.BgClassName
{
background-color: #A20077;
}
</style>
border-color css
<style>
span { border-color: #A20077; }
span { border-color: rgb(162,0,119); }
td.TdClassName
{
border-color: #A20077;
}
.TagClassName
{
border-color: #A20077;
}
</style>