Shades of Eggplant #A50A7B
Tints of Eggplant #A50A7B
RGB
CMYK
RGB Variations
Color information
#A50A7B (or 0xA50A7B) is known color: Eggplant. HEX triplet: A5, 0A and 7B. RGB value is (165,10,123). Sum of RGB (Red+Green+Blue) = 165+10+123=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A7B is #5AF584. Grayscale: #444444. Windows color (decimal): -5961093 or 8063653. OLE color: 8063653.
HSL color Cylindrical-coordinate representation of color #A50A7B: hue angle of 316.26º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A7B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 123 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.35 |
| HSL | 316.26º | 0.89% | 0.34% | - |
| HSV(B) | 316.26º | 0.94% | 0.65% | - |
| XYZ | 19.2 | 9.65 | 19.59 | - |
| YUV | 69.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 123 | 0 | 0.94 | 0.25 | 0.35 | 316.26 | 0.89 | 0.34 |
| Hex | A5 | A | 7B | 0 | 5E | 19 | 23 | 13C | 59 | 22 |
| Octal | 245 | 12 | 173 | 0 | 136 | 31 | 43 | 474 | 131 | 42 |
| Binary | 10100101 | 1010 | 1111011 | 0 | 1011110 | 11001 | 100011 | 100111100 | 1011001 | 100010 |
Color Harmonies of #A50A7B
Complementary color
Monochromatic Colors of #A50A7B
Black with #A50A7B
Text Example
Text Example
White with #A50A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A7B; }
p { color: rgb(165,10,123); }
H1.HeaderClassName
{
color: #A50A7B;
}
.AnyTagClassName
{
color: #A50A7B;
}
</style>
background-color css
<style>
a { background-color: #A50A7B; }
a { background-color: rgb(165,10,123); }
div.DivClassName
{
background-color: #A50A7B;
}
.BgClassName
{
background-color: #A50A7B;
}
</style>
border-color css
<style>
span { border-color: #A50A7B; }
span { border-color: rgb(165,10,123); }
td.TdClassName
{
border-color: #A50A7B;
}
.TagClassName
{
border-color: #A50A7B;
}
</style>