Shades of Deep Magenta #AD17B2
Tints of Deep Magenta #AD17B2
RGB
CMYK
RGB Variations
Color information
#AD17B2 (or 0xAD17B2) is known color: Deep Magenta. HEX triplet: AD, 17 and B2. RGB value is (173,23,178). Sum of RGB (Red+Green+Blue) = 173+23+178=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD17B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD17B2 is #52E84D. Grayscale: #555555. Windows color (decimal): -5433422 or 11671469. OLE color: 11671469.
HSL color Cylindrical-coordinate representation of color #AD17B2: hue angle of 298.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD17B2 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 23 | 178 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.30 |
| HSL | 298.06º | 0.77% | 0.39% | - |
| HSV(B) | 298.06º | 0.87% | 0.7% | - |
| XYZ | 25.58 | 12.71 | 43.23 | - |
| YUV | 85.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 178 | 0.03 | 0.87 | 0 | 0.30 | 298.06 | 0.77 | 0.39 |
| Hex | AD | 17 | B2 | 3 | 57 | 0 | 1E | 12A | 4D | 27 |
| Octal | 255 | 27 | 262 | 3 | 127 | 0 | 36 | 452 | 115 | 47 |
| Binary | 10101101 | 10111 | 10110010 | 11 | 1010111 | 0 | 11110 | 100101010 | 1001101 | 100111 |
Color Harmonies of #AD17B2
Complementary color
Monochromatic Colors of #AD17B2
Black with #AD17B2
Text Example
Text Example
White with #AD17B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17B2; }
p { color: rgb(173,23,178); }
H1.HeaderClassName
{
color: #AD17B2;
}
.AnyTagClassName
{
color: #AD17B2;
}
</style>
background-color css
<style>
a { background-color: #AD17B2; }
a { background-color: rgb(173,23,178); }
div.DivClassName
{
background-color: #AD17B2;
}
.BgClassName
{
background-color: #AD17B2;
}
</style>
border-color css
<style>
span { border-color: #AD17B2; }
span { border-color: rgb(173,23,178); }
td.TdClassName
{
border-color: #AD17B2;
}
.TagClassName
{
border-color: #AD17B2;
}
</style>