Shades of Dark Magenta #AD05A8
Tints of Dark Magenta #AD05A8
RGB
CMYK
RGB Variations
Color information
#AD05A8 (or 0xAD05A8) is known color: Dark Magenta. HEX triplet: AD, 05 and A8. RGB value is (173,5,168). Sum of RGB (Red+Green+Blue) = 173+5+168=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD05A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05A8 is #52FA57. Grayscale: #494949. Windows color (decimal): -5438040 or 11011501. OLE color: 11011501.
HSL color Cylindrical-coordinate representation of color #AD05A8: hue angle of 301.79º 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 #AD05A8 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 168 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.32 |
| HSL | 301.79º | 0.94% | 0.35% | - |
| HSV(B) | 301.79º | 0.97% | 0.68% | - |
| XYZ | 24.36 | 11.82 | 38.04 | - |
| YUV | 73.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 168 | 0 | 0.97 | 0.03 | 0.32 | 301.79 | 0.94 | 0.35 |
| Hex | AD | 5 | A8 | 0 | 61 | 3 | 20 | 12E | 5E | 23 |
| Octal | 255 | 5 | 250 | 0 | 141 | 3 | 40 | 456 | 136 | 43 |
| Binary | 10101101 | 101 | 10101000 | 0 | 1100001 | 11 | 100000 | 100101110 | 1011110 | 100011 |
Color Harmonies of #AD05A8
Complementary color
Monochromatic Colors of #AD05A8
Black with #AD05A8
Text Example
Text Example
White with #AD05A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05A8; }
p { color: rgb(173,5,168); }
H1.HeaderClassName
{
color: #AD05A8;
}
.AnyTagClassName
{
color: #AD05A8;
}
</style>
background-color css
<style>
a { background-color: #AD05A8; }
a { background-color: rgb(173,5,168); }
div.DivClassName
{
background-color: #AD05A8;
}
.BgClassName
{
background-color: #AD05A8;
}
</style>
border-color css
<style>
span { border-color: #AD05A8; }
span { border-color: rgb(173,5,168); }
td.TdClassName
{
border-color: #AD05A8;
}
.TagClassName
{
border-color: #AD05A8;
}
</style>