Shades of Eggplant #A60C7E
Tints of Eggplant #A60C7E
RGB
CMYK
RGB Variations
Color information
#A60C7E (or 0xA60C7E) is known color: Eggplant. HEX triplet: A6, 0C and 7E. RGB value is (166,12,126). Sum of RGB (Red+Green+Blue) = 166+12+126=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60C7E is #59F381. Grayscale: #464646. Windows color (decimal): -5895042 or 8260774. OLE color: 8260774.
HSL color Cylindrical-coordinate representation of color #A60C7E: hue angle of 315.58º 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 #A60C7E is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.35 |
| HSL | 315.58º | 0.87% | 0.35% | - |
| HSV(B) | 315.58º | 0.93% | 0.65% | - |
| XYZ | 19.62 | 9.88 | 20.61 | - |
| YUV | 71.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 126 | 0 | 0.93 | 0.24 | 0.35 | 315.58 | 0.87 | 0.35 |
| Hex | A6 | C | 7E | 0 | 5D | 18 | 23 | 13C | 57 | 23 |
| Octal | 246 | 14 | 176 | 0 | 135 | 30 | 43 | 474 | 127 | 43 |
| Binary | 10100110 | 1100 | 1111110 | 0 | 1011101 | 11000 | 100011 | 100111100 | 1010111 | 100011 |
Color Harmonies of #A60C7E
Complementary color
Monochromatic Colors of #A60C7E
Black with #A60C7E
Text Example
Text Example
White with #A60C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C7E; }
p { color: rgb(166,12,126); }
H1.HeaderClassName
{
color: #A60C7E;
}
.AnyTagClassName
{
color: #A60C7E;
}
</style>
background-color css
<style>
a { background-color: #A60C7E; }
a { background-color: rgb(166,12,126); }
div.DivClassName
{
background-color: #A60C7E;
}
.BgClassName
{
background-color: #A60C7E;
}
</style>
border-color css
<style>
span { border-color: #A60C7E; }
span { border-color: rgb(166,12,126); }
td.TdClassName
{
border-color: #A60C7E;
}
.TagClassName
{
border-color: #A60C7E;
}
</style>