Shades of Eggplant #A50B7B
Tints of Eggplant #A50B7B
RGB
CMYK
RGB Variations
Color information
#A50B7B (or 0xA50B7B) is known color: Eggplant. HEX triplet: A5, 0B and 7B. RGB value is (165,11,123). Sum of RGB (Red+Green+Blue) = 165+11+123=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B7B is #5AF484. Grayscale: #454545. Windows color (decimal): -5960837 or 8063909. OLE color: 8063909.
HSL color Cylindrical-coordinate representation of color #A50B7B: hue angle of 316.36º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50B7B is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 123 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.35 |
| HSL | 316.36º | 0.88% | 0.35% | - |
| HSV(B) | 316.36º | 0.93% | 0.65% | - |
| XYZ | 19.21 | 9.67 | 19.59 | - |
| YUV | 69.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 123 | 0 | 0.93 | 0.25 | 0.35 | 316.36 | 0.88 | 0.35 |
| Hex | A5 | B | 7B | 0 | 5D | 19 | 23 | 13C | 58 | 23 |
| Octal | 245 | 13 | 173 | 0 | 135 | 31 | 43 | 474 | 130 | 43 |
| Binary | 10100101 | 1011 | 1111011 | 0 | 1011101 | 11001 | 100011 | 100111100 | 1011000 | 100011 |
Color Harmonies of #A50B7B
Complementary color
Monochromatic Colors of #A50B7B
Black with #A50B7B
Text Example
Text Example
White with #A50B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B7B; }
p { color: rgb(165,11,123); }
H1.HeaderClassName
{
color: #A50B7B;
}
.AnyTagClassName
{
color: #A50B7B;
}
</style>
background-color css
<style>
a { background-color: #A50B7B; }
a { background-color: rgb(165,11,123); }
div.DivClassName
{
background-color: #A50B7B;
}
.BgClassName
{
background-color: #A50B7B;
}
</style>
border-color css
<style>
span { border-color: #A50B7B; }
span { border-color: rgb(165,11,123); }
td.TdClassName
{
border-color: #A50B7B;
}
.TagClassName
{
border-color: #A50B7B;
}
</style>