Shades of Dark Magenta #AD11A3
Tints of Dark Magenta #AD11A3
RGB
CMYK
RGB Variations
Color information
#AD11A3 (or 0xAD11A3) is known color: Dark Magenta. HEX triplet: AD, 11 and A3. RGB value is (173,17,163). Sum of RGB (Red+Green+Blue) = 173+17+163=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD11A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11A3 is #52EE5C. Grayscale: #4F4F4F. Windows color (decimal): -5434973 or 10686893. OLE color: 10686893.
HSL color Cylindrical-coordinate representation of color #AD11A3: hue angle of 303.85º 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 #AD11A3 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 163 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.32 |
| HSL | 303.85º | 0.82% | 0.37% | - |
| HSV(B) | 303.85º | 0.9% | 0.68% | - |
| XYZ | 24.04 | 11.93 | 35.69 | - |
| YUV | 80.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 163 | 0 | 0.90 | 0.06 | 0.32 | 303.85 | 0.82 | 0.37 |
| Hex | AD | 11 | A3 | 0 | 5A | 6 | 20 | 130 | 52 | 25 |
| Octal | 255 | 21 | 243 | 0 | 132 | 6 | 40 | 460 | 122 | 45 |
| Binary | 10101101 | 10001 | 10100011 | 0 | 1011010 | 110 | 100000 | 100110000 | 1010010 | 100101 |
Color Harmonies of #AD11A3
Complementary color
Monochromatic Colors of #AD11A3
Black with #AD11A3
Text Example
Text Example
White with #AD11A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11A3; }
p { color: rgb(173,17,163); }
H1.HeaderClassName
{
color: #AD11A3;
}
.AnyTagClassName
{
color: #AD11A3;
}
</style>
background-color css
<style>
a { background-color: #AD11A3; }
a { background-color: rgb(173,17,163); }
div.DivClassName
{
background-color: #AD11A3;
}
.BgClassName
{
background-color: #AD11A3;
}
</style>
border-color css
<style>
span { border-color: #AD11A3; }
span { border-color: rgb(173,17,163); }
td.TdClassName
{
border-color: #AD11A3;
}
.TagClassName
{
border-color: #AD11A3;
}
</style>