Shades of Eggplant #A71279
Tints of Eggplant #A71279
RGB
CMYK
RGB Variations
Color information
#A71279 (or 0xA71279) is known color: Eggplant. HEX triplet: A7, 12 and 79. RGB value is (167,18,121). Sum of RGB (Red+Green+Blue) = 167+18+121=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A71279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71279 is #58ED86. Grayscale: #4A4A4A. Windows color (decimal): -5827975 or 7934631. OLE color: 7934631.
HSL color Cylindrical-coordinate representation of color #A71279: hue angle of 318.52º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71279 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 18 | 121 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.35 |
| HSL | 318.52º | 0.81% | 0.36% | - |
| HSV(B) | 318.52º | 0.89% | 0.65% | - |
| XYZ | 19.6 | 10.03 | 18.99 | - |
| YUV | 74.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 121 | 0 | 0.89 | 0.28 | 0.35 | 318.52 | 0.81 | 0.36 |
| Hex | A7 | 12 | 79 | 0 | 59 | 1C | 23 | 13F | 51 | 24 |
| Octal | 247 | 22 | 171 | 0 | 131 | 34 | 43 | 477 | 121 | 44 |
| Binary | 10100111 | 10010 | 1111001 | 0 | 1011001 | 11100 | 100011 | 100111111 | 1010001 | 100100 |
Color Harmonies of #A71279
Complementary color
Monochromatic Colors of #A71279
Black with #A71279
Text Example
Text Example
White with #A71279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71279; }
p { color: rgb(167,18,121); }
H1.HeaderClassName
{
color: #A71279;
}
.AnyTagClassName
{
color: #A71279;
}
</style>
background-color css
<style>
a { background-color: #A71279; }
a { background-color: rgb(167,18,121); }
div.DivClassName
{
background-color: #A71279;
}
.BgClassName
{
background-color: #A71279;
}
</style>
border-color css
<style>
span { border-color: #A71279; }
span { border-color: rgb(167,18,121); }
td.TdClassName
{
border-color: #A71279;
}
.TagClassName
{
border-color: #A71279;
}
</style>