Shades of Dark Magenta #A513A4
Tints of Dark Magenta #A513A4
RGB
CMYK
RGB Variations
Color information
#A513A4 (or 0xA513A4) is known color: Dark Magenta. HEX triplet: A5, 13 and A4. RGB value is (165,19,164). Sum of RGB (Red+Green+Blue) = 165+19+164=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A513A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513A4 is #5AEC5B. Grayscale: #4E4E4E. Windows color (decimal): -5958748 or 10752933. OLE color: 10752933.
HSL color Cylindrical-coordinate representation of color #A513A4: hue angle of 300.41º 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 #A513A4 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 19 | 164 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.35 |
| HSL | 300.41º | 0.79% | 0.36% | - |
| HSV(B) | 300.41º | 0.88% | 0.65% | - |
| XYZ | 22.45 | 11.15 | 36.09 | - |
| YUV | 79.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 164 | 0 | 0.88 | 0.01 | 0.35 | 300.41 | 0.79 | 0.36 |
| Hex | A5 | 13 | A4 | 0 | 58 | 1 | 23 | 12C | 4F | 24 |
| Octal | 245 | 23 | 244 | 0 | 130 | 1 | 43 | 454 | 117 | 44 |
| Binary | 10100101 | 10011 | 10100100 | 0 | 1011000 | 1 | 100011 | 100101100 | 1001111 | 100100 |
Color Harmonies of #A513A4
Complementary color
Monochromatic Colors of #A513A4
Black with #A513A4
Text Example
Text Example
White with #A513A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513A4; }
p { color: rgb(165,19,164); }
H1.HeaderClassName
{
color: #A513A4;
}
.AnyTagClassName
{
color: #A513A4;
}
</style>
background-color css
<style>
a { background-color: #A513A4; }
a { background-color: rgb(165,19,164); }
div.DivClassName
{
background-color: #A513A4;
}
.BgClassName
{
background-color: #A513A4;
}
</style>
border-color css
<style>
span { border-color: #A513A4; }
span { border-color: rgb(165,19,164); }
td.TdClassName
{
border-color: #A513A4;
}
.TagClassName
{
border-color: #A513A4;
}
</style>