Shades of Dark Magenta #A512A0
Tints of Dark Magenta #A512A0
RGB
CMYK
RGB Variations
Color information
#A512A0 (or 0xA512A0) is known color: Dark Magenta. HEX triplet: A5, 12 and A0. RGB value is (165,18,160). Sum of RGB (Red+Green+Blue) = 165+18+160=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A512A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A512A0 is #5AED5F. Grayscale: #4D4D4D. Windows color (decimal): -5959008 or 10490533. OLE color: 10490533.
HSL color Cylindrical-coordinate representation of color #A512A0: hue angle of 302.04º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A512A0 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 18 | 160 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.35 |
| HSL | 302.04º | 0.8% | 0.36% | - |
| HSV(B) | 302.04º | 0.89% | 0.65% | - |
| XYZ | 22.08 | 10.97 | 34.21 | - |
| YUV | 78.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 160 | 0 | 0.89 | 0.03 | 0.35 | 302.04 | 0.8 | 0.36 |
| Hex | A5 | 12 | A0 | 0 | 59 | 3 | 23 | 12E | 50 | 24 |
| Octal | 245 | 22 | 240 | 0 | 131 | 3 | 43 | 456 | 120 | 44 |
| Binary | 10100101 | 10010 | 10100000 | 0 | 1011001 | 11 | 100011 | 100101110 | 1010000 | 100100 |
Color Harmonies of #A512A0
Complementary color
Monochromatic Colors of #A512A0
Black with #A512A0
Text Example
Text Example
White with #A512A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512A0; }
p { color: rgb(165,18,160); }
H1.HeaderClassName
{
color: #A512A0;
}
.AnyTagClassName
{
color: #A512A0;
}
</style>
background-color css
<style>
a { background-color: #A512A0; }
a { background-color: rgb(165,18,160); }
div.DivClassName
{
background-color: #A512A0;
}
.BgClassName
{
background-color: #A512A0;
}
</style>
border-color css
<style>
span { border-color: #A512A0; }
span { border-color: rgb(165,18,160); }
td.TdClassName
{
border-color: #A512A0;
}
.TagClassName
{
border-color: #A512A0;
}
</style>