Shades of Dark Magenta #AD13A9
Tints of Dark Magenta #AD13A9
RGB
CMYK
RGB Variations
Color information
#AD13A9 (or 0xAD13A9) is known color: Dark Magenta. HEX triplet: AD, 13 and A9. RGB value is (173,19,169). Sum of RGB (Red+Green+Blue) = 173+19+169=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD13A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13A9 is #52EC56. Grayscale: #515151. Windows color (decimal): -5434455 or 11080621. OLE color: 11080621.
HSL color Cylindrical-coordinate representation of color #AD13A9: hue angle of 301.56º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13A9 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 169 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.32 |
| HSL | 301.56º | 0.8% | 0.38% | - |
| HSV(B) | 301.56º | 0.89% | 0.68% | - |
| XYZ | 24.63 | 12.21 | 38.6 | - |
| YUV | 82.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 169 | 0 | 0.89 | 0.02 | 0.32 | 301.56 | 0.8 | 0.38 |
| Hex | AD | 13 | A9 | 0 | 59 | 2 | 20 | 12E | 50 | 26 |
| Octal | 255 | 23 | 251 | 0 | 131 | 2 | 40 | 456 | 120 | 46 |
| Binary | 10101101 | 10011 | 10101001 | 0 | 1011001 | 10 | 100000 | 100101110 | 1010000 | 100110 |
Color Harmonies of #AD13A9
Complementary color
Monochromatic Colors of #AD13A9
Black with #AD13A9
Text Example
Text Example
White with #AD13A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13A9; }
p { color: rgb(173,19,169); }
H1.HeaderClassName
{
color: #AD13A9;
}
.AnyTagClassName
{
color: #AD13A9;
}
</style>
background-color css
<style>
a { background-color: #AD13A9; }
a { background-color: rgb(173,19,169); }
div.DivClassName
{
background-color: #AD13A9;
}
.BgClassName
{
background-color: #AD13A9;
}
</style>
border-color css
<style>
span { border-color: #AD13A9; }
span { border-color: rgb(173,19,169); }
td.TdClassName
{
border-color: #AD13A9;
}
.TagClassName
{
border-color: #AD13A9;
}
</style>