Shades of Dark Magenta #A50B8E
Tints of Dark Magenta #A50B8E
RGB
CMYK
RGB Variations
Color information
#A50B8E (or 0xA50B8E) is known color: Dark Magenta. HEX triplet: A5, 0B and 8E. RGB value is (165,11,142). Sum of RGB (Red+Green+Blue) = 165+11+142=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B8E is #5AF471. Grayscale: #474747. Windows color (decimal): -5960818 or 9309093. OLE color: 9309093.
HSL color Cylindrical-coordinate representation of color #A50B8E: hue angle of 308.96º 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 #A50B8E is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 142 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.35 |
| HSL | 308.96º | 0.88% | 0.35% | - |
| HSV(B) | 308.96º | 0.93% | 0.65% | - |
| XYZ | 20.52 | 10.19 | 26.48 | - |
| YUV | 71.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 142 | 0 | 0.93 | 0.14 | 0.35 | 308.96 | 0.88 | 0.35 |
| Hex | A5 | B | 8E | 0 | 5D | E | 23 | 135 | 58 | 23 |
| Octal | 245 | 13 | 216 | 0 | 135 | 16 | 43 | 465 | 130 | 43 |
| Binary | 10100101 | 1011 | 10001110 | 0 | 1011101 | 1110 | 100011 | 100110101 | 1011000 | 100011 |
Color Harmonies of #A50B8E
Complementary color
Monochromatic Colors of #A50B8E
Black with #A50B8E
Text Example
Text Example
White with #A50B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B8E; }
p { color: rgb(165,11,142); }
H1.HeaderClassName
{
color: #A50B8E;
}
.AnyTagClassName
{
color: #A50B8E;
}
</style>
background-color css
<style>
a { background-color: #A50B8E; }
a { background-color: rgb(165,11,142); }
div.DivClassName
{
background-color: #A50B8E;
}
.BgClassName
{
background-color: #A50B8E;
}
</style>
border-color css
<style>
span { border-color: #A50B8E; }
span { border-color: rgb(165,11,142); }
td.TdClassName
{
border-color: #A50B8E;
}
.TagClassName
{
border-color: #A50B8E;
}
</style>