Shades of Dark Magenta #AD03A1
Tints of Dark Magenta #AD03A1
RGB
CMYK
RGB Variations
Color information
#AD03A1 (or 0xAD03A1) is known color: Dark Magenta. HEX triplet: AD, 03 and A1. RGB value is (173,3,161). Sum of RGB (Red+Green+Blue) = 173+3+161=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03A1 is #52FC5E. Grayscale: #474747. Windows color (decimal): -5438559 or 10552237. OLE color: 10552237.
HSL color Cylindrical-coordinate representation of color #AD03A1: hue angle of 304.24º 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 #AD03A1 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 161 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.32 |
| HSL | 304.24º | 0.97% | 0.35% | - |
| HSV(B) | 304.24º | 0.98% | 0.68% | - |
| XYZ | 23.7 | 11.52 | 34.69 | - |
| YUV | 71.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 161 | 0 | 0.98 | 0.07 | 0.32 | 304.24 | 0.97 | 0.35 |
| Hex | AD | 3 | A1 | 0 | 62 | 7 | 20 | 130 | 61 | 23 |
| Octal | 255 | 3 | 241 | 0 | 142 | 7 | 40 | 460 | 141 | 43 |
| Binary | 10101101 | 11 | 10100001 | 0 | 1100010 | 111 | 100000 | 100110000 | 1100001 | 100011 |
Color Harmonies of #AD03A1
Complementary color
Monochromatic Colors of #AD03A1
Black with #AD03A1
Text Example
Text Example
White with #AD03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03A1; }
p { color: rgb(173,3,161); }
H1.HeaderClassName
{
color: #AD03A1;
}
.AnyTagClassName
{
color: #AD03A1;
}
</style>
background-color css
<style>
a { background-color: #AD03A1; }
a { background-color: rgb(173,3,161); }
div.DivClassName
{
background-color: #AD03A1;
}
.BgClassName
{
background-color: #AD03A1;
}
</style>
border-color css
<style>
span { border-color: #AD03A1; }
span { border-color: rgb(173,3,161); }
td.TdClassName
{
border-color: #AD03A1;
}
.TagClassName
{
border-color: #AD03A1;
}
</style>