Shades of Dark Magenta #A50FAD
Tints of Dark Magenta #A50FAD
RGB
CMYK
RGB Variations
Color information
#A50FAD (or 0xA50FAD) is known color: Dark Magenta. HEX triplet: A5, 0F and AD. RGB value is (165,15,173). Sum of RGB (Red+Green+Blue) = 165+15+173=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #A50FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50FAD is #5AF052. Grayscale: #4D4D4D. Windows color (decimal): -5959763 or 11341733. OLE color: 11341733.
HSL color Cylindrical-coordinate representation of color #A50FAD: hue angle of 296.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50FAD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 15 | 173 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.32 |
| HSL | 296.96º | 0.84% | 0.37% | - |
| HSV(B) | 296.96º | 0.91% | 0.68% | - |
| XYZ | 23.23 | 11.36 | 40.5 | - |
| YUV | 77.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 173 | 0.05 | 0.91 | 0 | 0.32 | 296.96 | 0.84 | 0.37 |
| Hex | A5 | F | AD | 5 | 5B | 0 | 20 | 129 | 54 | 25 |
| Octal | 245 | 17 | 255 | 5 | 133 | 0 | 40 | 451 | 124 | 45 |
| Binary | 10100101 | 1111 | 10101101 | 101 | 1011011 | 0 | 100000 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A50FAD
Complementary color
Monochromatic Colors of #A50FAD
Black with #A50FAD
Text Example
Text Example
White with #A50FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FAD; }
p { color: rgb(165,15,173); }
H1.HeaderClassName
{
color: #A50FAD;
}
.AnyTagClassName
{
color: #A50FAD;
}
</style>
background-color css
<style>
a { background-color: #A50FAD; }
a { background-color: rgb(165,15,173); }
div.DivClassName
{
background-color: #A50FAD;
}
.BgClassName
{
background-color: #A50FAD;
}
</style>
border-color css
<style>
span { border-color: #A50FAD; }
span { border-color: rgb(165,15,173); }
td.TdClassName
{
border-color: #A50FAD;
}
.TagClassName
{
border-color: #A50FAD;
}
</style>