Shades of Eggplant #A6036B
Tints of Eggplant #A6036B
RGB
CMYK
RGB Variations
Color information
#A6036B (or 0xA6036B) is known color: Eggplant. HEX triplet: A6, 03 and 6B. RGB value is (166,3,107). Sum of RGB (Red+Green+Blue) = 166+3+107=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6036B is #59FC94. Grayscale: #3F3F3F. Windows color (decimal): -5897365 or 7013286. OLE color: 7013286.
HSL color Cylindrical-coordinate representation of color #A6036B: hue angle of 321.72º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6036B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.35 |
| HSL | 321.72º | 0.96% | 0.33% | - |
| HSV(B) | 321.72º | 0.98% | 0.65% | - |
| XYZ | 18.41 | 9.23 | 14.72 | - |
| YUV | 63.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 107 | 0 | 0.98 | 0.36 | 0.35 | 321.72 | 0.96 | 0.33 |
| Hex | A6 | 3 | 6B | 0 | 62 | 24 | 23 | 142 | 60 | 21 |
| Octal | 246 | 3 | 153 | 0 | 142 | 44 | 43 | 502 | 140 | 41 |
| Binary | 10100110 | 11 | 1101011 | 0 | 1100010 | 100100 | 100011 | 101000010 | 1100000 | 100001 |
Color Harmonies of #A6036B
Complementary color
Monochromatic Colors of #A6036B
Black with #A6036B
Text Example
Text Example
White with #A6036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6036B; }
p { color: rgb(166,3,107); }
H1.HeaderClassName
{
color: #A6036B;
}
.AnyTagClassName
{
color: #A6036B;
}
</style>
background-color css
<style>
a { background-color: #A6036B; }
a { background-color: rgb(166,3,107); }
div.DivClassName
{
background-color: #A6036B;
}
.BgClassName
{
background-color: #A6036B;
}
</style>
border-color css
<style>
span { border-color: #A6036B; }
span { border-color: rgb(166,3,107); }
td.TdClassName
{
border-color: #A6036B;
}
.TagClassName
{
border-color: #A6036B;
}
</style>