Shades of Eggplant #A60370
Tints of Eggplant #A60370
RGB
CMYK
RGB Variations
Color information
#A60370 (or 0xA60370) is known color: Eggplant. HEX triplet: A6, 03 and 70. RGB value is (166,3,112). Sum of RGB (Red+Green+Blue) = 166+3+112=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A60370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60370 is #59FC8F. Grayscale: #3F3F3F. Windows color (decimal): -5897360 or 7340966. OLE color: 7340966.
HSL color Cylindrical-coordinate representation of color #A60370: hue angle of 319.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60370 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.35 |
| HSL | 319.88º | 0.96% | 0.33% | - |
| HSV(B) | 319.88º | 0.98% | 0.65% | - |
| XYZ | 18.68 | 9.34 | 16.15 | - |
| YUV | 64.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 112 | 0 | 0.98 | 0.33 | 0.35 | 319.88 | 0.96 | 0.33 |
| Hex | A6 | 3 | 70 | 0 | 62 | 21 | 23 | 140 | 60 | 21 |
| Octal | 246 | 3 | 160 | 0 | 142 | 41 | 43 | 500 | 140 | 41 |
| Binary | 10100110 | 11 | 1110000 | 0 | 1100010 | 100001 | 100011 | 101000000 | 1100000 | 100001 |
Color Harmonies of #A60370
Complementary color
Monochromatic Colors of #A60370
Black with #A60370
Text Example
Text Example
White with #A60370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60370; }
p { color: rgb(166,3,112); }
H1.HeaderClassName
{
color: #A60370;
}
.AnyTagClassName
{
color: #A60370;
}
</style>
background-color css
<style>
a { background-color: #A60370; }
a { background-color: rgb(166,3,112); }
div.DivClassName
{
background-color: #A60370;
}
.BgClassName
{
background-color: #A60370;
}
</style>
border-color css
<style>
span { border-color: #A60370; }
span { border-color: rgb(166,3,112); }
td.TdClassName
{
border-color: #A60370;
}
.TagClassName
{
border-color: #A60370;
}
</style>