Shades of Dark Magenta #A50D8D
Tints of Dark Magenta #A50D8D
RGB
CMYK
RGB Variations
Color information
#A50D8D (or 0xA50D8D) is known color: Dark Magenta. HEX triplet: A5, 0D and 8D. RGB value is (165,13,141). Sum of RGB (Red+Green+Blue) = 165+13+141=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D8D is #5AF272. Grayscale: #484848. Windows color (decimal): -5960307 or 9244069. OLE color: 9244069.
HSL color Cylindrical-coordinate representation of color #A50D8D: hue angle of 309.47º 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 #A50D8D is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 13 | 141 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.35 |
| HSL | 309.47º | 0.85% | 0.35% | - |
| HSV(B) | 309.47º | 0.92% | 0.65% | - |
| XYZ | 20.47 | 10.21 | 26.09 | - |
| YUV | 73.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 141 | 0 | 0.92 | 0.15 | 0.35 | 309.47 | 0.85 | 0.35 |
| Hex | A5 | D | 8D | 0 | 5C | F | 23 | 135 | 55 | 23 |
| Octal | 245 | 15 | 215 | 0 | 134 | 17 | 43 | 465 | 125 | 43 |
| Binary | 10100101 | 1101 | 10001101 | 0 | 1011100 | 1111 | 100011 | 100110101 | 1010101 | 100011 |
Color Harmonies of #A50D8D
Complementary color
Monochromatic Colors of #A50D8D
Black with #A50D8D
Text Example
Text Example
White with #A50D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50D8D; }
p { color: rgb(165,13,141); }
H1.HeaderClassName
{
color: #A50D8D;
}
.AnyTagClassName
{
color: #A50D8D;
}
</style>
background-color css
<style>
a { background-color: #A50D8D; }
a { background-color: rgb(165,13,141); }
div.DivClassName
{
background-color: #A50D8D;
}
.BgClassName
{
background-color: #A50D8D;
}
</style>
border-color css
<style>
span { border-color: #A50D8D; }
span { border-color: rgb(165,13,141); }
td.TdClassName
{
border-color: #A50D8D;
}
.TagClassName
{
border-color: #A50D8D;
}
</style>