Shades of Deep Magenta #AD17BA
Tints of Deep Magenta #AD17BA
RGB
CMYK
RGB Variations
Color information
#AD17BA (or 0xAD17BA) is known color: Deep Magenta. HEX triplet: AD, 17 and BA. RGB value is (173,23,186). Sum of RGB (Red+Green+Blue) = 173+23+186=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17BA is #52E845. Grayscale: #555555. Windows color (decimal): -5433414 or 12195757. OLE color: 12195757.
HSL color Cylindrical-coordinate representation of color #AD17BA: hue angle of 295.21º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD17BA is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 23 | 186 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.27 |
| HSL | 295.21º | 0.78% | 0.41% | - |
| HSV(B) | 295.21º | 0.88% | 0.73% | - |
| XYZ | 26.4 | 13.04 | 47.58 | - |
| YUV | 86.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 186 | 0.07 | 0.88 | 0 | 0.27 | 295.21 | 0.78 | 0.41 |
| Hex | AD | 17 | BA | 7 | 58 | 0 | 1B | 127 | 4E | 29 |
| Octal | 255 | 27 | 272 | 7 | 130 | 0 | 33 | 447 | 116 | 51 |
| Binary | 10101101 | 10111 | 10111010 | 111 | 1011000 | 0 | 11011 | 100100111 | 1001110 | 101001 |
Color Harmonies of #AD17BA
Complementary color
Monochromatic Colors of #AD17BA
Black with #AD17BA
Text Example
Text Example
White with #AD17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17BA; }
p { color: rgb(173,23,186); }
H1.HeaderClassName
{
color: #AD17BA;
}
.AnyTagClassName
{
color: #AD17BA;
}
</style>
background-color css
<style>
a { background-color: #AD17BA; }
a { background-color: rgb(173,23,186); }
div.DivClassName
{
background-color: #AD17BA;
}
.BgClassName
{
background-color: #AD17BA;
}
</style>
border-color css
<style>
span { border-color: #AD17BA; }
span { border-color: rgb(173,23,186); }
td.TdClassName
{
border-color: #AD17BA;
}
.TagClassName
{
border-color: #AD17BA;
}
</style>