Shades of Eggplant #A60166
Tints of Eggplant #A60166
RGB
CMYK
RGB Variations
Color information
#A60166 (or 0xA60166) is known color: Eggplant. HEX triplet: A6, 01 and 66. RGB value is (166,1,102). Sum of RGB (Red+Green+Blue) = 166+1+102=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A60166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60166 is #59FE99. Grayscale: #3D3D3D. Windows color (decimal): -5897882 or 6685094. OLE color: 6685094.
HSL color Cylindrical-coordinate representation of color #A60166: hue angle of 323.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60166 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.35 |
| HSL | 323.27º | 0.99% | 0.33% | - |
| HSV(B) | 323.27º | 0.99% | 0.65% | - |
| XYZ | 18.14 | 9.09 | 13.37 | - |
| YUV | 61.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 102 | 0 | 0.99 | 0.39 | 0.35 | 323.27 | 0.99 | 0.33 |
| Hex | A6 | 1 | 66 | 0 | 63 | 27 | 23 | 143 | 63 | 21 |
| Octal | 246 | 1 | 146 | 0 | 143 | 47 | 43 | 503 | 143 | 41 |
| Binary | 10100110 | 1 | 1100110 | 0 | 1100011 | 100111 | 100011 | 101000011 | 1100011 | 100001 |
Color Harmonies of #A60166
Complementary color
Monochromatic Colors of #A60166
Black with #A60166
Text Example
Text Example
White with #A60166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60166; }
p { color: rgb(166,1,102); }
H1.HeaderClassName
{
color: #A60166;
}
.AnyTagClassName
{
color: #A60166;
}
</style>
background-color css
<style>
a { background-color: #A60166; }
a { background-color: rgb(166,1,102); }
div.DivClassName
{
background-color: #A60166;
}
.BgClassName
{
background-color: #A60166;
}
</style>
border-color css
<style>
span { border-color: #A60166; }
span { border-color: rgb(166,1,102); }
td.TdClassName
{
border-color: #A60166;
}
.TagClassName
{
border-color: #A60166;
}
</style>