Shades of Dark Magenta #A513A9
Tints of Dark Magenta #A513A9
RGB
CMYK
RGB Variations
Color information
#A513A9 (or 0xA513A9) is known color: Dark Magenta. HEX triplet: A5, 13 and A9. RGB value is (165,19,169). Sum of RGB (Red+Green+Blue) = 165+19+169=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #A513A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513A9 is #5AEC56. Grayscale: #4F4F4F. Windows color (decimal): -5958743 or 11080613. OLE color: 11080613.
HSL color Cylindrical-coordinate representation of color #A513A9: hue angle of 298.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A513A9 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 19 | 169 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.34 |
| HSL | 298.4º | 0.8% | 0.37% | - |
| HSV(B) | 298.4º | 0.89% | 0.66% | - |
| XYZ | 22.91 | 11.33 | 38.52 | - |
| YUV | 79.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 169 | 0.02 | 0.89 | 0 | 0.34 | 298.4 | 0.8 | 0.37 |
| Hex | A5 | 13 | A9 | 2 | 59 | 0 | 22 | 12A | 50 | 25 |
| Octal | 245 | 23 | 251 | 2 | 131 | 0 | 42 | 452 | 120 | 45 |
| Binary | 10100101 | 10011 | 10101001 | 10 | 1011001 | 0 | 100010 | 100101010 | 1010000 | 100101 |
Color Harmonies of #A513A9
Complementary color
Monochromatic Colors of #A513A9
Black with #A513A9
Text Example
Text Example
White with #A513A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513A9; }
p { color: rgb(165,19,169); }
H1.HeaderClassName
{
color: #A513A9;
}
.AnyTagClassName
{
color: #A513A9;
}
</style>
background-color css
<style>
a { background-color: #A513A9; }
a { background-color: rgb(165,19,169); }
div.DivClassName
{
background-color: #A513A9;
}
.BgClassName
{
background-color: #A513A9;
}
</style>
border-color css
<style>
span { border-color: #A513A9; }
span { border-color: rgb(165,19,169); }
td.TdClassName
{
border-color: #A513A9;
}
.TagClassName
{
border-color: #A513A9;
}
</style>