Shades of Eggplant #A50B7D
Tints of Eggplant #A50B7D
RGB
CMYK
RGB Variations
Color information
#A50B7D (or 0xA50B7D) is known color: Eggplant. HEX triplet: A5, 0B and 7D. RGB value is (165,11,125). Sum of RGB (Red+Green+Blue) = 165+11+125=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B7D is #5AF482. Grayscale: #454545. Windows color (decimal): -5960835 or 8194981. OLE color: 8194981.
HSL color Cylindrical-coordinate representation of color #A50B7D: hue angle of 315.58º 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 #A50B7D is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 125 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.35 |
| HSL | 315.58º | 0.88% | 0.35% | - |
| HSV(B) | 315.58º | 0.93% | 0.65% | - |
| XYZ | 19.34 | 9.72 | 20.26 | - |
| YUV | 70.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 125 | 0 | 0.93 | 0.24 | 0.35 | 315.58 | 0.88 | 0.35 |
| Hex | A5 | B | 7D | 0 | 5D | 18 | 23 | 13C | 58 | 23 |
| Octal | 245 | 13 | 175 | 0 | 135 | 30 | 43 | 474 | 130 | 43 |
| Binary | 10100101 | 1011 | 1111101 | 0 | 1011101 | 11000 | 100011 | 100111100 | 1011000 | 100011 |
Color Harmonies of #A50B7D
Complementary color
Monochromatic Colors of #A50B7D
Black with #A50B7D
Text Example
Text Example
White with #A50B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B7D; }
p { color: rgb(165,11,125); }
H1.HeaderClassName
{
color: #A50B7D;
}
.AnyTagClassName
{
color: #A50B7D;
}
</style>
background-color css
<style>
a { background-color: #A50B7D; }
a { background-color: rgb(165,11,125); }
div.DivClassName
{
background-color: #A50B7D;
}
.BgClassName
{
background-color: #A50B7D;
}
</style>
border-color css
<style>
span { border-color: #A50B7D; }
span { border-color: rgb(165,11,125); }
td.TdClassName
{
border-color: #A50B7D;
}
.TagClassName
{
border-color: #A50B7D;
}
</style>