Shades of Deep Magenta #AD04B5
Tints of Deep Magenta #AD04B5
RGB
CMYK
RGB Variations
Color information
#AD04B5 (or 0xAD04B5) is known color: Deep Magenta. HEX triplet: AD, 04 and B5. RGB value is (173,4,181). Sum of RGB (Red+Green+Blue) = 173+4+181=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD04B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04B5 is #52FB4A. Grayscale: #4A4A4A. Windows color (decimal): -5438283 or 11863213. OLE color: 11863213.
HSL color Cylindrical-coordinate representation of color #AD04B5: hue angle of 297.29º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04B5 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 4 | 181 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.29 |
| HSL | 297.29º | 0.96% | 0.36% | - |
| HSV(B) | 297.29º | 0.98% | 0.71% | - |
| XYZ | 25.62 | 12.31 | 44.74 | - |
| YUV | 74.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 181 | 0.04 | 0.98 | 0 | 0.29 | 297.29 | 0.96 | 0.36 |
| Hex | AD | 4 | B5 | 4 | 62 | 0 | 1D | 129 | 60 | 24 |
| Octal | 255 | 4 | 265 | 4 | 142 | 0 | 35 | 451 | 140 | 44 |
| Binary | 10101101 | 100 | 10110101 | 100 | 1100010 | 0 | 11101 | 100101001 | 1100000 | 100100 |
Color Harmonies of #AD04B5
Complementary color
Monochromatic Colors of #AD04B5
Black with #AD04B5
Text Example
Text Example
White with #AD04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04B5; }
p { color: rgb(173,4,181); }
H1.HeaderClassName
{
color: #AD04B5;
}
.AnyTagClassName
{
color: #AD04B5;
}
</style>
background-color css
<style>
a { background-color: #AD04B5; }
a { background-color: rgb(173,4,181); }
div.DivClassName
{
background-color: #AD04B5;
}
.BgClassName
{
background-color: #AD04B5;
}
</style>
border-color css
<style>
span { border-color: #AD04B5; }
span { border-color: rgb(173,4,181); }
td.TdClassName
{
border-color: #AD04B5;
}
.TagClassName
{
border-color: #AD04B5;
}
</style>