Shades of Eggplant #A50D7B
Tints of Eggplant #A50D7B
RGB
CMYK
RGB Variations
Color information
#A50D7B (or 0xA50D7B) is known color: Eggplant. HEX triplet: A5, 0D and 7B. RGB value is (165,13,123). Sum of RGB (Red+Green+Blue) = 165+13+123=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D7B is #5AF284. Grayscale: #464646. Windows color (decimal): -5960325 or 8064421. OLE color: 8064421.
HSL color Cylindrical-coordinate representation of color #A50D7B: hue angle of 316.58º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D7B is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 13 | 123 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.35 |
| HSL | 316.58º | 0.85% | 0.35% | - |
| HSV(B) | 316.58º | 0.92% | 0.65% | - |
| XYZ | 19.24 | 9.72 | 19.6 | - |
| YUV | 70.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 123 | 0 | 0.92 | 0.25 | 0.35 | 316.58 | 0.85 | 0.35 |
| Hex | A5 | D | 7B | 0 | 5C | 19 | 23 | 13D | 55 | 23 |
| Octal | 245 | 15 | 173 | 0 | 134 | 31 | 43 | 475 | 125 | 43 |
| Binary | 10100101 | 1101 | 1111011 | 0 | 1011100 | 11001 | 100011 | 100111101 | 1010101 | 100011 |
Color Harmonies of #A50D7B
Complementary color
Monochromatic Colors of #A50D7B
Black with #A50D7B
Text Example
Text Example
White with #A50D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50D7B; }
p { color: rgb(165,13,123); }
H1.HeaderClassName
{
color: #A50D7B;
}
.AnyTagClassName
{
color: #A50D7B;
}
</style>
background-color css
<style>
a { background-color: #A50D7B; }
a { background-color: rgb(165,13,123); }
div.DivClassName
{
background-color: #A50D7B;
}
.BgClassName
{
background-color: #A50D7B;
}
</style>
border-color css
<style>
span { border-color: #A50D7B; }
span { border-color: rgb(165,13,123); }
td.TdClassName
{
border-color: #A50D7B;
}
.TagClassName
{
border-color: #A50D7B;
}
</style>