Shades of Eggplant #A6026C
Tints of Eggplant #A6026C
RGB
CMYK
RGB Variations
Color information
#A6026C (or 0xA6026C) is known color: Eggplant. HEX triplet: A6, 02 and 6C. RGB value is (166,2,108). Sum of RGB (Red+Green+Blue) = 166+2+108=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6026C is #59FD93. Grayscale: #3E3E3E. Windows color (decimal): -5897620 or 7078566. OLE color: 7078566.
HSL color Cylindrical-coordinate representation of color #A6026C: hue angle of 321.22º degrees, saturation: 0.98, 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 #A6026C is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.35 |
| HSL | 321.22º | 0.98% | 0.33% | - |
| HSV(B) | 321.22º | 0.99% | 0.65% | - |
| XYZ | 18.45 | 9.23 | 15 | - |
| YUV | 63.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 108 | 0 | 0.99 | 0.35 | 0.35 | 321.22 | 0.98 | 0.33 |
| Hex | A6 | 2 | 6C | 0 | 63 | 23 | 23 | 141 | 62 | 21 |
| Octal | 246 | 2 | 154 | 0 | 143 | 43 | 43 | 501 | 142 | 41 |
| Binary | 10100110 | 10 | 1101100 | 0 | 1100011 | 100011 | 100011 | 101000001 | 1100010 | 100001 |
Color Harmonies of #A6026C
Complementary color
Monochromatic Colors of #A6026C
Black with #A6026C
Text Example
Text Example
White with #A6026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6026C; }
p { color: rgb(166,2,108); }
H1.HeaderClassName
{
color: #A6026C;
}
.AnyTagClassName
{
color: #A6026C;
}
</style>
background-color css
<style>
a { background-color: #A6026C; }
a { background-color: rgb(166,2,108); }
div.DivClassName
{
background-color: #A6026C;
}
.BgClassName
{
background-color: #A6026C;
}
</style>
border-color css
<style>
span { border-color: #A6026C; }
span { border-color: rgb(166,2,108); }
td.TdClassName
{
border-color: #A6026C;
}
.TagClassName
{
border-color: #A6026C;
}
</style>