Shades of Dark Magenta #A513A2
Tints of Dark Magenta #A513A2
RGB
CMYK
RGB Variations
Color information
#A513A2 (or 0xA513A2) is known color: Dark Magenta. HEX triplet: A5, 13 and A2. RGB value is (165,19,162). Sum of RGB (Red+Green+Blue) = 165+19+162=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A513A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513A2 is #5AEC5D. Grayscale: #4E4E4E. Windows color (decimal): -5958750 or 10621861. OLE color: 10621861.
HSL color Cylindrical-coordinate representation of color #A513A2: hue angle of 301.23º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A513A2 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 19 | 162 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.35 |
| HSL | 301.23º | 0.79% | 0.36% | - |
| HSV(B) | 301.23º | 0.88% | 0.65% | - |
| XYZ | 22.27 | 11.07 | 35.15 | - |
| YUV | 78.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 162 | 0 | 0.88 | 0.02 | 0.35 | 301.23 | 0.79 | 0.36 |
| Hex | A5 | 13 | A2 | 0 | 58 | 2 | 23 | 12D | 4F | 24 |
| Octal | 245 | 23 | 242 | 0 | 130 | 2 | 43 | 455 | 117 | 44 |
| Binary | 10100101 | 10011 | 10100010 | 0 | 1011000 | 10 | 100011 | 100101101 | 1001111 | 100100 |
Color Harmonies of #A513A2
Complementary color
Monochromatic Colors of #A513A2
Black with #A513A2
Text Example
Text Example
White with #A513A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513A2; }
p { color: rgb(165,19,162); }
H1.HeaderClassName
{
color: #A513A2;
}
.AnyTagClassName
{
color: #A513A2;
}
</style>
background-color css
<style>
a { background-color: #A513A2; }
a { background-color: rgb(165,19,162); }
div.DivClassName
{
background-color: #A513A2;
}
.BgClassName
{
background-color: #A513A2;
}
</style>
border-color css
<style>
span { border-color: #A513A2; }
span { border-color: rgb(165,19,162); }
td.TdClassName
{
border-color: #A513A2;
}
.TagClassName
{
border-color: #A513A2;
}
</style>