Shades of Deep Magenta #AD04B9
Tints of Deep Magenta #AD04B9
RGB
CMYK
RGB Variations
Color information
#AD04B9 (or 0xAD04B9) is known color: Deep Magenta. HEX triplet: AD, 04 and B9. RGB value is (173,4,185). Sum of RGB (Red+Green+Blue) = 173+4+185=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD04B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04B9 is #52FB46. Grayscale: #4A4A4A. Windows color (decimal): -5438279 or 12125357. OLE color: 12125357.
HSL color Cylindrical-coordinate representation of color #AD04B9: hue angle of 296.02º degrees, saturation: 0.96, 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 #AD04B9 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 4 | 185 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.27 |
| HSL | 296.02º | 0.96% | 0.37% | - |
| HSV(B) | 296.02º | 0.98% | 0.73% | - |
| XYZ | 26.03 | 12.47 | 46.93 | - |
| YUV | 75.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 185 | 0.06 | 0.98 | 0 | 0.27 | 296.02 | 0.96 | 0.37 |
| Hex | AD | 4 | B9 | 6 | 62 | 0 | 1B | 128 | 60 | 25 |
| Octal | 255 | 4 | 271 | 6 | 142 | 0 | 33 | 450 | 140 | 45 |
| Binary | 10101101 | 100 | 10111001 | 110 | 1100010 | 0 | 11011 | 100101000 | 1100000 | 100101 |
Color Harmonies of #AD04B9
Complementary color
Monochromatic Colors of #AD04B9
Black with #AD04B9
Text Example
Text Example
White with #AD04B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04B9; }
p { color: rgb(173,4,185); }
H1.HeaderClassName
{
color: #AD04B9;
}
.AnyTagClassName
{
color: #AD04B9;
}
</style>
background-color css
<style>
a { background-color: #AD04B9; }
a { background-color: rgb(173,4,185); }
div.DivClassName
{
background-color: #AD04B9;
}
.BgClassName
{
background-color: #AD04B9;
}
</style>
border-color css
<style>
span { border-color: #AD04B9; }
span { border-color: rgb(173,4,185); }
td.TdClassName
{
border-color: #AD04B9;
}
.TagClassName
{
border-color: #AD04B9;
}
</style>