Shades of Eggplant #A60C81
Tints of Eggplant #A60C81
RGB
CMYK
RGB Variations
Color information
#A60C81 (or 0xA60C81) is known color: Eggplant. HEX triplet: A6, 0C and 81. RGB value is (166,12,129). Sum of RGB (Red+Green+Blue) = 166+12+129=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C81 is #59F37E. Grayscale: #474747. Windows color (decimal): -5895039 or 8457382. OLE color: 8457382.
HSL color Cylindrical-coordinate representation of color #A60C81: hue angle of 314.42º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60C81 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 129 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.35 |
| HSL | 314.42º | 0.87% | 0.35% | - |
| HSV(B) | 314.42º | 0.93% | 0.65% | - |
| XYZ | 19.82 | 9.95 | 21.65 | - |
| YUV | 71.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 129 | 0 | 0.93 | 0.22 | 0.35 | 314.42 | 0.87 | 0.35 |
| Hex | A6 | C | 81 | 0 | 5D | 16 | 23 | 13A | 57 | 23 |
| Octal | 246 | 14 | 201 | 0 | 135 | 26 | 43 | 472 | 127 | 43 |
| Binary | 10100110 | 1100 | 10000001 | 0 | 1011101 | 10110 | 100011 | 100111010 | 1010111 | 100011 |
Color Harmonies of #A60C81
Complementary color
Monochromatic Colors of #A60C81
Black with #A60C81
Text Example
Text Example
White with #A60C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C81; }
p { color: rgb(166,12,129); }
H1.HeaderClassName
{
color: #A60C81;
}
.AnyTagClassName
{
color: #A60C81;
}
</style>
background-color css
<style>
a { background-color: #A60C81; }
a { background-color: rgb(166,12,129); }
div.DivClassName
{
background-color: #A60C81;
}
.BgClassName
{
background-color: #A60C81;
}
</style>
border-color css
<style>
span { border-color: #A60C81; }
span { border-color: rgb(166,12,129); }
td.TdClassName
{
border-color: #A60C81;
}
.TagClassName
{
border-color: #A60C81;
}
</style>