Shades of Eggplant #A6026B
Tints of Eggplant #A6026B
RGB
CMYK
RGB Variations
Color information
#A6026B (or 0xA6026B) is known color: Eggplant. HEX triplet: A6, 02 and 6B. RGB value is (166,2,107). Sum of RGB (Red+Green+Blue) = 166+2+107=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6026B is #59FD94. Grayscale: #3E3E3E. Windows color (decimal): -5897621 or 7013030. OLE color: 7013030.
HSL color Cylindrical-coordinate representation of color #A6026B: hue angle of 321.59º 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 #A6026B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.35 |
| HSL | 321.59º | 0.98% | 0.33% | - |
| HSV(B) | 321.59º | 0.99% | 0.65% | - |
| XYZ | 18.4 | 9.21 | 14.72 | - |
| YUV | 63.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 107 | 0 | 0.99 | 0.36 | 0.35 | 321.59 | 0.98 | 0.33 |
| Hex | A6 | 2 | 6B | 0 | 63 | 24 | 23 | 142 | 62 | 21 |
| Octal | 246 | 2 | 153 | 0 | 143 | 44 | 43 | 502 | 142 | 41 |
| Binary | 10100110 | 10 | 1101011 | 0 | 1100011 | 100100 | 100011 | 101000010 | 1100010 | 100001 |
Color Harmonies of #A6026B
Complementary color
Monochromatic Colors of #A6026B
Black with #A6026B
Text Example
Text Example
White with #A6026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6026B; }
p { color: rgb(166,2,107); }
H1.HeaderClassName
{
color: #A6026B;
}
.AnyTagClassName
{
color: #A6026B;
}
</style>
background-color css
<style>
a { background-color: #A6026B; }
a { background-color: rgb(166,2,107); }
div.DivClassName
{
background-color: #A6026B;
}
.BgClassName
{
background-color: #A6026B;
}
</style>
border-color css
<style>
span { border-color: #A6026B; }
span { border-color: rgb(166,2,107); }
td.TdClassName
{
border-color: #A6026B;
}
.TagClassName
{
border-color: #A6026B;
}
</style>