Shades of Dark Magenta #A50DAE
Tints of Dark Magenta #A50DAE
RGB
CMYK
RGB Variations
Color information
#A50DAE (or 0xA50DAE) is known color: Dark Magenta. HEX triplet: A5, 0D and AE. RGB value is (165,13,174). Sum of RGB (Red+Green+Blue) = 165+13+174=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A50DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DAE is #5AF251. Grayscale: #4C4C4C. Windows color (decimal): -5960274 or 11406757. OLE color: 11406757.
HSL color Cylindrical-coordinate representation of color #A50DAE: hue angle of 296.65º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DAE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 13 | 174 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.32 |
| HSL | 296.65º | 0.86% | 0.37% | - |
| HSV(B) | 296.65º | 0.93% | 0.68% | - |
| XYZ | 23.3 | 11.34 | 41.01 | - |
| YUV | 76.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 174 | 0.05 | 0.93 | 0 | 0.32 | 296.65 | 0.86 | 0.37 |
| Hex | A5 | D | AE | 5 | 5D | 0 | 20 | 129 | 56 | 25 |
| Octal | 245 | 15 | 256 | 5 | 135 | 0 | 40 | 451 | 126 | 45 |
| Binary | 10100101 | 1101 | 10101110 | 101 | 1011101 | 0 | 100000 | 100101001 | 1010110 | 100101 |
Color Harmonies of #A50DAE
Complementary color
Monochromatic Colors of #A50DAE
Black with #A50DAE
Text Example
Text Example
White with #A50DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DAE; }
p { color: rgb(165,13,174); }
H1.HeaderClassName
{
color: #A50DAE;
}
.AnyTagClassName
{
color: #A50DAE;
}
</style>
background-color css
<style>
a { background-color: #A50DAE; }
a { background-color: rgb(165,13,174); }
div.DivClassName
{
background-color: #A50DAE;
}
.BgClassName
{
background-color: #A50DAE;
}
</style>
border-color css
<style>
span { border-color: #A50DAE; }
span { border-color: rgb(165,13,174); }
td.TdClassName
{
border-color: #A50DAE;
}
.TagClassName
{
border-color: #A50DAE;
}
</style>