Shades of Deep Magenta #AD17AA
Tints of Deep Magenta #AD17AA
RGB
CMYK
RGB Variations
Color information
#AD17AA (or 0xAD17AA) is known color: Deep Magenta. HEX triplet: AD, 17 and AA. RGB value is (173,23,170). Sum of RGB (Red+Green+Blue) = 173+23+170=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD17AA is #52E855. Grayscale: #545454. Windows color (decimal): -5433430 or 11147181. OLE color: 11147181.
HSL color Cylindrical-coordinate representation of color #AD17AA: hue angle of 301.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD17AA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 170 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.32 |
| HSL | 301.2º | 0.77% | 0.38% | - |
| HSV(B) | 301.2º | 0.87% | 0.68% | - |
| XYZ | 24.8 | 12.4 | 39.12 | - |
| YUV | 84.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 170 | 0 | 0.87 | 0.02 | 0.32 | 301.2 | 0.77 | 0.38 |
| Hex | AD | 17 | AA | 0 | 57 | 2 | 20 | 12D | 4D | 26 |
| Octal | 255 | 27 | 252 | 0 | 127 | 2 | 40 | 455 | 115 | 46 |
| Binary | 10101101 | 10111 | 10101010 | 0 | 1010111 | 10 | 100000 | 100101101 | 1001101 | 100110 |
Color Harmonies of #AD17AA
Complementary color
Monochromatic Colors of #AD17AA
Black with #AD17AA
Text Example
Text Example
White with #AD17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17AA; }
p { color: rgb(173,23,170); }
H1.HeaderClassName
{
color: #AD17AA;
}
.AnyTagClassName
{
color: #AD17AA;
}
</style>
background-color css
<style>
a { background-color: #AD17AA; }
a { background-color: rgb(173,23,170); }
div.DivClassName
{
background-color: #AD17AA;
}
.BgClassName
{
background-color: #AD17AA;
}
</style>
border-color css
<style>
span { border-color: #AD17AA; }
span { border-color: rgb(173,23,170); }
td.TdClassName
{
border-color: #AD17AA;
}
.TagClassName
{
border-color: #AD17AA;
}
</style>