Shades of Deep Magenta #AD17B9
Tints of Deep Magenta #AD17B9
RGB
CMYK
RGB Variations
Color information
#AD17B9 (or 0xAD17B9) is known color: Deep Magenta. HEX triplet: AD, 17 and B9. RGB value is (173,23,185). Sum of RGB (Red+Green+Blue) = 173+23+185=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD17B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17B9 is #52E846. Grayscale: #555555. Windows color (decimal): -5433415 or 12130221. OLE color: 12130221.
HSL color Cylindrical-coordinate representation of color #AD17B9: hue angle of 295.56º degrees, saturation: 0.78, 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 #AD17B9 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 23 | 185 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.27 |
| HSL | 295.56º | 0.78% | 0.41% | - |
| HSV(B) | 295.56º | 0.88% | 0.73% | - |
| XYZ | 26.3 | 13 | 47.02 | - |
| YUV | 86.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 185 | 0.06 | 0.88 | 0 | 0.27 | 295.56 | 0.78 | 0.41 |
| Hex | AD | 17 | B9 | 6 | 58 | 0 | 1B | 128 | 4E | 29 |
| Octal | 255 | 27 | 271 | 6 | 130 | 0 | 33 | 450 | 116 | 51 |
| Binary | 10101101 | 10111 | 10111001 | 110 | 1011000 | 0 | 11011 | 100101000 | 1001110 | 101001 |
Color Harmonies of #AD17B9
Complementary color
Monochromatic Colors of #AD17B9
Black with #AD17B9
Text Example
Text Example
White with #AD17B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17B9; }
p { color: rgb(173,23,185); }
H1.HeaderClassName
{
color: #AD17B9;
}
.AnyTagClassName
{
color: #AD17B9;
}
</style>
background-color css
<style>
a { background-color: #AD17B9; }
a { background-color: rgb(173,23,185); }
div.DivClassName
{
background-color: #AD17B9;
}
.BgClassName
{
background-color: #AD17B9;
}
</style>
border-color css
<style>
span { border-color: #AD17B9; }
span { border-color: rgb(173,23,185); }
td.TdClassName
{
border-color: #AD17B9;
}
.TagClassName
{
border-color: #AD17B9;
}
</style>