Shades of Dark Magenta #A50C99
Tints of Dark Magenta #A50C99
RGB
CMYK
RGB Variations
Color information
#A50C99 (or 0xA50C99) is known color: Dark Magenta. HEX triplet: A5, 0C and 99. RGB value is (165,12,153). Sum of RGB (Red+Green+Blue) = 165+12+153=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C99 is #5AF366. Grayscale: #494949. Windows color (decimal): -5960551 or 10030245. OLE color: 10030245.
HSL color Cylindrical-coordinate representation of color #A50C99: hue angle of 304.71º 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 #A50C99 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 12 | 153 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.35 |
| HSL | 304.71º | 0.86% | 0.35% | - |
| HSV(B) | 304.71º | 0.93% | 0.65% | - |
| XYZ | 21.4 | 10.56 | 31.05 | - |
| YUV | 73.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 153 | 0 | 0.93 | 0.07 | 0.35 | 304.71 | 0.86 | 0.35 |
| Hex | A5 | C | 99 | 0 | 5D | 7 | 23 | 131 | 56 | 23 |
| Octal | 245 | 14 | 231 | 0 | 135 | 7 | 43 | 461 | 126 | 43 |
| Binary | 10100101 | 1100 | 10011001 | 0 | 1011101 | 111 | 100011 | 100110001 | 1010110 | 100011 |
Color Harmonies of #A50C99
Complementary color
Monochromatic Colors of #A50C99
Black with #A50C99
Text Example
Text Example
White with #A50C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50C99; }
p { color: rgb(165,12,153); }
H1.HeaderClassName
{
color: #A50C99;
}
.AnyTagClassName
{
color: #A50C99;
}
</style>
background-color css
<style>
a { background-color: #A50C99; }
a { background-color: rgb(165,12,153); }
div.DivClassName
{
background-color: #A50C99;
}
.BgClassName
{
background-color: #A50C99;
}
</style>
border-color css
<style>
span { border-color: #A50C99; }
span { border-color: rgb(165,12,153); }
td.TdClassName
{
border-color: #A50C99;
}
.TagClassName
{
border-color: #A50C99;
}
</style>