Shades of Eggplant #A7046F
Tints of Eggplant #A7046F
RGB
CMYK
RGB Variations
Color information
#A7046F (or 0xA7046F) is known color: Eggplant. HEX triplet: A7, 04 and 6F. RGB value is (167,4,111). Sum of RGB (Red+Green+Blue) = 167+4+111=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7046F is #58FB90. Grayscale: #404040. Windows color (decimal): -5831569 or 7275687. OLE color: 7275687.
HSL color Cylindrical-coordinate representation of color #A7046F: hue angle of 320.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7046F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.35 |
| HSL | 320.61º | 0.95% | 0.34% | - |
| HSV(B) | 320.61º | 0.98% | 0.65% | - |
| XYZ | 18.85 | 9.45 | 15.87 | - |
| YUV | 64.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 111 | 0 | 0.98 | 0.34 | 0.35 | 320.61 | 0.95 | 0.34 |
| Hex | A7 | 4 | 6F | 0 | 62 | 22 | 23 | 141 | 5F | 22 |
| Octal | 247 | 4 | 157 | 0 | 142 | 42 | 43 | 501 | 137 | 42 |
| Binary | 10100111 | 100 | 1101111 | 0 | 1100010 | 100010 | 100011 | 101000001 | 1011111 | 100010 |
Color Harmonies of #A7046F
Complementary color
Monochromatic Colors of #A7046F
Black with #A7046F
Text Example
Text Example
White with #A7046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7046F; }
p { color: rgb(167,4,111); }
H1.HeaderClassName
{
color: #A7046F;
}
.AnyTagClassName
{
color: #A7046F;
}
</style>
background-color css
<style>
a { background-color: #A7046F; }
a { background-color: rgb(167,4,111); }
div.DivClassName
{
background-color: #A7046F;
}
.BgClassName
{
background-color: #A7046F;
}
</style>
border-color css
<style>
span { border-color: #A7046F; }
span { border-color: rgb(167,4,111); }
td.TdClassName
{
border-color: #A7046F;
}
.TagClassName
{
border-color: #A7046F;
}
</style>