Shades of Eggplant #A71078
Tints of Eggplant #A71078
RGB
CMYK
RGB Variations
Color information
#A71078 (or 0xA71078) is known color: Eggplant. HEX triplet: A7, 10 and 78. RGB value is (167,16,120). Sum of RGB (Red+Green+Blue) = 167+16+120=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A71078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71078 is #58EF87. Grayscale: #484848. Windows color (decimal): -5828488 or 7868583. OLE color: 7868583.
HSL color Cylindrical-coordinate representation of color #A71078: hue angle of 318.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71078 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 120 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.35 |
| HSL | 318.68º | 0.83% | 0.36% | - |
| HSV(B) | 318.68º | 0.9% | 0.65% | - |
| XYZ | 19.51 | 9.94 | 18.66 | - |
| YUV | 73.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 120 | 0 | 0.90 | 0.28 | 0.35 | 318.68 | 0.83 | 0.36 |
| Hex | A7 | 10 | 78 | 0 | 5A | 1C | 23 | 13F | 53 | 24 |
| Octal | 247 | 20 | 170 | 0 | 132 | 34 | 43 | 477 | 123 | 44 |
| Binary | 10100111 | 10000 | 1111000 | 0 | 1011010 | 11100 | 100011 | 100111111 | 1010011 | 100100 |
Color Harmonies of #A71078
Complementary color
Monochromatic Colors of #A71078
Black with #A71078
Text Example
Text Example
White with #A71078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71078; }
p { color: rgb(167,16,120); }
H1.HeaderClassName
{
color: #A71078;
}
.AnyTagClassName
{
color: #A71078;
}
</style>
background-color css
<style>
a { background-color: #A71078; }
a { background-color: rgb(167,16,120); }
div.DivClassName
{
background-color: #A71078;
}
.BgClassName
{
background-color: #A71078;
}
</style>
border-color css
<style>
span { border-color: #A71078; }
span { border-color: rgb(167,16,120); }
td.TdClassName
{
border-color: #A71078;
}
.TagClassName
{
border-color: #A71078;
}
</style>