Shades of Dark Magenta #AD05A2
Tints of Dark Magenta #AD05A2
RGB
CMYK
RGB Variations
Color information
#AD05A2 (or 0xAD05A2) is known color: Dark Magenta. HEX triplet: AD, 05 and A2. RGB value is (173,5,162). Sum of RGB (Red+Green+Blue) = 173+5+162=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD05A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05A2 is #52FA5D. Grayscale: #484848. Windows color (decimal): -5438046 or 10618285. OLE color: 10618285.
HSL color Cylindrical-coordinate representation of color #AD05A2: hue angle of 303.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05A2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 162 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.32 |
| HSL | 303.93º | 0.94% | 0.35% | - |
| HSV(B) | 303.93º | 0.97% | 0.68% | - |
| XYZ | 23.81 | 11.6 | 35.17 | - |
| YUV | 73.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 162 | 0 | 0.97 | 0.06 | 0.32 | 303.93 | 0.94 | 0.35 |
| Hex | AD | 5 | A2 | 0 | 61 | 6 | 20 | 130 | 5E | 23 |
| Octal | 255 | 5 | 242 | 0 | 141 | 6 | 40 | 460 | 136 | 43 |
| Binary | 10101101 | 101 | 10100010 | 0 | 1100001 | 110 | 100000 | 100110000 | 1011110 | 100011 |
Color Harmonies of #AD05A2
Complementary color
Monochromatic Colors of #AD05A2
Black with #AD05A2
Text Example
Text Example
White with #AD05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05A2; }
p { color: rgb(173,5,162); }
H1.HeaderClassName
{
color: #AD05A2;
}
.AnyTagClassName
{
color: #AD05A2;
}
</style>
background-color css
<style>
a { background-color: #AD05A2; }
a { background-color: rgb(173,5,162); }
div.DivClassName
{
background-color: #AD05A2;
}
.BgClassName
{
background-color: #AD05A2;
}
</style>
border-color css
<style>
span { border-color: #AD05A2; }
span { border-color: rgb(173,5,162); }
td.TdClassName
{
border-color: #AD05A2;
}
.TagClassName
{
border-color: #AD05A2;
}
</style>