Shades of Dark Magenta #A50CAA
Tints of Dark Magenta #A50CAA
RGB
CMYK
RGB Variations
Color information
#A50CAA (or 0xA50CAA) is known color: Dark Magenta. HEX triplet: A5, 0C and AA. RGB value is (165,12,170). Sum of RGB (Red+Green+Blue) = 165+12+170=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A50CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50CAA is #5AF355. Grayscale: #4B4B4B. Windows color (decimal): -5960534 or 11144357. OLE color: 11144357.
HSL color Cylindrical-coordinate representation of color #A50CAA: hue angle of 298.1º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50CAA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 12 | 170 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.33 |
| HSL | 298.1º | 0.87% | 0.36% | - |
| HSV(B) | 298.1º | 0.93% | 0.67% | - |
| XYZ | 22.9 | 11.16 | 38.98 | - |
| YUV | 75.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 170 | 0.03 | 0.93 | 0 | 0.33 | 298.1 | 0.87 | 0.36 |
| Hex | A5 | C | AA | 3 | 5D | 0 | 21 | 12A | 57 | 24 |
| Octal | 245 | 14 | 252 | 3 | 135 | 0 | 41 | 452 | 127 | 44 |
| Binary | 10100101 | 1100 | 10101010 | 11 | 1011101 | 0 | 100001 | 100101010 | 1010111 | 100100 |
Color Harmonies of #A50CAA
Complementary color
Monochromatic Colors of #A50CAA
Black with #A50CAA
Text Example
Text Example
White with #A50CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CAA; }
p { color: rgb(165,12,170); }
H1.HeaderClassName
{
color: #A50CAA;
}
.AnyTagClassName
{
color: #A50CAA;
}
</style>
background-color css
<style>
a { background-color: #A50CAA; }
a { background-color: rgb(165,12,170); }
div.DivClassName
{
background-color: #A50CAA;
}
.BgClassName
{
background-color: #A50CAA;
}
</style>
border-color css
<style>
span { border-color: #A50CAA; }
span { border-color: rgb(165,12,170); }
td.TdClassName
{
border-color: #A50CAA;
}
.TagClassName
{
border-color: #A50CAA;
}
</style>