Shades of Eggplant #A10780
Tints of Eggplant #A10780
RGB
CMYK
RGB Variations
Color information
#A10780 (or 0xA10780) is known color: Eggplant. HEX triplet: A1, 07 and 80. RGB value is (161,7,128). Sum of RGB (Red+Green+Blue) = 161+7+128=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A10780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10780 is #5EF87F. Grayscale: #424242. Windows color (decimal): -6224000 or 8390561. OLE color: 8390561.
HSL color Cylindrical-coordinate representation of color #A10780: hue angle of 312.86º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10780 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 128 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.37 |
| HSL | 312.86º | 0.92% | 0.33% | - |
| HSV(B) | 312.86º | 0.96% | 0.63% | - |
| XYZ | 18.67 | 9.29 | 21.23 | - |
| YUV | 66.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 128 | 0 | 0.96 | 0.20 | 0.37 | 312.86 | 0.92 | 0.33 |
| Hex | A1 | 7 | 80 | 0 | 60 | 14 | 25 | 139 | 5C | 21 |
| Octal | 241 | 7 | 200 | 0 | 140 | 24 | 45 | 471 | 134 | 41 |
| Binary | 10100001 | 111 | 10000000 | 0 | 1100000 | 10100 | 100101 | 100111001 | 1011100 | 100001 |
Color Harmonies of #A10780
Complementary color
Monochromatic Colors of #A10780
Black with #A10780
Text Example
Text Example
White with #A10780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10780; }
p { color: rgb(161,7,128); }
H1.HeaderClassName
{
color: #A10780;
}
.AnyTagClassName
{
color: #A10780;
}
</style>
background-color css
<style>
a { background-color: #A10780; }
a { background-color: rgb(161,7,128); }
div.DivClassName
{
background-color: #A10780;
}
.BgClassName
{
background-color: #A10780;
}
</style>
border-color css
<style>
span { border-color: #A10780; }
span { border-color: rgb(161,7,128); }
td.TdClassName
{
border-color: #A10780;
}
.TagClassName
{
border-color: #A10780;
}
</style>