Shades of Dark Magenta #AD0EA1
Tints of Dark Magenta #AD0EA1
RGB
CMYK
RGB Variations
Color information
#AD0EA1 (or 0xAD0EA1) is known color: Dark Magenta. HEX triplet: AD, 0E and A1. RGB value is (173,14,161). Sum of RGB (Red+Green+Blue) = 173+14+161=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0EA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EA1 is #52F15E. Grayscale: #4D4D4D. Windows color (decimal): -5435743 or 10555053. OLE color: 10555053.
HSL color Cylindrical-coordinate representation of color #AD0EA1: hue angle of 304.53º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0EA1 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 161 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.32 |
| HSL | 304.53º | 0.85% | 0.37% | - |
| HSV(B) | 304.53º | 0.92% | 0.68% | - |
| XYZ | 23.82 | 11.77 | 34.73 | - |
| YUV | 78.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 161 | 0 | 0.92 | 0.07 | 0.32 | 304.53 | 0.85 | 0.37 |
| Hex | AD | E | A1 | 0 | 5C | 7 | 20 | 131 | 55 | 25 |
| Octal | 255 | 16 | 241 | 0 | 134 | 7 | 40 | 461 | 125 | 45 |
| Binary | 10101101 | 1110 | 10100001 | 0 | 1011100 | 111 | 100000 | 100110001 | 1010101 | 100101 |
Color Harmonies of #AD0EA1
Complementary color
Monochromatic Colors of #AD0EA1
Black with #AD0EA1
Text Example
Text Example
White with #AD0EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EA1; }
p { color: rgb(173,14,161); }
H1.HeaderClassName
{
color: #AD0EA1;
}
.AnyTagClassName
{
color: #AD0EA1;
}
</style>
background-color css
<style>
a { background-color: #AD0EA1; }
a { background-color: rgb(173,14,161); }
div.DivClassName
{
background-color: #AD0EA1;
}
.BgClassName
{
background-color: #AD0EA1;
}
</style>
border-color css
<style>
span { border-color: #AD0EA1; }
span { border-color: rgb(173,14,161); }
td.TdClassName
{
border-color: #AD0EA1;
}
.TagClassName
{
border-color: #AD0EA1;
}
</style>