Shades of Dark Magenta #A50C8D
Tints of Dark Magenta #A50C8D
RGB
CMYK
RGB Variations
Color information
#A50C8D (or 0xA50C8D) is known color: Dark Magenta. HEX triplet: A5, 0C and 8D. RGB value is (165,12,141). Sum of RGB (Red+Green+Blue) = 165+12+141=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C8D is #5AF372. Grayscale: #484848. Windows color (decimal): -5960563 or 9243813. OLE color: 9243813.
HSL color Cylindrical-coordinate representation of color #A50C8D: hue angle of 309.41º degrees, saturation: 0.86, 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 #A50C8D is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 12 | 141 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.35 |
| HSL | 309.41º | 0.86% | 0.35% | - |
| HSV(B) | 309.41º | 0.93% | 0.65% | - |
| XYZ | 20.46 | 10.19 | 26.09 | - |
| YUV | 72.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 141 | 0 | 0.93 | 0.15 | 0.35 | 309.41 | 0.86 | 0.35 |
| Hex | A5 | C | 8D | 0 | 5D | F | 23 | 135 | 56 | 23 |
| Octal | 245 | 14 | 215 | 0 | 135 | 17 | 43 | 465 | 126 | 43 |
| Binary | 10100101 | 1100 | 10001101 | 0 | 1011101 | 1111 | 100011 | 100110101 | 1010110 | 100011 |
Color Harmonies of #A50C8D
Complementary color
Monochromatic Colors of #A50C8D
Black with #A50C8D
Text Example
Text Example
White with #A50C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50C8D; }
p { color: rgb(165,12,141); }
H1.HeaderClassName
{
color: #A50C8D;
}
.AnyTagClassName
{
color: #A50C8D;
}
</style>
background-color css
<style>
a { background-color: #A50C8D; }
a { background-color: rgb(165,12,141); }
div.DivClassName
{
background-color: #A50C8D;
}
.BgClassName
{
background-color: #A50C8D;
}
</style>
border-color css
<style>
span { border-color: #A50C8D; }
span { border-color: rgb(165,12,141); }
td.TdClassName
{
border-color: #A50C8D;
}
.TagClassName
{
border-color: #A50C8D;
}
</style>