Shades of Eggplant #A10180
Tints of Eggplant #A10180
RGB
CMYK
RGB Variations
Color information
#A10180 (or 0xA10180) is known color: Eggplant. HEX triplet: A1, 01 and 80. RGB value is (161,1,128). Sum of RGB (Red+Green+Blue) = 161+1+128=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A10180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10180 is #5EFE7F. Grayscale: #3E3E3E. Windows color (decimal): -6225536 or 8389025. OLE color: 8389025.
HSL color Cylindrical-coordinate representation of color #A10180: hue angle of 312.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10180 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.37 |
| HSL | 312.38º | 0.99% | 0.32% | - |
| HSV(B) | 312.38º | 0.99% | 0.63% | - |
| XYZ | 18.61 | 9.16 | 21.21 | - |
| YUV | 63.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 128 | 0 | 0.99 | 0.20 | 0.37 | 312.38 | 0.99 | 0.32 |
| Hex | A1 | 1 | 80 | 0 | 63 | 14 | 25 | 138 | 63 | 20 |
| Octal | 241 | 1 | 200 | 0 | 143 | 24 | 45 | 470 | 143 | 40 |
| Binary | 10100001 | 1 | 10000000 | 0 | 1100011 | 10100 | 100101 | 100111000 | 1100011 | 100000 |
Color Harmonies of #A10180
Complementary color
Monochromatic Colors of #A10180
Black with #A10180
Text Example
Text Example
White with #A10180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10180; }
p { color: rgb(161,1,128); }
H1.HeaderClassName
{
color: #A10180;
}
.AnyTagClassName
{
color: #A10180;
}
</style>
background-color css
<style>
a { background-color: #A10180; }
a { background-color: rgb(161,1,128); }
div.DivClassName
{
background-color: #A10180;
}
.BgClassName
{
background-color: #A10180;
}
</style>
border-color css
<style>
span { border-color: #A10180; }
span { border-color: rgb(161,1,128); }
td.TdClassName
{
border-color: #A10180;
}
.TagClassName
{
border-color: #A10180;
}
</style>