Shades of Eggplant #A50B6E
Tints of Eggplant #A50B6E
RGB
CMYK
RGB Variations
Color information
#A50B6E (or 0xA50B6E) is known color: Eggplant. HEX triplet: A5, 0B and 6E. RGB value is (165,11,110). Sum of RGB (Red+Green+Blue) = 165+11+110=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B6E is #5AF491. Grayscale: #444444. Windows color (decimal): -5960850 or 7211941. OLE color: 7211941.
HSL color Cylindrical-coordinate representation of color #A50B6E: hue angle of 321.43º 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 #A50B6E is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 110 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.35 |
| HSL | 321.43º | 0.88% | 0.35% | - |
| HSV(B) | 321.43º | 0.93% | 0.65% | - |
| XYZ | 18.45 | 9.36 | 15.59 | - |
| YUV | 68.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 110 | 0 | 0.93 | 0.33 | 0.35 | 321.43 | 0.88 | 0.35 |
| Hex | A5 | B | 6E | 0 | 5D | 21 | 23 | 141 | 58 | 23 |
| Octal | 245 | 13 | 156 | 0 | 135 | 41 | 43 | 501 | 130 | 43 |
| Binary | 10100101 | 1011 | 1101110 | 0 | 1011101 | 100001 | 100011 | 101000001 | 1011000 | 100011 |
Color Harmonies of #A50B6E
Complementary color
Monochromatic Colors of #A50B6E
Black with #A50B6E
Text Example
Text Example
White with #A50B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B6E; }
p { color: rgb(165,11,110); }
H1.HeaderClassName
{
color: #A50B6E;
}
.AnyTagClassName
{
color: #A50B6E;
}
</style>
background-color css
<style>
a { background-color: #A50B6E; }
a { background-color: rgb(165,11,110); }
div.DivClassName
{
background-color: #A50B6E;
}
.BgClassName
{
background-color: #A50B6E;
}
</style>
border-color css
<style>
span { border-color: #A50B6E; }
span { border-color: rgb(165,11,110); }
td.TdClassName
{
border-color: #A50B6E;
}
.TagClassName
{
border-color: #A50B6E;
}
</style>