Shades of Eggplant #A6006C
Tints of Eggplant #A6006C
RGB
CMYK
RGB Variations
Color information
#A6006C (or 0xA6006C) is known color: Eggplant. HEX triplet: A6, 00 and 6C. RGB value is (166,0,108). Sum of RGB (Red+Green+Blue) = 166+0+108=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6006C is #59FF93. Grayscale: #3D3D3D. Windows color (decimal): -5898132 or 7078054. OLE color: 7078054.
HSL color Cylindrical-coordinate representation of color #A6006C: hue angle of 320.96º 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 #A6006C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.35 | 0.35 |
| HSL | 320.96º | 1% | 0.33% | - |
| HSV(B) | 320.96º | 1% | 0.65% | - |
| XYZ | 18.43 | 9.19 | 14.99 | - |
| YUV | 61.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 108 | 0 | 1 | 0.35 | 0.35 | 320.96 | 1 | 0.33 |
| Hex | A6 | 0 | 6C | 0 | 64 | 23 | 23 | 141 | 64 | 21 |
| Octal | 246 | 0 | 154 | 0 | 144 | 43 | 43 | 501 | 144 | 41 |
| Binary | 10100110 | 0 | 1101100 | 0 | 1100100 | 100011 | 100011 | 101000001 | 1100100 | 100001 |
Color Harmonies of #A6006C
Complementary color
Monochromatic Colors of #A6006C
Black with #A6006C
Text Example
Text Example
White with #A6006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6006C; }
p { color: rgb(166,0,108); }
H1.HeaderClassName
{
color: #A6006C;
}
.AnyTagClassName
{
color: #A6006C;
}
</style>
background-color css
<style>
a { background-color: #A6006C; }
a { background-color: rgb(166,0,108); }
div.DivClassName
{
background-color: #A6006C;
}
.BgClassName
{
background-color: #A6006C;
}
</style>
border-color css
<style>
span { border-color: #A6006C; }
span { border-color: rgb(166,0,108); }
td.TdClassName
{
border-color: #A6006C;
}
.TagClassName
{
border-color: #A6006C;
}
</style>