Shades of Eggplant #A10478
Tints of Eggplant #A10478
RGB
CMYK
RGB Variations
Color information
#A10478 (or 0xA10478) is known color: Eggplant. HEX triplet: A1, 04 and 78. RGB value is (161,4,120). Sum of RGB (Red+Green+Blue) = 161+4+120=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A10478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10478 is #5EFB87. Grayscale: #3F3F3F. Windows color (decimal): -6224776 or 7865505. OLE color: 7865505.
HSL color Cylindrical-coordinate representation of color #A10478: hue angle of 315.67º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10478 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.37 |
| HSL | 315.67º | 0.95% | 0.32% | - |
| HSV(B) | 315.67º | 0.98% | 0.63% | - |
| XYZ | 18.13 | 9.02 | 18.55 | - |
| YUV | 64.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 120 | 0 | 0.98 | 0.25 | 0.37 | 315.67 | 0.95 | 0.32 |
| Hex | A1 | 4 | 78 | 0 | 62 | 19 | 25 | 13C | 5F | 20 |
| Octal | 241 | 4 | 170 | 0 | 142 | 31 | 45 | 474 | 137 | 40 |
| Binary | 10100001 | 100 | 1111000 | 0 | 1100010 | 11001 | 100101 | 100111100 | 1011111 | 100000 |
Color Harmonies of #A10478
Complementary color
Monochromatic Colors of #A10478
Black with #A10478
Text Example
Text Example
White with #A10478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10478; }
p { color: rgb(161,4,120); }
H1.HeaderClassName
{
color: #A10478;
}
.AnyTagClassName
{
color: #A10478;
}
</style>
background-color css
<style>
a { background-color: #A10478; }
a { background-color: rgb(161,4,120); }
div.DivClassName
{
background-color: #A10478;
}
.BgClassName
{
background-color: #A10478;
}
</style>
border-color css
<style>
span { border-color: #A10478; }
span { border-color: rgb(161,4,120); }
td.TdClassName
{
border-color: #A10478;
}
.TagClassName
{
border-color: #A10478;
}
</style>