Shades of Eggplant #A50B7A
Tints of Eggplant #A50B7A
RGB
CMYK
RGB Variations
Color information
#A50B7A (or 0xA50B7A) is known color: Eggplant. HEX triplet: A5, 0B and 7A. RGB value is (165,11,122). Sum of RGB (Red+Green+Blue) = 165+11+122=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B7A is #5AF485. Grayscale: #454545. Windows color (decimal): -5960838 or 7998373. OLE color: 7998373.
HSL color Cylindrical-coordinate representation of color #A50B7A: hue angle of 316.75º 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 #A50B7A is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 122 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.35 |
| HSL | 316.75º | 0.88% | 0.35% | - |
| HSV(B) | 316.75º | 0.93% | 0.65% | - |
| XYZ | 19.15 | 9.64 | 19.26 | - |
| YUV | 69.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 122 | 0 | 0.93 | 0.26 | 0.35 | 316.75 | 0.88 | 0.35 |
| Hex | A5 | B | 7A | 0 | 5D | 1A | 23 | 13D | 58 | 23 |
| Octal | 245 | 13 | 172 | 0 | 135 | 32 | 43 | 475 | 130 | 43 |
| Binary | 10100101 | 1011 | 1111010 | 0 | 1011101 | 11010 | 100011 | 100111101 | 1011000 | 100011 |
Color Harmonies of #A50B7A
Complementary color
Monochromatic Colors of #A50B7A
Black with #A50B7A
Text Example
Text Example
White with #A50B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B7A; }
p { color: rgb(165,11,122); }
H1.HeaderClassName
{
color: #A50B7A;
}
.AnyTagClassName
{
color: #A50B7A;
}
</style>
background-color css
<style>
a { background-color: #A50B7A; }
a { background-color: rgb(165,11,122); }
div.DivClassName
{
background-color: #A50B7A;
}
.BgClassName
{
background-color: #A50B7A;
}
</style>
border-color css
<style>
span { border-color: #A50B7A; }
span { border-color: rgb(165,11,122); }
td.TdClassName
{
border-color: #A50B7A;
}
.TagClassName
{
border-color: #A50B7A;
}
</style>