Shades of Deep Magenta #AD17B5
Tints of Deep Magenta #AD17B5
RGB
CMYK
RGB Variations
Color information
#AD17B5 (or 0xAD17B5) is known color: Deep Magenta. HEX triplet: AD, 17 and B5. RGB value is (173,23,181). Sum of RGB (Red+Green+Blue) = 173+23+181=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD17B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17B5 is #52E84A. Grayscale: #555555. Windows color (decimal): -5433419 or 11868077. OLE color: 11868077.
HSL color Cylindrical-coordinate representation of color #AD17B5: hue angle of 296.96º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD17B5 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 23 | 181 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.29 |
| HSL | 296.96º | 0.77% | 0.4% | - |
| HSV(B) | 296.96º | 0.87% | 0.71% | - |
| XYZ | 25.88 | 12.83 | 44.83 | - |
| YUV | 85.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 181 | 0.04 | 0.87 | 0 | 0.29 | 296.96 | 0.77 | 0.4 |
| Hex | AD | 17 | B5 | 4 | 57 | 0 | 1D | 129 | 4D | 28 |
| Octal | 255 | 27 | 265 | 4 | 127 | 0 | 35 | 451 | 115 | 50 |
| Binary | 10101101 | 10111 | 10110101 | 100 | 1010111 | 0 | 11101 | 100101001 | 1001101 | 101000 |
Color Harmonies of #AD17B5
Complementary color
Monochromatic Colors of #AD17B5
Black with #AD17B5
Text Example
Text Example
White with #AD17B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17B5; }
p { color: rgb(173,23,181); }
H1.HeaderClassName
{
color: #AD17B5;
}
.AnyTagClassName
{
color: #AD17B5;
}
</style>
background-color css
<style>
a { background-color: #AD17B5; }
a { background-color: rgb(173,23,181); }
div.DivClassName
{
background-color: #AD17B5;
}
.BgClassName
{
background-color: #AD17B5;
}
</style>
border-color css
<style>
span { border-color: #AD17B5; }
span { border-color: rgb(173,23,181); }
td.TdClassName
{
border-color: #AD17B5;
}
.TagClassName
{
border-color: #AD17B5;
}
</style>