Shades of Eggplant #A50477
Tints of Eggplant #A50477
RGB
CMYK
RGB Variations
Color information
#A50477 (or 0xA50477) is known color: Eggplant. HEX triplet: A5, 04 and 77. RGB value is (165,4,119). Sum of RGB (Red+Green+Blue) = 165+4+119=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A50477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50477 is #5AFB88. Grayscale: #404040. Windows color (decimal): -5962633 or 7799973. OLE color: 7799973.
HSL color Cylindrical-coordinate representation of color #A50477: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50477 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.35 |
| HSL | 317.14º | 0.95% | 0.33% | - |
| HSV(B) | 317.14º | 0.98% | 0.65% | - |
| XYZ | 18.89 | 9.42 | 18.28 | - |
| YUV | 65.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 119 | 0 | 0.98 | 0.28 | 0.35 | 317.14 | 0.95 | 0.33 |
| Hex | A5 | 4 | 77 | 0 | 62 | 1C | 23 | 13D | 5F | 21 |
| Octal | 245 | 4 | 167 | 0 | 142 | 34 | 43 | 475 | 137 | 41 |
| Binary | 10100101 | 100 | 1110111 | 0 | 1100010 | 11100 | 100011 | 100111101 | 1011111 | 100001 |
Color Harmonies of #A50477
Complementary color
Monochromatic Colors of #A50477
Black with #A50477
Text Example
Text Example
White with #A50477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50477; }
p { color: rgb(165,4,119); }
H1.HeaderClassName
{
color: #A50477;
}
.AnyTagClassName
{
color: #A50477;
}
</style>
background-color css
<style>
a { background-color: #A50477; }
a { background-color: rgb(165,4,119); }
div.DivClassName
{
background-color: #A50477;
}
.BgClassName
{
background-color: #A50477;
}
</style>
border-color css
<style>
span { border-color: #A50477; }
span { border-color: rgb(165,4,119); }
td.TdClassName
{
border-color: #A50477;
}
.TagClassName
{
border-color: #A50477;
}
</style>