Shades of Dark Magenta #A50BA3
Tints of Dark Magenta #A50BA3
RGB
CMYK
RGB Variations
Color information
#A50BA3 (or 0xA50BA3) is known color: Dark Magenta. HEX triplet: A5, 0B and A3. RGB value is (165,11,163). Sum of RGB (Red+Green+Blue) = 165+11+163=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A50BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50BA3 is #5AF45C. Grayscale: #494949. Windows color (decimal): -5960797 or 10685349. OLE color: 10685349.
HSL color Cylindrical-coordinate representation of color #A50BA3: hue angle of 300.78º 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 #A50BA3 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 163 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.35 |
| HSL | 300.78º | 0.88% | 0.35% | - |
| HSV(B) | 300.78º | 0.93% | 0.65% | - |
| XYZ | 22.25 | 10.88 | 35.58 | - |
| YUV | 74.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 163 | 0 | 0.93 | 0.01 | 0.35 | 300.78 | 0.88 | 0.35 |
| Hex | A5 | B | A3 | 0 | 5D | 1 | 23 | 12D | 58 | 23 |
| Octal | 245 | 13 | 243 | 0 | 135 | 1 | 43 | 455 | 130 | 43 |
| Binary | 10100101 | 1011 | 10100011 | 0 | 1011101 | 1 | 100011 | 100101101 | 1011000 | 100011 |
Color Harmonies of #A50BA3
Complementary color
Monochromatic Colors of #A50BA3
Black with #A50BA3
Text Example
Text Example
White with #A50BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BA3; }
p { color: rgb(165,11,163); }
H1.HeaderClassName
{
color: #A50BA3;
}
.AnyTagClassName
{
color: #A50BA3;
}
</style>
background-color css
<style>
a { background-color: #A50BA3; }
a { background-color: rgb(165,11,163); }
div.DivClassName
{
background-color: #A50BA3;
}
.BgClassName
{
background-color: #A50BA3;
}
</style>
border-color css
<style>
span { border-color: #A50BA3; }
span { border-color: rgb(165,11,163); }
td.TdClassName
{
border-color: #A50BA3;
}
.TagClassName
{
border-color: #A50BA3;
}
</style>