Shades of Dark Magenta #A513A8
Tints of Dark Magenta #A513A8
RGB
CMYK
RGB Variations
Color information
#A513A8 (or 0xA513A8) is known color: Dark Magenta. HEX triplet: A5, 13 and A8. RGB value is (165,19,168). Sum of RGB (Red+Green+Blue) = 165+19+168=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 168 - color contains mainly: blue. Hex color #A513A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513A8 is #5AEC57. Grayscale: #4F4F4F. Windows color (decimal): -5958744 or 11015077. OLE color: 11015077.
HSL color Cylindrical-coordinate representation of color #A513A8: hue angle of 298.79º 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 #A513A8 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 19 | 168 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.34 |
| HSL | 298.79º | 0.8% | 0.37% | - |
| HSV(B) | 298.79º | 0.89% | 0.66% | - |
| XYZ | 22.82 | 11.29 | 38.02 | - |
| YUV | 79.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 168 | 0.02 | 0.89 | 0 | 0.34 | 298.79 | 0.8 | 0.37 |
| Hex | A5 | 13 | A8 | 2 | 59 | 0 | 22 | 12B | 50 | 25 |
| Octal | 245 | 23 | 250 | 2 | 131 | 0 | 42 | 453 | 120 | 45 |
| Binary | 10100101 | 10011 | 10101000 | 10 | 1011001 | 0 | 100010 | 100101011 | 1010000 | 100101 |
Color Harmonies of #A513A8
Complementary color
Monochromatic Colors of #A513A8
Black with #A513A8
Text Example
Text Example
White with #A513A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513A8; }
p { color: rgb(165,19,168); }
H1.HeaderClassName
{
color: #A513A8;
}
.AnyTagClassName
{
color: #A513A8;
}
</style>
background-color css
<style>
a { background-color: #A513A8; }
a { background-color: rgb(165,19,168); }
div.DivClassName
{
background-color: #A513A8;
}
.BgClassName
{
background-color: #A513A8;
}
</style>
border-color css
<style>
span { border-color: #A513A8; }
span { border-color: rgb(165,19,168); }
td.TdClassName
{
border-color: #A513A8;
}
.TagClassName
{
border-color: #A513A8;
}
</style>