Shades of Dark Magenta #A502A0
Tints of Dark Magenta #A502A0
RGB
CMYK
RGB Variations
Color information
#A502A0 (or 0xA502A0) is known color: Dark Magenta. HEX triplet: A5, 02 and A0. RGB value is (165,2,160). Sum of RGB (Red+Green+Blue) = 165+2+160=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A502A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502A0 is #5AFD5F. Grayscale: #444444. Windows color (decimal): -5963104 or 10486437. OLE color: 10486437.
HSL color Cylindrical-coordinate representation of color #A502A0: hue angle of 301.84º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502A0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.35 |
| HSL | 301.84º | 0.98% | 0.33% | - |
| HSV(B) | 301.84º | 0.99% | 0.65% | - |
| XYZ | 21.88 | 10.58 | 34.15 | - |
| YUV | 68.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 160 | 0 | 0.99 | 0.03 | 0.35 | 301.84 | 0.98 | 0.33 |
| Hex | A5 | 2 | A0 | 0 | 63 | 3 | 23 | 12E | 62 | 21 |
| Octal | 245 | 2 | 240 | 0 | 143 | 3 | 43 | 456 | 142 | 41 |
| Binary | 10100101 | 10 | 10100000 | 0 | 1100011 | 11 | 100011 | 100101110 | 1100010 | 100001 |
Color Harmonies of #A502A0
Complementary color
Monochromatic Colors of #A502A0
Black with #A502A0
Text Example
Text Example
White with #A502A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502A0; }
p { color: rgb(165,2,160); }
H1.HeaderClassName
{
color: #A502A0;
}
.AnyTagClassName
{
color: #A502A0;
}
</style>
background-color css
<style>
a { background-color: #A502A0; }
a { background-color: rgb(165,2,160); }
div.DivClassName
{
background-color: #A502A0;
}
.BgClassName
{
background-color: #A502A0;
}
</style>
border-color css
<style>
span { border-color: #A502A0; }
span { border-color: rgb(165,2,160); }
td.TdClassName
{
border-color: #A502A0;
}
.TagClassName
{
border-color: #A502A0;
}
</style>