Shades of Eggplant #A20978
Tints of Eggplant #A20978
RGB
CMYK
RGB Variations
Color information
#A20978 (or 0xA20978) is known color: Eggplant. HEX triplet: A2, 09 and 78. RGB value is (162,9,120). Sum of RGB (Red+Green+Blue) = 162+9+120=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20978 is #5DF687. Grayscale: #434343. Windows color (decimal): -6157960 or 7866786. OLE color: 7866786.
HSL color Cylindrical-coordinate representation of color #A20978: hue angle of 316.47º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20978 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.36 |
| HSL | 316.47º | 0.89% | 0.34% | - |
| HSV(B) | 316.47º | 0.94% | 0.64% | - |
| XYZ | 18.39 | 9.23 | 18.58 | - |
| YUV | 67.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 120 | 0 | 0.94 | 0.26 | 0.36 | 316.47 | 0.89 | 0.34 |
| Hex | A2 | 9 | 78 | 0 | 5E | 1A | 24 | 13C | 59 | 22 |
| Octal | 242 | 11 | 170 | 0 | 136 | 32 | 44 | 474 | 131 | 42 |
| Binary | 10100010 | 1001 | 1111000 | 0 | 1011110 | 11010 | 100100 | 100111100 | 1011001 | 100010 |
Color Harmonies of #A20978
Complementary color
Monochromatic Colors of #A20978
Black with #A20978
Text Example
Text Example
White with #A20978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20978; }
p { color: rgb(162,9,120); }
H1.HeaderClassName
{
color: #A20978;
}
.AnyTagClassName
{
color: #A20978;
}
</style>
background-color css
<style>
a { background-color: #A20978; }
a { background-color: rgb(162,9,120); }
div.DivClassName
{
background-color: #A20978;
}
.BgClassName
{
background-color: #A20978;
}
</style>
border-color css
<style>
span { border-color: #A20978; }
span { border-color: rgb(162,9,120); }
td.TdClassName
{
border-color: #A20978;
}
.TagClassName
{
border-color: #A20978;
}
</style>