Shades of Dark Magenta #A50CA9
Tints of Dark Magenta #A50CA9
RGB
CMYK
RGB Variations
Color information
#A50CA9 (or 0xA50CA9) is known color: Dark Magenta. HEX triplet: A5, 0C and A9. RGB value is (165,12,169). Sum of RGB (Red+Green+Blue) = 165+12+169=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #A50CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50CA9 is #5AF356. Grayscale: #4B4B4B. Windows color (decimal): -5960535 or 11078821. OLE color: 11078821.
HSL color Cylindrical-coordinate representation of color #A50CA9: hue angle of 298.47º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50CA9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 12 | 169 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.34 |
| HSL | 298.47º | 0.87% | 0.35% | - |
| HSV(B) | 298.47º | 0.93% | 0.66% | - |
| XYZ | 22.81 | 11.13 | 38.48 | - |
| YUV | 75.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 169 | 0.02 | 0.93 | 0 | 0.34 | 298.47 | 0.87 | 0.35 |
| Hex | A5 | C | A9 | 2 | 5D | 0 | 22 | 12A | 57 | 23 |
| Octal | 245 | 14 | 251 | 2 | 135 | 0 | 42 | 452 | 127 | 43 |
| Binary | 10100101 | 1100 | 10101001 | 10 | 1011101 | 0 | 100010 | 100101010 | 1010111 | 100011 |
Color Harmonies of #A50CA9
Complementary color
Monochromatic Colors of #A50CA9
Black with #A50CA9
Text Example
Text Example
White with #A50CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CA9; }
p { color: rgb(165,12,169); }
H1.HeaderClassName
{
color: #A50CA9;
}
.AnyTagClassName
{
color: #A50CA9;
}
</style>
background-color css
<style>
a { background-color: #A50CA9; }
a { background-color: rgb(165,12,169); }
div.DivClassName
{
background-color: #A50CA9;
}
.BgClassName
{
background-color: #A50CA9;
}
</style>
border-color css
<style>
span { border-color: #A50CA9; }
span { border-color: rgb(165,12,169); }
td.TdClassName
{
border-color: #A50CA9;
}
.TagClassName
{
border-color: #A50CA9;
}
</style>