Shades of Dark Magenta #A50F99
Tints of Dark Magenta #A50F99
RGB
CMYK
RGB Variations
Color information
#A50F99 (or 0xA50F99) is known color: Dark Magenta. HEX triplet: A5, 0F and 99. RGB value is (165,15,153). Sum of RGB (Red+Green+Blue) = 165+15+153=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50F99 is #5AF066. Grayscale: #4B4B4B. Windows color (decimal): -5959783 or 10031013. OLE color: 10031013.
HSL color Cylindrical-coordinate representation of color #A50F99: hue angle of 304.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F99 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 153 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.35 |
| HSL | 304.8º | 0.83% | 0.35% | - |
| HSV(B) | 304.8º | 0.91% | 0.65% | - |
| XYZ | 21.44 | 10.64 | 31.06 | - |
| YUV | 75.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 153 | 0 | 0.91 | 0.07 | 0.35 | 304.8 | 0.83 | 0.35 |
| Hex | A5 | F | 99 | 0 | 5B | 7 | 23 | 131 | 53 | 23 |
| Octal | 245 | 17 | 231 | 0 | 133 | 7 | 43 | 461 | 123 | 43 |
| Binary | 10100101 | 1111 | 10011001 | 0 | 1011011 | 111 | 100011 | 100110001 | 1010011 | 100011 |
Color Harmonies of #A50F99
Complementary color
Monochromatic Colors of #A50F99
Black with #A50F99
Text Example
Text Example
White with #A50F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F99; }
p { color: rgb(165,15,153); }
H1.HeaderClassName
{
color: #A50F99;
}
.AnyTagClassName
{
color: #A50F99;
}
</style>
background-color css
<style>
a { background-color: #A50F99; }
a { background-color: rgb(165,15,153); }
div.DivClassName
{
background-color: #A50F99;
}
.BgClassName
{
background-color: #A50F99;
}
</style>
border-color css
<style>
span { border-color: #A50F99; }
span { border-color: rgb(165,15,153); }
td.TdClassName
{
border-color: #A50F99;
}
.TagClassName
{
border-color: #A50F99;
}
</style>