Shades of Deep Magenta #AD03BA
Tints of Deep Magenta #AD03BA
RGB
CMYK
RGB Variations
Color information
#AD03BA (or 0xAD03BA) is known color: Deep Magenta. HEX triplet: AD, 03 and BA. RGB value is (173,3,186). Sum of RGB (Red+Green+Blue) = 173+3+186=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD03BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03BA is #52FC45. Grayscale: #4A4A4A. Windows color (decimal): -5438534 or 12190637. OLE color: 12190637.
HSL color Cylindrical-coordinate representation of color #AD03BA: hue angle of 295.74º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03BA is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 3 | 186 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.27 |
| HSL | 295.74º | 0.97% | 0.37% | - |
| HSV(B) | 295.74º | 0.98% | 0.73% | - |
| XYZ | 26.13 | 12.49 | 47.49 | - |
| YUV | 74.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 186 | 0.07 | 0.98 | 0 | 0.27 | 295.74 | 0.97 | 0.37 |
| Hex | AD | 3 | BA | 7 | 62 | 0 | 1B | 128 | 61 | 25 |
| Octal | 255 | 3 | 272 | 7 | 142 | 0 | 33 | 450 | 141 | 45 |
| Binary | 10101101 | 11 | 10111010 | 111 | 1100010 | 0 | 11011 | 100101000 | 1100001 | 100101 |
Color Harmonies of #AD03BA
Complementary color
Monochromatic Colors of #AD03BA
Black with #AD03BA
Text Example
Text Example
White with #AD03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03BA; }
p { color: rgb(173,3,186); }
H1.HeaderClassName
{
color: #AD03BA;
}
.AnyTagClassName
{
color: #AD03BA;
}
</style>
background-color css
<style>
a { background-color: #AD03BA; }
a { background-color: rgb(173,3,186); }
div.DivClassName
{
background-color: #AD03BA;
}
.BgClassName
{
background-color: #AD03BA;
}
</style>
border-color css
<style>
span { border-color: #AD03BA; }
span { border-color: rgb(173,3,186); }
td.TdClassName
{
border-color: #AD03BA;
}
.TagClassName
{
border-color: #AD03BA;
}
</style>