Shades of Eggplant #A51174
Tints of Eggplant #A51174
RGB
CMYK
RGB Variations
Color information
#A51174 (or 0xA51174) is known color: Eggplant. HEX triplet: A5, 11 and 74. RGB value is (165,17,116). Sum of RGB (Red+Green+Blue) = 165+17+116=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A51174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51174 is #5AEE8B. Grayscale: #484848. Windows color (decimal): -5959308 or 7606693. OLE color: 7606693.
HSL color Cylindrical-coordinate representation of color #A51174: hue angle of 319.86º degrees, saturation: 0.81, 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 #A51174 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 116 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.35 |
| HSL | 319.86º | 0.81% | 0.36% | - |
| HSV(B) | 319.86º | 0.9% | 0.65% | - |
| XYZ | 18.87 | 9.66 | 17.39 | - |
| YUV | 72.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 116 | 0 | 0.90 | 0.30 | 0.35 | 319.86 | 0.81 | 0.36 |
| Hex | A5 | 11 | 74 | 0 | 5A | 1E | 23 | 140 | 51 | 24 |
| Octal | 245 | 21 | 164 | 0 | 132 | 36 | 43 | 500 | 121 | 44 |
| Binary | 10100101 | 10001 | 1110100 | 0 | 1011010 | 11110 | 100011 | 101000000 | 1010001 | 100100 |
Color Harmonies of #A51174
Complementary color
Monochromatic Colors of #A51174
Black with #A51174
Text Example
Text Example
White with #A51174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51174; }
p { color: rgb(165,17,116); }
H1.HeaderClassName
{
color: #A51174;
}
.AnyTagClassName
{
color: #A51174;
}
</style>
background-color css
<style>
a { background-color: #A51174; }
a { background-color: rgb(165,17,116); }
div.DivClassName
{
background-color: #A51174;
}
.BgClassName
{
background-color: #A51174;
}
</style>
border-color css
<style>
span { border-color: #A51174; }
span { border-color: rgb(165,17,116); }
td.TdClassName
{
border-color: #A51174;
}
.TagClassName
{
border-color: #A51174;
}
</style>