Shades of Eggplant #A6006D
Tints of Eggplant #A6006D
RGB
CMYK
RGB Variations
Color information
#A6006D (or 0xA6006D) is known color: Eggplant. HEX triplet: A6, 00 and 6D. RGB value is (166,0,109). Sum of RGB (Red+Green+Blue) = 166+0+109=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6006D is #59FF92. Grayscale: #3D3D3D. Windows color (decimal): -5898131 or 7143590. OLE color: 7143590.
HSL color Cylindrical-coordinate representation of color #A6006D: hue angle of 320.6º 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 #A6006D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.34 | 0.35 |
| HSL | 320.6º | 1% | 0.33% | - |
| HSV(B) | 320.6º | 1% | 0.65% | - |
| XYZ | 18.49 | 9.21 | 15.27 | - |
| YUV | 62.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 109 | 0 | 1 | 0.34 | 0.35 | 320.6 | 1 | 0.33 |
| Hex | A6 | 0 | 6D | 0 | 64 | 22 | 23 | 141 | 64 | 21 |
| Octal | 246 | 0 | 155 | 0 | 144 | 42 | 43 | 501 | 144 | 41 |
| Binary | 10100110 | 0 | 1101101 | 0 | 1100100 | 100010 | 100011 | 101000001 | 1100100 | 100001 |
Color Harmonies of #A6006D
Complementary color
Monochromatic Colors of #A6006D
Black with #A6006D
Text Example
Text Example
White with #A6006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6006D; }
p { color: rgb(166,0,109); }
H1.HeaderClassName
{
color: #A6006D;
}
.AnyTagClassName
{
color: #A6006D;
}
</style>
background-color css
<style>
a { background-color: #A6006D; }
a { background-color: rgb(166,0,109); }
div.DivClassName
{
background-color: #A6006D;
}
.BgClassName
{
background-color: #A6006D;
}
</style>
border-color css
<style>
span { border-color: #A6006D; }
span { border-color: rgb(166,0,109); }
td.TdClassName
{
border-color: #A6006D;
}
.TagClassName
{
border-color: #A6006D;
}
</style>