Shades of Eggplant #A60E7F
Tints of Eggplant #A60E7F
RGB
CMYK
RGB Variations
Color information
#A60E7F (or 0xA60E7F) is known color: Eggplant. HEX triplet: A6, 0E and 7F. RGB value is (166,14,127). Sum of RGB (Red+Green+Blue) = 166+14+127=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E7F is #59F180. Grayscale: #484848. Windows color (decimal): -5894529 or 8326822. OLE color: 8326822.
HSL color Cylindrical-coordinate representation of color #A60E7F: hue angle of 315.39º 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 #A60E7F is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 127 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.35 |
| HSL | 315.39º | 0.84% | 0.35% | - |
| HSV(B) | 315.39º | 0.92% | 0.65% | - |
| XYZ | 19.71 | 9.95 | 20.96 | - |
| YUV | 72.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 127 | 0 | 0.92 | 0.23 | 0.35 | 315.39 | 0.84 | 0.35 |
| Hex | A6 | E | 7F | 0 | 5C | 17 | 23 | 13B | 54 | 23 |
| Octal | 246 | 16 | 177 | 0 | 134 | 27 | 43 | 473 | 124 | 43 |
| Binary | 10100110 | 1110 | 1111111 | 0 | 1011100 | 10111 | 100011 | 100111011 | 1010100 | 100011 |
Color Harmonies of #A60E7F
Complementary color
Monochromatic Colors of #A60E7F
Black with #A60E7F
Text Example
Text Example
White with #A60E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E7F; }
p { color: rgb(166,14,127); }
H1.HeaderClassName
{
color: #A60E7F;
}
.AnyTagClassName
{
color: #A60E7F;
}
</style>
background-color css
<style>
a { background-color: #A60E7F; }
a { background-color: rgb(166,14,127); }
div.DivClassName
{
background-color: #A60E7F;
}
.BgClassName
{
background-color: #A60E7F;
}
</style>
border-color css
<style>
span { border-color: #A60E7F; }
span { border-color: rgb(166,14,127); }
td.TdClassName
{
border-color: #A60E7F;
}
.TagClassName
{
border-color: #A60E7F;
}
</style>