Shades of Deep Magenta #AD03AD
Tints of Deep Magenta #AD03AD
RGB
CMYK
RGB Variations
Color information
#AD03AD (or 0xAD03AD) is known color: Deep Magenta. HEX triplet: AD, 03 and AD. RGB value is (173,3,173). Sum of RGB (Red+Green+Blue) = 173+3+173=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03AD is #52FC52. Grayscale: #484848. Windows color (decimal): -5438547 or 11338669. OLE color: 11338669.
HSL color Cylindrical-coordinate representation of color #AD03AD: hue angle of 300º 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 #AD03AD is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0 | 0.32 |
| HSL | 300º | 0.97% | 0.35% | - |
| HSV(B) | 300º | 0.98% | 0.68% | - |
| XYZ | 24.81 | 11.97 | 40.54 | - |
| YUV | 73.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 173 | 0 | 0.98 | 0 | 0.32 | 300 | 0.97 | 0.35 |
| Hex | AD | 3 | AD | 0 | 62 | 0 | 20 | 12C | 61 | 23 |
| Octal | 255 | 3 | 255 | 0 | 142 | 0 | 40 | 454 | 141 | 43 |
| Binary | 10101101 | 11 | 10101101 | 0 | 1100010 | 0 | 100000 | 100101100 | 1100001 | 100011 |
Color Harmonies of #AD03AD
Complementary color
Monochromatic Colors of #AD03AD
Black with #AD03AD
Text Example
Text Example
White with #AD03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03AD; }
p { color: rgb(173,3,173); }
H1.HeaderClassName
{
color: #AD03AD;
}
.AnyTagClassName
{
color: #AD03AD;
}
</style>
background-color css
<style>
a { background-color: #AD03AD; }
a { background-color: rgb(173,3,173); }
div.DivClassName
{
background-color: #AD03AD;
}
.BgClassName
{
background-color: #AD03AD;
}
</style>
border-color css
<style>
span { border-color: #AD03AD; }
span { border-color: rgb(173,3,173); }
td.TdClassName
{
border-color: #AD03AD;
}
.TagClassName
{
border-color: #AD03AD;
}
</style>