Shades of Eggplant #A60375
Tints of Eggplant #A60375
RGB
CMYK
RGB Variations
Color information
#A60375 (or 0xA60375) is known color: Eggplant. HEX triplet: A6, 03 and 75. RGB value is (166,3,117). Sum of RGB (Red+Green+Blue) = 166+3+117=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A60375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60375 is #59FC8A. Grayscale: #404040. Windows color (decimal): -5897355 or 7668646. OLE color: 7668646.
HSL color Cylindrical-coordinate representation of color #A60375: hue angle of 318.04º 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 #A60375 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.35 |
| HSL | 318.04º | 0.96% | 0.33% | - |
| HSV(B) | 318.04º | 0.98% | 0.65% | - |
| XYZ | 18.97 | 9.46 | 17.66 | - |
| YUV | 64.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 117 | 0 | 0.98 | 0.30 | 0.35 | 318.04 | 0.96 | 0.33 |
| Hex | A6 | 3 | 75 | 0 | 62 | 1E | 23 | 13E | 60 | 21 |
| Octal | 246 | 3 | 165 | 0 | 142 | 36 | 43 | 476 | 140 | 41 |
| Binary | 10100110 | 11 | 1110101 | 0 | 1100010 | 11110 | 100011 | 100111110 | 1100000 | 100001 |
Color Harmonies of #A60375
Complementary color
Monochromatic Colors of #A60375
Black with #A60375
Text Example
Text Example
White with #A60375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60375; }
p { color: rgb(166,3,117); }
H1.HeaderClassName
{
color: #A60375;
}
.AnyTagClassName
{
color: #A60375;
}
</style>
background-color css
<style>
a { background-color: #A60375; }
a { background-color: rgb(166,3,117); }
div.DivClassName
{
background-color: #A60375;
}
.BgClassName
{
background-color: #A60375;
}
</style>
border-color css
<style>
span { border-color: #A60375; }
span { border-color: rgb(166,3,117); }
td.TdClassName
{
border-color: #A60375;
}
.TagClassName
{
border-color: #A60375;
}
</style>