Shades of Deep Magenta #AD16BF
Tints of Deep Magenta #AD16BF
RGB
CMYK
RGB Variations
Color information
#AD16BF (or 0xAD16BF) is known color: Deep Magenta. HEX triplet: AD, 16 and BF. RGB value is (173,22,191). Sum of RGB (Red+Green+Blue) = 173+22+191=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD16BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16BF is #52E940. Grayscale: #555555. Windows color (decimal): -5433665 or 12523181. OLE color: 12523181.
HSL color Cylindrical-coordinate representation of color #AD16BF: hue angle of 293.61º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16BF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 22 | 191 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.25 |
| HSL | 293.61º | 0.79% | 0.42% | - |
| HSV(B) | 293.61º | 0.88% | 0.75% | - |
| XYZ | 26.92 | 13.22 | 50.42 | - |
| YUV | 86.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 191 | 0.09 | 0.88 | 0 | 0.25 | 293.61 | 0.79 | 0.42 |
| Hex | AD | 16 | BF | 9 | 58 | 0 | 19 | 126 | 4F | 2A |
| Octal | 255 | 26 | 277 | 11 | 130 | 0 | 31 | 446 | 117 | 52 |
| Binary | 10101101 | 10110 | 10111111 | 1001 | 1011000 | 0 | 11001 | 100100110 | 1001111 | 101010 |
Color Harmonies of #AD16BF
Complementary color
Monochromatic Colors of #AD16BF
Black with #AD16BF
Text Example
Text Example
White with #AD16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16BF; }
p { color: rgb(173,22,191); }
H1.HeaderClassName
{
color: #AD16BF;
}
.AnyTagClassName
{
color: #AD16BF;
}
</style>
background-color css
<style>
a { background-color: #AD16BF; }
a { background-color: rgb(173,22,191); }
div.DivClassName
{
background-color: #AD16BF;
}
.BgClassName
{
background-color: #AD16BF;
}
</style>
border-color css
<style>
span { border-color: #AD16BF; }
span { border-color: rgb(173,22,191); }
td.TdClassName
{
border-color: #AD16BF;
}
.TagClassName
{
border-color: #AD16BF;
}
</style>