Shades of Deep Magenta #AD03AB
Tints of Deep Magenta #AD03AB
RGB
CMYK
RGB Variations
Color information
#AD03AB (or 0xAD03AB) is known color: Deep Magenta. HEX triplet: AD, 03 and AB. RGB value is (173,3,171). Sum of RGB (Red+Green+Blue) = 173+3+171=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03AB is #52FC54. Grayscale: #484848. Windows color (decimal): -5438549 or 11207597. OLE color: 11207597.
HSL color Cylindrical-coordinate representation of color #AD03AB: hue angle of 300.71º 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 #AD03AB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.32 |
| HSL | 300.71º | 0.97% | 0.35% | - |
| HSV(B) | 300.71º | 0.98% | 0.68% | - |
| XYZ | 24.62 | 11.89 | 39.53 | - |
| YUV | 72.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 171 | 0 | 0.98 | 0.01 | 0.32 | 300.71 | 0.97 | 0.35 |
| Hex | AD | 3 | AB | 0 | 62 | 1 | 20 | 12D | 61 | 23 |
| Octal | 255 | 3 | 253 | 0 | 142 | 1 | 40 | 455 | 141 | 43 |
| Binary | 10101101 | 11 | 10101011 | 0 | 1100010 | 1 | 100000 | 100101101 | 1100001 | 100011 |
Color Harmonies of #AD03AB
Complementary color
Monochromatic Colors of #AD03AB
Black with #AD03AB
Text Example
Text Example
White with #AD03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03AB; }
p { color: rgb(173,3,171); }
H1.HeaderClassName
{
color: #AD03AB;
}
.AnyTagClassName
{
color: #AD03AB;
}
</style>
background-color css
<style>
a { background-color: #AD03AB; }
a { background-color: rgb(173,3,171); }
div.DivClassName
{
background-color: #AD03AB;
}
.BgClassName
{
background-color: #AD03AB;
}
</style>
border-color css
<style>
span { border-color: #AD03AB; }
span { border-color: rgb(173,3,171); }
td.TdClassName
{
border-color: #AD03AB;
}
.TagClassName
{
border-color: #AD03AB;
}
</style>