Shades of Deep Magenta #AD16BA
Tints of Deep Magenta #AD16BA
RGB
CMYK
RGB Variations
Color information
#AD16BA (or 0xAD16BA) is known color: Deep Magenta. HEX triplet: AD, 16 and BA. RGB value is (173,22,186). Sum of RGB (Red+Green+Blue) = 173+22+186=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD16BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16BA is #52E945. Grayscale: #555555. Windows color (decimal): -5433670 or 12195501. OLE color: 12195501.
HSL color Cylindrical-coordinate representation of color #AD16BA: hue angle of 295.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16BA is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 22 | 186 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.27 |
| HSL | 295.24º | 0.79% | 0.41% | - |
| HSV(B) | 295.24º | 0.88% | 0.73% | - |
| XYZ | 26.38 | 13 | 47.57 | - |
| YUV | 85.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 186 | 0.07 | 0.88 | 0 | 0.27 | 295.24 | 0.79 | 0.41 |
| Hex | AD | 16 | BA | 7 | 58 | 0 | 1B | 127 | 4F | 29 |
| Octal | 255 | 26 | 272 | 7 | 130 | 0 | 33 | 447 | 117 | 51 |
| Binary | 10101101 | 10110 | 10111010 | 111 | 1011000 | 0 | 11011 | 100100111 | 1001111 | 101001 |
Color Harmonies of #AD16BA
Complementary color
Monochromatic Colors of #AD16BA
Black with #AD16BA
Text Example
Text Example
White with #AD16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16BA; }
p { color: rgb(173,22,186); }
H1.HeaderClassName
{
color: #AD16BA;
}
.AnyTagClassName
{
color: #AD16BA;
}
</style>
background-color css
<style>
a { background-color: #AD16BA; }
a { background-color: rgb(173,22,186); }
div.DivClassName
{
background-color: #AD16BA;
}
.BgClassName
{
background-color: #AD16BA;
}
</style>
border-color css
<style>
span { border-color: #AD16BA; }
span { border-color: rgb(173,22,186); }
td.TdClassName
{
border-color: #AD16BA;
}
.TagClassName
{
border-color: #AD16BA;
}
</style>