Shades of Dark Magenta #A50B95
Tints of Dark Magenta #A50B95
RGB
CMYK
RGB Variations
Color information
#A50B95 (or 0xA50B95) is known color: Dark Magenta. HEX triplet: A5, 0B and 95. RGB value is (165,11,149). Sum of RGB (Red+Green+Blue) = 165+11+149=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B95 is #5AF46A. Grayscale: #484848. Windows color (decimal): -5960811 or 9767845. OLE color: 9767845.
HSL color Cylindrical-coordinate representation of color #A50B95: hue angle of 306.23º 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 #A50B95 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 149 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.35 |
| HSL | 306.23º | 0.88% | 0.35% | - |
| HSV(B) | 306.23º | 0.93% | 0.65% | - |
| XYZ | 21.06 | 10.41 | 29.33 | - |
| YUV | 72.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 149 | 0 | 0.93 | 0.10 | 0.35 | 306.23 | 0.88 | 0.35 |
| Hex | A5 | B | 95 | 0 | 5D | A | 23 | 132 | 58 | 23 |
| Octal | 245 | 13 | 225 | 0 | 135 | 12 | 43 | 462 | 130 | 43 |
| Binary | 10100101 | 1011 | 10010101 | 0 | 1011101 | 1010 | 100011 | 100110010 | 1011000 | 100011 |
Color Harmonies of #A50B95
Complementary color
Monochromatic Colors of #A50B95
Black with #A50B95
Text Example
Text Example
White with #A50B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B95; }
p { color: rgb(165,11,149); }
H1.HeaderClassName
{
color: #A50B95;
}
.AnyTagClassName
{
color: #A50B95;
}
</style>
background-color css
<style>
a { background-color: #A50B95; }
a { background-color: rgb(165,11,149); }
div.DivClassName
{
background-color: #A50B95;
}
.BgClassName
{
background-color: #A50B95;
}
</style>
border-color css
<style>
span { border-color: #A50B95; }
span { border-color: rgb(165,11,149); }
td.TdClassName
{
border-color: #A50B95;
}
.TagClassName
{
border-color: #A50B95;
}
</style>