Shades of Dark Magenta #AD03A8
Tints of Dark Magenta #AD03A8
RGB
CMYK
RGB Variations
Color information
#AD03A8 (or 0xAD03A8) is known color: Dark Magenta. HEX triplet: AD, 03 and A8. RGB value is (173,3,168). Sum of RGB (Red+Green+Blue) = 173+3+168=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03A8 is #52FC57. Grayscale: #484848. Windows color (decimal): -5438552 or 11010989. OLE color: 11010989.
HSL color Cylindrical-coordinate representation of color #AD03A8: hue angle of 301.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03A8 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.32 |
| HSL | 301.76º | 0.97% | 0.35% | - |
| HSV(B) | 301.76º | 0.98% | 0.68% | - |
| XYZ | 24.33 | 11.78 | 38.04 | - |
| YUV | 72.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 168 | 0 | 0.98 | 0.03 | 0.32 | 301.76 | 0.97 | 0.35 |
| Hex | AD | 3 | A8 | 0 | 62 | 3 | 20 | 12E | 61 | 23 |
| Octal | 255 | 3 | 250 | 0 | 142 | 3 | 40 | 456 | 141 | 43 |
| Binary | 10101101 | 11 | 10101000 | 0 | 1100010 | 11 | 100000 | 100101110 | 1100001 | 100011 |
Color Harmonies of #AD03A8
Complementary color
Monochromatic Colors of #AD03A8
Black with #AD03A8
Text Example
Text Example
White with #AD03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03A8; }
p { color: rgb(173,3,168); }
H1.HeaderClassName
{
color: #AD03A8;
}
.AnyTagClassName
{
color: #AD03A8;
}
</style>
background-color css
<style>
a { background-color: #AD03A8; }
a { background-color: rgb(173,3,168); }
div.DivClassName
{
background-color: #AD03A8;
}
.BgClassName
{
background-color: #AD03A8;
}
</style>
border-color css
<style>
span { border-color: #AD03A8; }
span { border-color: rgb(173,3,168); }
td.TdClassName
{
border-color: #AD03A8;
}
.TagClassName
{
border-color: #AD03A8;
}
</style>