Shades of Dark Magenta #AD119F
Tints of Dark Magenta #AD119F
RGB
CMYK
RGB Variations
Color information
#AD119F (or 0xAD119F) is known color: Dark Magenta. HEX triplet: AD, 11 and 9F. RGB value is (173,17,159). Sum of RGB (Red+Green+Blue) = 173+17+159=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD119F is #52EE60. Grayscale: #4F4F4F. Windows color (decimal): -5434977 or 10424749. OLE color: 10424749.
HSL color Cylindrical-coordinate representation of color #AD119F: hue angle of 305.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD119F is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 159 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.32 |
| HSL | 305.38º | 0.82% | 0.37% | - |
| HSV(B) | 305.38º | 0.9% | 0.68% | - |
| XYZ | 23.69 | 11.79 | 33.83 | - |
| YUV | 79.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 159 | 0 | 0.90 | 0.08 | 0.32 | 305.38 | 0.82 | 0.37 |
| Hex | AD | 11 | 9F | 0 | 5A | 8 | 20 | 131 | 52 | 25 |
| Octal | 255 | 21 | 237 | 0 | 132 | 10 | 40 | 461 | 122 | 45 |
| Binary | 10101101 | 10001 | 10011111 | 0 | 1011010 | 1000 | 100000 | 100110001 | 1010010 | 100101 |
Color Harmonies of #AD119F
Complementary color
Monochromatic Colors of #AD119F
Black with #AD119F
Text Example
Text Example
White with #AD119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD119F; }
p { color: rgb(173,17,159); }
H1.HeaderClassName
{
color: #AD119F;
}
.AnyTagClassName
{
color: #AD119F;
}
</style>
background-color css
<style>
a { background-color: #AD119F; }
a { background-color: rgb(173,17,159); }
div.DivClassName
{
background-color: #AD119F;
}
.BgClassName
{
background-color: #AD119F;
}
</style>
border-color css
<style>
span { border-color: #AD119F; }
span { border-color: rgb(173,17,159); }
td.TdClassName
{
border-color: #AD119F;
}
.TagClassName
{
border-color: #AD119F;
}
</style>