Shades of Eggplant #A7047F
Tints of Eggplant #A7047F
RGB
CMYK
RGB Variations
Color information
#A7047F (or 0xA7047F) is known color: Eggplant. HEX triplet: A7, 04 and 7F. RGB value is (167,4,127). Sum of RGB (Red+Green+Blue) = 167+4+127=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7047F is #58FB80. Grayscale: #424242. Windows color (decimal): -5831553 or 8324263. OLE color: 8324263.
HSL color Cylindrical-coordinate representation of color #A7047F: hue angle of 314.72º 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 #A7047F is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.35 |
| HSL | 314.72º | 0.95% | 0.34% | - |
| HSV(B) | 314.72º | 0.98% | 0.65% | - |
| XYZ | 19.81 | 9.83 | 20.93 | - |
| YUV | 66.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 127 | 0 | 0.98 | 0.24 | 0.35 | 314.72 | 0.95 | 0.34 |
| Hex | A7 | 4 | 7F | 0 | 62 | 18 | 23 | 13B | 5F | 22 |
| Octal | 247 | 4 | 177 | 0 | 142 | 30 | 43 | 473 | 137 | 42 |
| Binary | 10100111 | 100 | 1111111 | 0 | 1100010 | 11000 | 100011 | 100111011 | 1011111 | 100010 |
Color Harmonies of #A7047F
Complementary color
Monochromatic Colors of #A7047F
Black with #A7047F
Text Example
Text Example
White with #A7047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7047F; }
p { color: rgb(167,4,127); }
H1.HeaderClassName
{
color: #A7047F;
}
.AnyTagClassName
{
color: #A7047F;
}
</style>
background-color css
<style>
a { background-color: #A7047F; }
a { background-color: rgb(167,4,127); }
div.DivClassName
{
background-color: #A7047F;
}
.BgClassName
{
background-color: #A7047F;
}
</style>
border-color css
<style>
span { border-color: #A7047F; }
span { border-color: rgb(167,4,127); }
td.TdClassName
{
border-color: #A7047F;
}
.TagClassName
{
border-color: #A7047F;
}
</style>