Shades of Eggplant #A10978
Tints of Eggplant #A10978
RGB
CMYK
RGB Variations
Color information
#A10978 (or 0xA10978) is known color: Eggplant. HEX triplet: A1, 09 and 78. RGB value is (161,9,120). Sum of RGB (Red+Green+Blue) = 161+9+120=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A10978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10978 is #5EF687. Grayscale: #424242. Windows color (decimal): -6223496 or 7866785. OLE color: 7866785.
HSL color Cylindrical-coordinate representation of color #A10978: hue angle of 316.18º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10978 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.37 |
| HSL | 316.18º | 0.89% | 0.33% | - |
| HSV(B) | 316.18º | 0.94% | 0.63% | - |
| XYZ | 18.19 | 9.13 | 18.57 | - |
| YUV | 67.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 120 | 0 | 0.94 | 0.25 | 0.37 | 316.18 | 0.89 | 0.33 |
| Hex | A1 | 9 | 78 | 0 | 5E | 19 | 25 | 13C | 59 | 21 |
| Octal | 241 | 11 | 170 | 0 | 136 | 31 | 45 | 474 | 131 | 41 |
| Binary | 10100001 | 1001 | 1111000 | 0 | 1011110 | 11001 | 100101 | 100111100 | 1011001 | 100001 |
Color Harmonies of #A10978
Complementary color
Monochromatic Colors of #A10978
Black with #A10978
Text Example
Text Example
White with #A10978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10978; }
p { color: rgb(161,9,120); }
H1.HeaderClassName
{
color: #A10978;
}
.AnyTagClassName
{
color: #A10978;
}
</style>
background-color css
<style>
a { background-color: #A10978; }
a { background-color: rgb(161,9,120); }
div.DivClassName
{
background-color: #A10978;
}
.BgClassName
{
background-color: #A10978;
}
</style>
border-color css
<style>
span { border-color: #A10978; }
span { border-color: rgb(161,9,120); }
td.TdClassName
{
border-color: #A10978;
}
.TagClassName
{
border-color: #A10978;
}
</style>