Shades of Eggplant #A50871
Tints of Eggplant #A50871
RGB
CMYK
RGB Variations
Color information
#A50871 (or 0xA50871) is known color: Eggplant. HEX triplet: A5, 08 and 71. RGB value is (165,8,113). Sum of RGB (Red+Green+Blue) = 165+8+113=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A50871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50871 is #5AF78E. Grayscale: #424242. Windows color (decimal): -5961615 or 7407781. OLE color: 7407781.
HSL color Cylindrical-coordinate representation of color #A50871: hue angle of 319.87º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50871 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 113 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.35 |
| HSL | 319.87º | 0.91% | 0.34% | - |
| HSV(B) | 319.87º | 0.95% | 0.65% | - |
| XYZ | 18.58 | 9.37 | 16.45 | - |
| YUV | 66.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 113 | 0 | 0.95 | 0.32 | 0.35 | 319.87 | 0.91 | 0.34 |
| Hex | A5 | 8 | 71 | 0 | 5F | 20 | 23 | 140 | 5B | 22 |
| Octal | 245 | 10 | 161 | 0 | 137 | 40 | 43 | 500 | 133 | 42 |
| Binary | 10100101 | 1000 | 1110001 | 0 | 1011111 | 100000 | 100011 | 101000000 | 1011011 | 100010 |
Color Harmonies of #A50871
Complementary color
Monochromatic Colors of #A50871
Black with #A50871
Text Example
Text Example
White with #A50871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50871; }
p { color: rgb(165,8,113); }
H1.HeaderClassName
{
color: #A50871;
}
.AnyTagClassName
{
color: #A50871;
}
</style>
background-color css
<style>
a { background-color: #A50871; }
a { background-color: rgb(165,8,113); }
div.DivClassName
{
background-color: #A50871;
}
.BgClassName
{
background-color: #A50871;
}
</style>
border-color css
<style>
span { border-color: #A50871; }
span { border-color: rgb(165,8,113); }
td.TdClassName
{
border-color: #A50871;
}
.TagClassName
{
border-color: #A50871;
}
</style>