Shades of Eggplant #A50A70
Tints of Eggplant #A50A70
RGB
CMYK
RGB Variations
Color information
#A50A70 (or 0xA50A70) is known color: Eggplant. HEX triplet: A5, 0A and 70. RGB value is (165,10,112). Sum of RGB (Red+Green+Blue) = 165+10+112=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A70 is #5AF58F. Grayscale: #434343. Windows color (decimal): -5961104 or 7342757. OLE color: 7342757.
HSL color Cylindrical-coordinate representation of color #A50A70: hue angle of 320.52º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A70 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.35 |
| HSL | 320.52º | 0.89% | 0.34% | - |
| HSV(B) | 320.52º | 0.94% | 0.65% | - |
| XYZ | 18.55 | 9.39 | 16.16 | - |
| YUV | 67.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 112 | 0 | 0.94 | 0.32 | 0.35 | 320.52 | 0.89 | 0.34 |
| Hex | A5 | A | 70 | 0 | 5E | 20 | 23 | 141 | 59 | 22 |
| Octal | 245 | 12 | 160 | 0 | 136 | 40 | 43 | 501 | 131 | 42 |
| Binary | 10100101 | 1010 | 1110000 | 0 | 1011110 | 100000 | 100011 | 101000001 | 1011001 | 100010 |
Color Harmonies of #A50A70
Complementary color
Monochromatic Colors of #A50A70
Black with #A50A70
Text Example
Text Example
White with #A50A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A70; }
p { color: rgb(165,10,112); }
H1.HeaderClassName
{
color: #A50A70;
}
.AnyTagClassName
{
color: #A50A70;
}
</style>
background-color css
<style>
a { background-color: #A50A70; }
a { background-color: rgb(165,10,112); }
div.DivClassName
{
background-color: #A50A70;
}
.BgClassName
{
background-color: #A50A70;
}
</style>
border-color css
<style>
span { border-color: #A50A70; }
span { border-color: rgb(165,10,112); }
td.TdClassName
{
border-color: #A50A70;
}
.TagClassName
{
border-color: #A50A70;
}
</style>