Shades of Eggplant #A50F72
Tints of Eggplant #A50F72
RGB
CMYK
RGB Variations
Color information
#A50F72 (or 0xA50F72) is known color: Eggplant. HEX triplet: A5, 0F and 72. RGB value is (165,15,114). Sum of RGB (Red+Green+Blue) = 165+15+114=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F72 is #5AF08D. Grayscale: #464646. Windows color (decimal): -5959822 or 7475109. OLE color: 7475109.
HSL color Cylindrical-coordinate representation of color #A50F72: hue angle of 320.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F72 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 114 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.35 |
| HSL | 320.4º | 0.83% | 0.35% | - |
| HSV(B) | 320.4º | 0.91% | 0.65% | - |
| XYZ | 18.73 | 9.56 | 16.78 | - |
| YUV | 71.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 114 | 0 | 0.91 | 0.31 | 0.35 | 320.4 | 0.83 | 0.35 |
| Hex | A5 | F | 72 | 0 | 5B | 1F | 23 | 140 | 53 | 23 |
| Octal | 245 | 17 | 162 | 0 | 133 | 37 | 43 | 500 | 123 | 43 |
| Binary | 10100101 | 1111 | 1110010 | 0 | 1011011 | 11111 | 100011 | 101000000 | 1010011 | 100011 |
Color Harmonies of #A50F72
Complementary color
Monochromatic Colors of #A50F72
Black with #A50F72
Text Example
Text Example
White with #A50F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F72; }
p { color: rgb(165,15,114); }
H1.HeaderClassName
{
color: #A50F72;
}
.AnyTagClassName
{
color: #A50F72;
}
</style>
background-color css
<style>
a { background-color: #A50F72; }
a { background-color: rgb(165,15,114); }
div.DivClassName
{
background-color: #A50F72;
}
.BgClassName
{
background-color: #A50F72;
}
</style>
border-color css
<style>
span { border-color: #A50F72; }
span { border-color: rgb(165,15,114); }
td.TdClassName
{
border-color: #A50F72;
}
.TagClassName
{
border-color: #A50F72;
}
</style>