Shades of Deep Magenta #AD16B8
Tints of Deep Magenta #AD16B8
RGB
CMYK
RGB Variations
Color information
#AD16B8 (or 0xAD16B8) is known color: Deep Magenta. HEX triplet: AD, 16 and B8. RGB value is (173,22,184). Sum of RGB (Red+Green+Blue) = 173+22+184=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD16B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B8 is #52E947. Grayscale: #555555. Windows color (decimal): -5433672 or 12064429. OLE color: 12064429.
HSL color Cylindrical-coordinate representation of color #AD16B8: hue angle of 295.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16B8 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 22 | 184 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.28 |
| HSL | 295.93º | 0.79% | 0.4% | - |
| HSV(B) | 295.93º | 0.88% | 0.72% | - |
| XYZ | 26.17 | 12.92 | 46.46 | - |
| YUV | 85.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 184 | 0.06 | 0.88 | 0 | 0.28 | 295.93 | 0.79 | 0.4 |
| Hex | AD | 16 | B8 | 6 | 58 | 0 | 1C | 128 | 4F | 28 |
| Octal | 255 | 26 | 270 | 6 | 130 | 0 | 34 | 450 | 117 | 50 |
| Binary | 10101101 | 10110 | 10111000 | 110 | 1011000 | 0 | 11100 | 100101000 | 1001111 | 101000 |
Color Harmonies of #AD16B8
Complementary color
Monochromatic Colors of #AD16B8
Black with #AD16B8
Text Example
Text Example
White with #AD16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16B8; }
p { color: rgb(173,22,184); }
H1.HeaderClassName
{
color: #AD16B8;
}
.AnyTagClassName
{
color: #AD16B8;
}
</style>
background-color css
<style>
a { background-color: #AD16B8; }
a { background-color: rgb(173,22,184); }
div.DivClassName
{
background-color: #AD16B8;
}
.BgClassName
{
background-color: #AD16B8;
}
</style>
border-color css
<style>
span { border-color: #AD16B8; }
span { border-color: rgb(173,22,184); }
td.TdClassName
{
border-color: #AD16B8;
}
.TagClassName
{
border-color: #AD16B8;
}
</style>