Shades of Dark Magenta #A521A0
Tints of Dark Magenta #A521A0
RGB
CMYK
RGB Variations
Color information
#A521A0 (or 0xA521A0) is known color: Dark Magenta. HEX triplet: A5, 21 and A0. RGB value is (165,33,160). Sum of RGB (Red+Green+Blue) = 165+33+160=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A521A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A521A0 is #5ADE5F. Grayscale: #565656. Windows color (decimal): -5955168 or 10494373. OLE color: 10494373.
HSL color Cylindrical-coordinate representation of color #A521A0: hue angle of 302.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A521A0 is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 160 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.35 |
| HSL | 302.27º | 0.67% | 0.39% | - |
| HSV(B) | 302.27º | 0.8% | 0.65% | - |
| XYZ | 22.41 | 11.63 | 34.32 | - |
| YUV | 86.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 160 | 0 | 0.8 | 0.03 | 0.35 | 302.27 | 0.67 | 0.39 |
| Hex | A5 | 21 | A0 | 0 | 50 | 3 | 23 | 12E | 43 | 27 |
| Octal | 245 | 41 | 240 | 0 | 120 | 3 | 43 | 456 | 103 | 47 |
| Binary | 10100101 | 100001 | 10100000 | 0 | 1010000 | 11 | 100011 | 100101110 | 1000011 | 100111 |
Color Harmonies of #A521A0
Complementary color
Monochromatic Colors of #A521A0
Black with #A521A0
Text Example
Text Example
White with #A521A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521A0; }
p { color: rgb(165,33,160); }
H1.HeaderClassName
{
color: #A521A0;
}
.AnyTagClassName
{
color: #A521A0;
}
</style>
background-color css
<style>
a { background-color: #A521A0; }
a { background-color: rgb(165,33,160); }
div.DivClassName
{
background-color: #A521A0;
}
.BgClassName
{
background-color: #A521A0;
}
</style>
border-color css
<style>
span { border-color: #A521A0; }
span { border-color: rgb(165,33,160); }
td.TdClassName
{
border-color: #A521A0;
}
.TagClassName
{
border-color: #A521A0;
}
</style>