Shades of Dark Magenta #A50B97
Tints of Dark Magenta #A50B97
RGB
CMYK
RGB Variations
Color information
#A50B97 (or 0xA50B97) is known color: Dark Magenta. HEX triplet: A5, 0B and 97. RGB value is (165,11,151). Sum of RGB (Red+Green+Blue) = 165+11+151=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B97 is #5AF468. Grayscale: #484848. Windows color (decimal): -5960809 or 9898917. OLE color: 9898917.
HSL color Cylindrical-coordinate representation of color #A50B97: hue angle of 305.45º 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 #A50B97 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 151 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.35 |
| HSL | 305.45º | 0.88% | 0.35% | - |
| HSV(B) | 305.45º | 0.93% | 0.65% | - |
| XYZ | 21.22 | 10.47 | 30.18 | - |
| YUV | 73.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 151 | 0 | 0.93 | 0.08 | 0.35 | 305.45 | 0.88 | 0.35 |
| Hex | A5 | B | 97 | 0 | 5D | 8 | 23 | 131 | 58 | 23 |
| Octal | 245 | 13 | 227 | 0 | 135 | 10 | 43 | 461 | 130 | 43 |
| Binary | 10100101 | 1011 | 10010111 | 0 | 1011101 | 1000 | 100011 | 100110001 | 1011000 | 100011 |
Color Harmonies of #A50B97
Complementary color
Monochromatic Colors of #A50B97
Black with #A50B97
Text Example
Text Example
White with #A50B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B97; }
p { color: rgb(165,11,151); }
H1.HeaderClassName
{
color: #A50B97;
}
.AnyTagClassName
{
color: #A50B97;
}
</style>
background-color css
<style>
a { background-color: #A50B97; }
a { background-color: rgb(165,11,151); }
div.DivClassName
{
background-color: #A50B97;
}
.BgClassName
{
background-color: #A50B97;
}
</style>
border-color css
<style>
span { border-color: #A50B97; }
span { border-color: rgb(165,11,151); }
td.TdClassName
{
border-color: #A50B97;
}
.TagClassName
{
border-color: #A50B97;
}
</style>