Shades of Dark Magenta #AD0DA3
Tints of Dark Magenta #AD0DA3
RGB
CMYK
RGB Variations
Color information
#AD0DA3 (or 0xAD0DA3) is known color: Dark Magenta. HEX triplet: AD, 0D and A3. RGB value is (173,13,163). Sum of RGB (Red+Green+Blue) = 173+13+163=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0DA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0DA3 is #52F25C. Grayscale: #4D4D4D. Windows color (decimal): -5435997 or 10685869. OLE color: 10685869.
HSL color Cylindrical-coordinate representation of color #AD0DA3: hue angle of 303.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0DA3 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 163 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.32 |
| HSL | 303.75º | 0.86% | 0.36% | - |
| HSV(B) | 303.75º | 0.92% | 0.68% | - |
| XYZ | 23.99 | 11.82 | 35.67 | - |
| YUV | 77.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 163 | 0 | 0.92 | 0.06 | 0.32 | 303.75 | 0.86 | 0.36 |
| Hex | AD | D | A3 | 0 | 5C | 6 | 20 | 130 | 56 | 24 |
| Octal | 255 | 15 | 243 | 0 | 134 | 6 | 40 | 460 | 126 | 44 |
| Binary | 10101101 | 1101 | 10100011 | 0 | 1011100 | 110 | 100000 | 100110000 | 1010110 | 100100 |
Color Harmonies of #AD0DA3
Complementary color
Monochromatic Colors of #AD0DA3
Black with #AD0DA3
Text Example
Text Example
White with #AD0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DA3; }
p { color: rgb(173,13,163); }
H1.HeaderClassName
{
color: #AD0DA3;
}
.AnyTagClassName
{
color: #AD0DA3;
}
</style>
background-color css
<style>
a { background-color: #AD0DA3; }
a { background-color: rgb(173,13,163); }
div.DivClassName
{
background-color: #AD0DA3;
}
.BgClassName
{
background-color: #AD0DA3;
}
</style>
border-color css
<style>
span { border-color: #AD0DA3; }
span { border-color: rgb(173,13,163); }
td.TdClassName
{
border-color: #AD0DA3;
}
.TagClassName
{
border-color: #AD0DA3;
}
</style>