Shades of Eggplant #A60880
Tints of Eggplant #A60880
RGB
CMYK
RGB Variations
Color information
#A60880 (or 0xA60880) is known color: Eggplant. HEX triplet: A6, 08 and 80. RGB value is (166,8,128). Sum of RGB (Red+Green+Blue) = 166+8+128=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A60880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60880 is #59F77F. Grayscale: #444444. Windows color (decimal): -5896064 or 8390822. OLE color: 8390822.
HSL color Cylindrical-coordinate representation of color #A60880: hue angle of 314.43º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60880 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 128 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.35 |
| HSL | 314.43º | 0.91% | 0.34% | - |
| HSV(B) | 314.43º | 0.95% | 0.65% | - |
| XYZ | 19.71 | 9.84 | 21.28 | - |
| YUV | 68.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 128 | 0 | 0.95 | 0.23 | 0.35 | 314.43 | 0.91 | 0.34 |
| Hex | A6 | 8 | 80 | 0 | 5F | 17 | 23 | 13A | 5B | 22 |
| Octal | 246 | 10 | 200 | 0 | 137 | 27 | 43 | 472 | 133 | 42 |
| Binary | 10100110 | 1000 | 10000000 | 0 | 1011111 | 10111 | 100011 | 100111010 | 1011011 | 100010 |
Color Harmonies of #A60880
Complementary color
Monochromatic Colors of #A60880
Black with #A60880
Text Example
Text Example
White with #A60880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60880; }
p { color: rgb(166,8,128); }
H1.HeaderClassName
{
color: #A60880;
}
.AnyTagClassName
{
color: #A60880;
}
</style>
background-color css
<style>
a { background-color: #A60880; }
a { background-color: rgb(166,8,128); }
div.DivClassName
{
background-color: #A60880;
}
.BgClassName
{
background-color: #A60880;
}
</style>
border-color css
<style>
span { border-color: #A60880; }
span { border-color: rgb(166,8,128); }
td.TdClassName
{
border-color: #A60880;
}
.TagClassName
{
border-color: #A60880;
}
</style>