Shades of Deep Magenta #AD17B8
Tints of Deep Magenta #AD17B8
RGB
CMYK
RGB Variations
Color information
#AD17B8 (or 0xAD17B8) is known color: Deep Magenta. HEX triplet: AD, 17 and B8. RGB value is (173,23,184). Sum of RGB (Red+Green+Blue) = 173+23+184=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD17B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17B8 is #52E847. Grayscale: #555555. Windows color (decimal): -5433416 or 12064685. OLE color: 12064685.
HSL color Cylindrical-coordinate representation of color #AD17B8: hue angle of 295.9º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD17B8 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 23 | 184 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.28 |
| HSL | 295.9º | 0.78% | 0.41% | - |
| HSV(B) | 295.9º | 0.88% | 0.72% | - |
| XYZ | 26.19 | 12.96 | 46.47 | - |
| YUV | 86.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 184 | 0.06 | 0.88 | 0 | 0.28 | 295.9 | 0.78 | 0.41 |
| Hex | AD | 17 | B8 | 6 | 58 | 0 | 1C | 128 | 4E | 29 |
| Octal | 255 | 27 | 270 | 6 | 130 | 0 | 34 | 450 | 116 | 51 |
| Binary | 10101101 | 10111 | 10111000 | 110 | 1011000 | 0 | 11100 | 100101000 | 1001110 | 101001 |
Color Harmonies of #AD17B8
Complementary color
Monochromatic Colors of #AD17B8
Black with #AD17B8
Text Example
Text Example
White with #AD17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17B8; }
p { color: rgb(173,23,184); }
H1.HeaderClassName
{
color: #AD17B8;
}
.AnyTagClassName
{
color: #AD17B8;
}
</style>
background-color css
<style>
a { background-color: #AD17B8; }
a { background-color: rgb(173,23,184); }
div.DivClassName
{
background-color: #AD17B8;
}
.BgClassName
{
background-color: #AD17B8;
}
</style>
border-color css
<style>
span { border-color: #AD17B8; }
span { border-color: rgb(173,23,184); }
td.TdClassName
{
border-color: #AD17B8;
}
.TagClassName
{
border-color: #AD17B8;
}
</style>