Shades of Eggplant #A7147B
Tints of Eggplant #A7147B
RGB
CMYK
RGB Variations
Color information
#A7147B (or 0xA7147B) is known color: Eggplant. HEX triplet: A7, 14 and 7B. RGB value is (167,20,123). Sum of RGB (Red+Green+Blue) = 167+20+123=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7147B is #58EB84. Grayscale: #4B4B4B. Windows color (decimal): -5827461 or 8066215. OLE color: 8066215.
HSL color Cylindrical-coordinate representation of color #A7147B: hue angle of 317.96º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7147B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 123 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.35 |
| HSL | 317.96º | 0.79% | 0.37% | - |
| HSV(B) | 317.96º | 0.88% | 0.65% | - |
| XYZ | 19.76 | 10.15 | 19.66 | - |
| YUV | 75.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 123 | 0 | 0.88 | 0.26 | 0.35 | 317.96 | 0.79 | 0.37 |
| Hex | A7 | 14 | 7B | 0 | 58 | 1A | 23 | 13E | 4F | 25 |
| Octal | 247 | 24 | 173 | 0 | 130 | 32 | 43 | 476 | 117 | 45 |
| Binary | 10100111 | 10100 | 1111011 | 0 | 1011000 | 11010 | 100011 | 100111110 | 1001111 | 100101 |
Color Harmonies of #A7147B
Complementary color
Monochromatic Colors of #A7147B
Black with #A7147B
Text Example
Text Example
White with #A7147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7147B; }
p { color: rgb(167,20,123); }
H1.HeaderClassName
{
color: #A7147B;
}
.AnyTagClassName
{
color: #A7147B;
}
</style>
background-color css
<style>
a { background-color: #A7147B; }
a { background-color: rgb(167,20,123); }
div.DivClassName
{
background-color: #A7147B;
}
.BgClassName
{
background-color: #A7147B;
}
</style>
border-color css
<style>
span { border-color: #A7147B; }
span { border-color: rgb(167,20,123); }
td.TdClassName
{
border-color: #A7147B;
}
.TagClassName
{
border-color: #A7147B;
}
</style>