Shades of Dark Magenta #A50B9C
Tints of Dark Magenta #A50B9C
RGB
CMYK
RGB Variations
Color information
#A50B9C (or 0xA50B9C) is known color: Dark Magenta. HEX triplet: A5, 0B and 9C. RGB value is (165,11,156). Sum of RGB (Red+Green+Blue) = 165+11+156=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B9C is #5AF463. Grayscale: #494949. Windows color (decimal): -5960804 or 10226597. OLE color: 10226597.
HSL color Cylindrical-coordinate representation of color #A50B9C: hue angle of 303.51º degrees, saturation: 0.88, 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 #A50B9C is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 156 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.35 |
| HSL | 303.51º | 0.88% | 0.35% | - |
| HSV(B) | 303.51º | 0.93% | 0.65% | - |
| XYZ | 21.64 | 10.64 | 32.37 | - |
| YUV | 73.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 156 | 0 | 0.93 | 0.05 | 0.35 | 303.51 | 0.88 | 0.35 |
| Hex | A5 | B | 9C | 0 | 5D | 5 | 23 | 130 | 58 | 23 |
| Octal | 245 | 13 | 234 | 0 | 135 | 5 | 43 | 460 | 130 | 43 |
| Binary | 10100101 | 1011 | 10011100 | 0 | 1011101 | 101 | 100011 | 100110000 | 1011000 | 100011 |
Color Harmonies of #A50B9C
Complementary color
Monochromatic Colors of #A50B9C
Black with #A50B9C
Text Example
Text Example
White with #A50B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B9C; }
p { color: rgb(165,11,156); }
H1.HeaderClassName
{
color: #A50B9C;
}
.AnyTagClassName
{
color: #A50B9C;
}
</style>
background-color css
<style>
a { background-color: #A50B9C; }
a { background-color: rgb(165,11,156); }
div.DivClassName
{
background-color: #A50B9C;
}
.BgClassName
{
background-color: #A50B9C;
}
</style>
border-color css
<style>
span { border-color: #A50B9C; }
span { border-color: rgb(165,11,156); }
td.TdClassName
{
border-color: #A50B9C;
}
.TagClassName
{
border-color: #A50B9C;
}
</style>