Shades of Deep Magenta #AD17AF
Tints of Deep Magenta #AD17AF
RGB
CMYK
RGB Variations
Color information
#AD17AF (or 0xAD17AF) is known color: Deep Magenta. HEX triplet: AD, 17 and AF. RGB value is (173,23,175). Sum of RGB (Red+Green+Blue) = 173+23+175=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD17AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD17AF is #52E850. Grayscale: #545454. Windows color (decimal): -5433425 or 11474861. OLE color: 11474861.
HSL color Cylindrical-coordinate representation of color #AD17AF: hue angle of 299.21º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD17AF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 23 | 175 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.31 |
| HSL | 299.21º | 0.77% | 0.39% | - |
| HSV(B) | 299.21º | 0.87% | 0.69% | - |
| XYZ | 25.28 | 12.59 | 41.66 | - |
| YUV | 85.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 175 | 0.01 | 0.87 | 0 | 0.31 | 299.21 | 0.77 | 0.39 |
| Hex | AD | 17 | AF | 1 | 57 | 0 | 1F | 12B | 4D | 27 |
| Octal | 255 | 27 | 257 | 1 | 127 | 0 | 37 | 453 | 115 | 47 |
| Binary | 10101101 | 10111 | 10101111 | 1 | 1010111 | 0 | 11111 | 100101011 | 1001101 | 100111 |
Color Harmonies of #AD17AF
Complementary color
Monochromatic Colors of #AD17AF
Black with #AD17AF
Text Example
Text Example
White with #AD17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17AF; }
p { color: rgb(173,23,175); }
H1.HeaderClassName
{
color: #AD17AF;
}
.AnyTagClassName
{
color: #AD17AF;
}
</style>
background-color css
<style>
a { background-color: #AD17AF; }
a { background-color: rgb(173,23,175); }
div.DivClassName
{
background-color: #AD17AF;
}
.BgClassName
{
background-color: #AD17AF;
}
</style>
border-color css
<style>
span { border-color: #AD17AF; }
span { border-color: rgb(173,23,175); }
td.TdClassName
{
border-color: #AD17AF;
}
.TagClassName
{
border-color: #AD17AF;
}
</style>