Shades of Deep Magenta #AD16B9
Tints of Deep Magenta #AD16B9
RGB
CMYK
RGB Variations
Color information
#AD16B9 (or 0xAD16B9) is known color: Deep Magenta. HEX triplet: AD, 16 and B9. RGB value is (173,22,185). Sum of RGB (Red+Green+Blue) = 173+22+185=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD16B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B9 is #52E946. Grayscale: #555555. Windows color (decimal): -5433671 or 12129965. OLE color: 12129965.
HSL color Cylindrical-coordinate representation of color #AD16B9: hue angle of 295.58º 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 #AD16B9 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 22 | 185 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.27 |
| HSL | 295.58º | 0.79% | 0.41% | - |
| HSV(B) | 295.58º | 0.88% | 0.73% | - |
| XYZ | 26.28 | 12.96 | 47.02 | - |
| YUV | 85.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 185 | 0.06 | 0.88 | 0 | 0.27 | 295.58 | 0.79 | 0.41 |
| Hex | AD | 16 | B9 | 6 | 58 | 0 | 1B | 128 | 4F | 29 |
| Octal | 255 | 26 | 271 | 6 | 130 | 0 | 33 | 450 | 117 | 51 |
| Binary | 10101101 | 10110 | 10111001 | 110 | 1011000 | 0 | 11011 | 100101000 | 1001111 | 101001 |
Color Harmonies of #AD16B9
Complementary color
Monochromatic Colors of #AD16B9
Black with #AD16B9
Text Example
Text Example
White with #AD16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16B9; }
p { color: rgb(173,22,185); }
H1.HeaderClassName
{
color: #AD16B9;
}
.AnyTagClassName
{
color: #AD16B9;
}
</style>
background-color css
<style>
a { background-color: #AD16B9; }
a { background-color: rgb(173,22,185); }
div.DivClassName
{
background-color: #AD16B9;
}
.BgClassName
{
background-color: #AD16B9;
}
</style>
border-color css
<style>
span { border-color: #AD16B9; }
span { border-color: rgb(173,22,185); }
td.TdClassName
{
border-color: #AD16B9;
}
.TagClassName
{
border-color: #AD16B9;
}
</style>