Shades of Dark Magenta #A50DA0
Tints of Dark Magenta #A50DA0
RGB
CMYK
RGB Variations
Color information
#A50DA0 (or 0xA50DA0) is known color: Dark Magenta. HEX triplet: A5, 0D and A0. RGB value is (165,13,160). Sum of RGB (Red+Green+Blue) = 165+13+160=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A50DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DA0 is #5AF25F. Grayscale: #4A4A4A. Windows color (decimal): -5960288 or 10489253. OLE color: 10489253.
HSL color Cylindrical-coordinate representation of color #A50DA0: hue angle of 301.97º 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 #A50DA0 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 13 | 160 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.35 |
| HSL | 301.97º | 0.85% | 0.35% | - |
| HSV(B) | 301.97º | 0.92% | 0.65% | - |
| XYZ | 22.01 | 10.83 | 34.19 | - |
| YUV | 75.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 160 | 0 | 0.92 | 0.03 | 0.35 | 301.97 | 0.85 | 0.35 |
| Hex | A5 | D | A0 | 0 | 5C | 3 | 23 | 12E | 55 | 23 |
| Octal | 245 | 15 | 240 | 0 | 134 | 3 | 43 | 456 | 125 | 43 |
| Binary | 10100101 | 1101 | 10100000 | 0 | 1011100 | 11 | 100011 | 100101110 | 1010101 | 100011 |
Color Harmonies of #A50DA0
Complementary color
Monochromatic Colors of #A50DA0
Black with #A50DA0
Text Example
Text Example
White with #A50DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DA0; }
p { color: rgb(165,13,160); }
H1.HeaderClassName
{
color: #A50DA0;
}
.AnyTagClassName
{
color: #A50DA0;
}
</style>
background-color css
<style>
a { background-color: #A50DA0; }
a { background-color: rgb(165,13,160); }
div.DivClassName
{
background-color: #A50DA0;
}
.BgClassName
{
background-color: #A50DA0;
}
</style>
border-color css
<style>
span { border-color: #A50DA0; }
span { border-color: rgb(165,13,160); }
td.TdClassName
{
border-color: #A50DA0;
}
.TagClassName
{
border-color: #A50DA0;
}
</style>