Shades of Eggplant #A6047B
Tints of Eggplant #A6047B
RGB
CMYK
RGB Variations
Color information
#A6047B (or 0xA6047B) is known color: Eggplant. HEX triplet: A6, 04 and 7B. RGB value is (166,4,123). Sum of RGB (Red+Green+Blue) = 166+4+123=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6047B is #59FB84. Grayscale: #414141. Windows color (decimal): -5897093 or 8062118. OLE color: 8062118.
HSL color Cylindrical-coordinate representation of color #A6047B: hue angle of 315.93º degrees, saturation: 0.95, 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 #A6047B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.35 |
| HSL | 315.93º | 0.95% | 0.33% | - |
| HSV(B) | 315.93º | 0.98% | 0.65% | - |
| XYZ | 19.34 | 9.62 | 19.58 | - |
| YUV | 66 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 123 | 0 | 0.98 | 0.26 | 0.35 | 315.93 | 0.95 | 0.33 |
| Hex | A6 | 4 | 7B | 0 | 62 | 1A | 23 | 13C | 5F | 21 |
| Octal | 246 | 4 | 173 | 0 | 142 | 32 | 43 | 474 | 137 | 41 |
| Binary | 10100110 | 100 | 1111011 | 0 | 1100010 | 11010 | 100011 | 100111100 | 1011111 | 100001 |
Color Harmonies of #A6047B
Complementary color
Monochromatic Colors of #A6047B
Black with #A6047B
Text Example
Text Example
White with #A6047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6047B; }
p { color: rgb(166,4,123); }
H1.HeaderClassName
{
color: #A6047B;
}
.AnyTagClassName
{
color: #A6047B;
}
</style>
background-color css
<style>
a { background-color: #A6047B; }
a { background-color: rgb(166,4,123); }
div.DivClassName
{
background-color: #A6047B;
}
.BgClassName
{
background-color: #A6047B;
}
</style>
border-color css
<style>
span { border-color: #A6047B; }
span { border-color: rgb(166,4,123); }
td.TdClassName
{
border-color: #A6047B;
}
.TagClassName
{
border-color: #A6047B;
}
</style>