Shades of Dark Magenta #A50FAC
Tints of Dark Magenta #A50FAC
RGB
CMYK
RGB Variations
Color information
#A50FAC (or 0xA50FAC) is known color: Dark Magenta. HEX triplet: A5, 0F and AC. RGB value is (165,15,172). Sum of RGB (Red+Green+Blue) = 165+15+172=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A50FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50FAC is #5AF053. Grayscale: #4D4D4D. Windows color (decimal): -5959764 or 11276197. OLE color: 11276197.
HSL color Cylindrical-coordinate representation of color #A50FAC: hue angle of 297.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50FAC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 15 | 172 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.33 |
| HSL | 297.32º | 0.84% | 0.37% | - |
| HSV(B) | 297.32º | 0.91% | 0.67% | - |
| XYZ | 23.13 | 11.32 | 40 | - |
| YUV | 77.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 172 | 0.04 | 0.91 | 0 | 0.33 | 297.32 | 0.84 | 0.37 |
| Hex | A5 | F | AC | 4 | 5B | 0 | 21 | 129 | 54 | 25 |
| Octal | 245 | 17 | 254 | 4 | 133 | 0 | 41 | 451 | 124 | 45 |
| Binary | 10100101 | 1111 | 10101100 | 100 | 1011011 | 0 | 100001 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A50FAC
Complementary color
Monochromatic Colors of #A50FAC
Black with #A50FAC
Text Example
Text Example
White with #A50FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FAC; }
p { color: rgb(165,15,172); }
H1.HeaderClassName
{
color: #A50FAC;
}
.AnyTagClassName
{
color: #A50FAC;
}
</style>
background-color css
<style>
a { background-color: #A50FAC; }
a { background-color: rgb(165,15,172); }
div.DivClassName
{
background-color: #A50FAC;
}
.BgClassName
{
background-color: #A50FAC;
}
</style>
border-color css
<style>
span { border-color: #A50FAC; }
span { border-color: rgb(165,15,172); }
td.TdClassName
{
border-color: #A50FAC;
}
.TagClassName
{
border-color: #A50FAC;
}
</style>