Shades of Eggplant #A60A7B
Tints of Eggplant #A60A7B
RGB
CMYK
RGB Variations
Color information
#A60A7B (or 0xA60A7B) is known color: Eggplant. HEX triplet: A6, 0A and 7B. RGB value is (166,10,123). Sum of RGB (Red+Green+Blue) = 166+10+123=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60A7B is #59F584. Grayscale: #454545. Windows color (decimal): -5895557 or 8063654. OLE color: 8063654.
HSL color Cylindrical-coordinate representation of color #A60A7B: hue angle of 316.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A7B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 123 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.35 |
| HSL | 316.54º | 0.89% | 0.35% | - |
| HSV(B) | 316.54º | 0.94% | 0.65% | - |
| XYZ | 19.41 | 9.75 | 19.6 | - |
| YUV | 69.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 123 | 0 | 0.94 | 0.26 | 0.35 | 316.54 | 0.89 | 0.35 |
| Hex | A6 | A | 7B | 0 | 5E | 1A | 23 | 13D | 59 | 23 |
| Octal | 246 | 12 | 173 | 0 | 136 | 32 | 43 | 475 | 131 | 43 |
| Binary | 10100110 | 1010 | 1111011 | 0 | 1011110 | 11010 | 100011 | 100111101 | 1011001 | 100011 |
Color Harmonies of #A60A7B
Complementary color
Monochromatic Colors of #A60A7B
Black with #A60A7B
Text Example
Text Example
White with #A60A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A7B; }
p { color: rgb(166,10,123); }
H1.HeaderClassName
{
color: #A60A7B;
}
.AnyTagClassName
{
color: #A60A7B;
}
</style>
background-color css
<style>
a { background-color: #A60A7B; }
a { background-color: rgb(166,10,123); }
div.DivClassName
{
background-color: #A60A7B;
}
.BgClassName
{
background-color: #A60A7B;
}
</style>
border-color css
<style>
span { border-color: #A60A7B; }
span { border-color: rgb(166,10,123); }
td.TdClassName
{
border-color: #A60A7B;
}
.TagClassName
{
border-color: #A60A7B;
}
</style>