Shades of Eggplant #A60E7D
Tints of Eggplant #A60E7D
RGB
CMYK
RGB Variations
Color information
#A60E7D (or 0xA60E7D) is known color: Eggplant. HEX triplet: A6, 0E and 7D. RGB value is (166,14,125). Sum of RGB (Red+Green+Blue) = 166+14+125=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E7D is #59F182. Grayscale: #474747. Windows color (decimal): -5894531 or 8195750. OLE color: 8195750.
HSL color Cylindrical-coordinate representation of color #A60E7D: hue angle of 316.18º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E7D is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 125 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.35 |
| HSL | 316.18º | 0.84% | 0.35% | - |
| HSV(B) | 316.18º | 0.92% | 0.65% | - |
| XYZ | 19.58 | 9.9 | 20.28 | - |
| YUV | 72.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 125 | 0 | 0.92 | 0.25 | 0.35 | 316.18 | 0.84 | 0.35 |
| Hex | A6 | E | 7D | 0 | 5C | 19 | 23 | 13C | 54 | 23 |
| Octal | 246 | 16 | 175 | 0 | 134 | 31 | 43 | 474 | 124 | 43 |
| Binary | 10100110 | 1110 | 1111101 | 0 | 1011100 | 11001 | 100011 | 100111100 | 1010100 | 100011 |
Color Harmonies of #A60E7D
Complementary color
Monochromatic Colors of #A60E7D
Black with #A60E7D
Text Example
Text Example
White with #A60E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E7D; }
p { color: rgb(166,14,125); }
H1.HeaderClassName
{
color: #A60E7D;
}
.AnyTagClassName
{
color: #A60E7D;
}
</style>
background-color css
<style>
a { background-color: #A60E7D; }
a { background-color: rgb(166,14,125); }
div.DivClassName
{
background-color: #A60E7D;
}
.BgClassName
{
background-color: #A60E7D;
}
</style>
border-color css
<style>
span { border-color: #A60E7D; }
span { border-color: rgb(166,14,125); }
td.TdClassName
{
border-color: #A60E7D;
}
.TagClassName
{
border-color: #A60E7D;
}
</style>