Shades of Eggplant #A50472
Tints of Eggplant #A50472
RGB
CMYK
RGB Variations
Color information
#A50472 (or 0xA50472) is known color: Eggplant. HEX triplet: A5, 04 and 72. RGB value is (165,4,114). Sum of RGB (Red+Green+Blue) = 165+4+114=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A50472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50472 is #5AFB8D. Grayscale: #404040. Windows color (decimal): -5962638 or 7472293. OLE color: 7472293.
HSL color Cylindrical-coordinate representation of color #A50472: hue angle of 319.01º 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 #A50472 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.35 |
| HSL | 319.01º | 0.95% | 0.33% | - |
| HSV(B) | 319.01º | 0.98% | 0.65% | - |
| XYZ | 18.6 | 9.3 | 16.73 | - |
| YUV | 64.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 114 | 0 | 0.98 | 0.31 | 0.35 | 319.01 | 0.95 | 0.33 |
| Hex | A5 | 4 | 72 | 0 | 62 | 1F | 23 | 13F | 5F | 21 |
| Octal | 245 | 4 | 162 | 0 | 142 | 37 | 43 | 477 | 137 | 41 |
| Binary | 10100101 | 100 | 1110010 | 0 | 1100010 | 11111 | 100011 | 100111111 | 1011111 | 100001 |
Color Harmonies of #A50472
Complementary color
Monochromatic Colors of #A50472
Black with #A50472
Text Example
Text Example
White with #A50472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50472; }
p { color: rgb(165,4,114); }
H1.HeaderClassName
{
color: #A50472;
}
.AnyTagClassName
{
color: #A50472;
}
</style>
background-color css
<style>
a { background-color: #A50472; }
a { background-color: rgb(165,4,114); }
div.DivClassName
{
background-color: #A50472;
}
.BgClassName
{
background-color: #A50472;
}
</style>
border-color css
<style>
span { border-color: #A50472; }
span { border-color: rgb(165,4,114); }
td.TdClassName
{
border-color: #A50472;
}
.TagClassName
{
border-color: #A50472;
}
</style>