Shades of Eggplant #A60080
Tints of Eggplant #A60080
RGB
CMYK
RGB Variations
Color information
#A60080 (or 0xA60080) is known color: Eggplant. HEX triplet: A6, 00 and 80. RGB value is (166,0,128). Sum of RGB (Red+Green+Blue) = 166+0+128=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A60080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60080 is #59FF7F. Grayscale: #3F3F3F. Windows color (decimal): -5898112 or 8388774. OLE color: 8388774.
HSL color Cylindrical-coordinate representation of color #A60080: hue angle of 313.73º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60080 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.23 | 0.35 |
| HSL | 313.73º | 1% | 0.33% | - |
| HSV(B) | 313.73º | 1% | 0.65% | - |
| XYZ | 19.62 | 9.67 | 21.25 | - |
| YUV | 64.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 128 | 0 | 1 | 0.23 | 0.35 | 313.73 | 1 | 0.33 |
| Hex | A6 | 0 | 80 | 0 | 64 | 17 | 23 | 13A | 64 | 21 |
| Octal | 246 | 0 | 200 | 0 | 144 | 27 | 43 | 472 | 144 | 41 |
| Binary | 10100110 | 0 | 10000000 | 0 | 1100100 | 10111 | 100011 | 100111010 | 1100100 | 100001 |
Color Harmonies of #A60080
Complementary color
Monochromatic Colors of #A60080
Black with #A60080
Text Example
Text Example
White with #A60080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60080; }
p { color: rgb(166,0,128); }
H1.HeaderClassName
{
color: #A60080;
}
.AnyTagClassName
{
color: #A60080;
}
</style>
background-color css
<style>
a { background-color: #A60080; }
a { background-color: rgb(166,0,128); }
div.DivClassName
{
background-color: #A60080;
}
.BgClassName
{
background-color: #A60080;
}
</style>
border-color css
<style>
span { border-color: #A60080; }
span { border-color: rgb(166,0,128); }
td.TdClassName
{
border-color: #A60080;
}
.TagClassName
{
border-color: #A60080;
}
</style>