Shades of Eggplant #A50579
Tints of Eggplant #A50579
RGB
CMYK
RGB Variations
Color information
#A50579 (or 0xA50579) is known color: Eggplant. HEX triplet: A5, 05 and 79. RGB value is (165,5,121). Sum of RGB (Red+Green+Blue) = 165+5+121=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A50579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50579 is #5AFA86. Grayscale: #414141. Windows color (decimal): -5962375 or 7931301. OLE color: 7931301.
HSL color Cylindrical-coordinate representation of color #A50579: hue angle of 316.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50579 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.35 |
| HSL | 316.5º | 0.94% | 0.33% | - |
| HSV(B) | 316.5º | 0.97% | 0.65% | - |
| XYZ | 19.02 | 9.49 | 18.92 | - |
| YUV | 66.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 121 | 0 | 0.97 | 0.27 | 0.35 | 316.5 | 0.94 | 0.33 |
| Hex | A5 | 5 | 79 | 0 | 61 | 1B | 23 | 13C | 5E | 21 |
| Octal | 245 | 5 | 171 | 0 | 141 | 33 | 43 | 474 | 136 | 41 |
| Binary | 10100101 | 101 | 1111001 | 0 | 1100001 | 11011 | 100011 | 100111100 | 1011110 | 100001 |
Color Harmonies of #A50579
Complementary color
Monochromatic Colors of #A50579
Black with #A50579
Text Example
Text Example
White with #A50579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50579; }
p { color: rgb(165,5,121); }
H1.HeaderClassName
{
color: #A50579;
}
.AnyTagClassName
{
color: #A50579;
}
</style>
background-color css
<style>
a { background-color: #A50579; }
a { background-color: rgb(165,5,121); }
div.DivClassName
{
background-color: #A50579;
}
.BgClassName
{
background-color: #A50579;
}
</style>
border-color css
<style>
span { border-color: #A50579; }
span { border-color: rgb(165,5,121); }
td.TdClassName
{
border-color: #A50579;
}
.TagClassName
{
border-color: #A50579;
}
</style>