Shades of Eggplant #A50771
Tints of Eggplant #A50771
RGB
CMYK
RGB Variations
Color information
#A50771 (or 0xA50771) is known color: Eggplant. HEX triplet: A5, 07 and 71. RGB value is (165,7,113). Sum of RGB (Red+Green+Blue) = 165+7+113=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A50771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50771 is #5AF88E. Grayscale: #424242. Windows color (decimal): -5961871 or 7407525. OLE color: 7407525.
HSL color Cylindrical-coordinate representation of color #A50771: hue angle of 319.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50771 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 7 | 113 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.35 |
| HSL | 319.75º | 0.92% | 0.34% | - |
| HSV(B) | 319.75º | 0.96% | 0.65% | - |
| XYZ | 18.57 | 9.34 | 16.45 | - |
| YUV | 66.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 113 | 0 | 0.96 | 0.32 | 0.35 | 319.75 | 0.92 | 0.34 |
| Hex | A5 | 7 | 71 | 0 | 60 | 20 | 23 | 140 | 5C | 22 |
| Octal | 245 | 7 | 161 | 0 | 140 | 40 | 43 | 500 | 134 | 42 |
| Binary | 10100101 | 111 | 1110001 | 0 | 1100000 | 100000 | 100011 | 101000000 | 1011100 | 100010 |
Color Harmonies of #A50771
Complementary color
Monochromatic Colors of #A50771
Black with #A50771
Text Example
Text Example
White with #A50771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50771; }
p { color: rgb(165,7,113); }
H1.HeaderClassName
{
color: #A50771;
}
.AnyTagClassName
{
color: #A50771;
}
</style>
background-color css
<style>
a { background-color: #A50771; }
a { background-color: rgb(165,7,113); }
div.DivClassName
{
background-color: #A50771;
}
.BgClassName
{
background-color: #A50771;
}
</style>
border-color css
<style>
span { border-color: #A50771; }
span { border-color: rgb(165,7,113); }
td.TdClassName
{
border-color: #A50771;
}
.TagClassName
{
border-color: #A50771;
}
</style>