Shades of Eggplant #A50F7B
Tints of Eggplant #A50F7B
RGB
CMYK
RGB Variations
Color information
#A50F7B (or 0xA50F7B) is known color: Eggplant. HEX triplet: A5, 0F and 7B. RGB value is (165,15,123). Sum of RGB (Red+Green+Blue) = 165+15+123=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F7B is #5AF084. Grayscale: #474747. Windows color (decimal): -5959813 or 8064933. OLE color: 8064933.
HSL color Cylindrical-coordinate representation of color #A50F7B: hue angle of 316.8º 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 #A50F7B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 123 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.35 |
| HSL | 316.8º | 0.83% | 0.35% | - |
| HSV(B) | 316.8º | 0.91% | 0.65% | - |
| XYZ | 19.26 | 9.77 | 19.61 | - |
| YUV | 72.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 123 | 0 | 0.91 | 0.25 | 0.35 | 316.8 | 0.83 | 0.35 |
| Hex | A5 | F | 7B | 0 | 5B | 19 | 23 | 13D | 53 | 23 |
| Octal | 245 | 17 | 173 | 0 | 133 | 31 | 43 | 475 | 123 | 43 |
| Binary | 10100101 | 1111 | 1111011 | 0 | 1011011 | 11001 | 100011 | 100111101 | 1010011 | 100011 |
Color Harmonies of #A50F7B
Complementary color
Monochromatic Colors of #A50F7B
Black with #A50F7B
Text Example
Text Example
White with #A50F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F7B; }
p { color: rgb(165,15,123); }
H1.HeaderClassName
{
color: #A50F7B;
}
.AnyTagClassName
{
color: #A50F7B;
}
</style>
background-color css
<style>
a { background-color: #A50F7B; }
a { background-color: rgb(165,15,123); }
div.DivClassName
{
background-color: #A50F7B;
}
.BgClassName
{
background-color: #A50F7B;
}
</style>
border-color css
<style>
span { border-color: #A50F7B; }
span { border-color: rgb(165,15,123); }
td.TdClassName
{
border-color: #A50F7B;
}
.TagClassName
{
border-color: #A50F7B;
}
</style>