Shades of Dark Magenta #A502AD
Tints of Dark Magenta #A502AD
RGB
CMYK
RGB Variations
Color information
#A502AD (or 0xA502AD) is known color: Dark Magenta. HEX triplet: A5, 02 and AD. RGB value is (165,2,173). Sum of RGB (Red+Green+Blue) = 165+2+173=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #A502AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502AD is #5AFD52. Grayscale: #454545. Windows color (decimal): -5963091 or 11338405. OLE color: 11338405.
HSL color Cylindrical-coordinate representation of color #A502AD: hue angle of 297.19º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502AD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 2 | 173 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.32 |
| HSL | 297.19º | 0.98% | 0.34% | - |
| HSV(B) | 297.19º | 0.99% | 0.68% | - |
| XYZ | 23.08 | 11.06 | 40.45 | - |
| YUV | 70.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 173 | 0.05 | 0.99 | 0 | 0.32 | 297.19 | 0.98 | 0.34 |
| Hex | A5 | 2 | AD | 5 | 63 | 0 | 20 | 129 | 62 | 22 |
| Octal | 245 | 2 | 255 | 5 | 143 | 0 | 40 | 451 | 142 | 42 |
| Binary | 10100101 | 10 | 10101101 | 101 | 1100011 | 0 | 100000 | 100101001 | 1100010 | 100010 |
Color Harmonies of #A502AD
Complementary color
Monochromatic Colors of #A502AD
Black with #A502AD
Text Example
Text Example
White with #A502AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502AD; }
p { color: rgb(165,2,173); }
H1.HeaderClassName
{
color: #A502AD;
}
.AnyTagClassName
{
color: #A502AD;
}
</style>
background-color css
<style>
a { background-color: #A502AD; }
a { background-color: rgb(165,2,173); }
div.DivClassName
{
background-color: #A502AD;
}
.BgClassName
{
background-color: #A502AD;
}
</style>
border-color css
<style>
span { border-color: #A502AD; }
span { border-color: rgb(165,2,173); }
td.TdClassName
{
border-color: #A502AD;
}
.TagClassName
{
border-color: #A502AD;
}
</style>