Shades of Eggplant #A60065
Tints of Eggplant #A60065
RGB
CMYK
RGB Variations
Color information
#A60065 (or 0xA60065) is known color: Eggplant. HEX triplet: A6, 00 and 65. RGB value is (166,0,101). Sum of RGB (Red+Green+Blue) = 166+0+101=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A60065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60065 is #59FF9A. Grayscale: #3C3C3C. Windows color (decimal): -5898139 or 6619302. OLE color: 6619302.
HSL color Cylindrical-coordinate representation of color #A60065: hue angle of 323.49º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60065 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.39 | 0.35 |
| HSL | 323.49º | 1% | 0.33% | - |
| HSV(B) | 323.49º | 1% | 0.65% | - |
| XYZ | 18.07 | 9.05 | 13.11 | - |
| YUV | 61.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 101 | 0 | 1 | 0.39 | 0.35 | 323.49 | 1 | 0.33 |
| Hex | A6 | 0 | 65 | 0 | 64 | 27 | 23 | 143 | 64 | 21 |
| Octal | 246 | 0 | 145 | 0 | 144 | 47 | 43 | 503 | 144 | 41 |
| Binary | 10100110 | 0 | 1100101 | 0 | 1100100 | 100111 | 100011 | 101000011 | 1100100 | 100001 |
Color Harmonies of #A60065
Complementary color
Monochromatic Colors of #A60065
Black with #A60065
Text Example
Text Example
White with #A60065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60065; }
p { color: rgb(166,0,101); }
H1.HeaderClassName
{
color: #A60065;
}
.AnyTagClassName
{
color: #A60065;
}
</style>
background-color css
<style>
a { background-color: #A60065; }
a { background-color: rgb(166,0,101); }
div.DivClassName
{
background-color: #A60065;
}
.BgClassName
{
background-color: #A60065;
}
</style>
border-color css
<style>
span { border-color: #A60065; }
span { border-color: rgb(166,0,101); }
td.TdClassName
{
border-color: #A60065;
}
.TagClassName
{
border-color: #A60065;
}
</style>