Shades of Dark Magenta #AD0DA4
Tints of Dark Magenta #AD0DA4
RGB
CMYK
RGB Variations
Color information
#AD0DA4 (or 0xAD0DA4) is known color: Dark Magenta. HEX triplet: AD, 0D and A4. RGB value is (173,13,164). Sum of RGB (Red+Green+Blue) = 173+13+164=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0DA4 is #52F25B. Grayscale: #4D4D4D. Windows color (decimal): -5435996 or 10751405. OLE color: 10751405.
HSL color Cylindrical-coordinate representation of color #AD0DA4: hue angle of 303.38º 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 #AD0DA4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 164 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.32 |
| HSL | 303.38º | 0.86% | 0.36% | - |
| HSV(B) | 303.38º | 0.92% | 0.68% | - |
| XYZ | 24.08 | 11.85 | 36.14 | - |
| YUV | 78.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 164 | 0 | 0.92 | 0.05 | 0.32 | 303.38 | 0.86 | 0.36 |
| Hex | AD | D | A4 | 0 | 5C | 5 | 20 | 12F | 56 | 24 |
| Octal | 255 | 15 | 244 | 0 | 134 | 5 | 40 | 457 | 126 | 44 |
| Binary | 10101101 | 1101 | 10100100 | 0 | 1011100 | 101 | 100000 | 100101111 | 1010110 | 100100 |
Color Harmonies of #AD0DA4
Complementary color
Monochromatic Colors of #AD0DA4
Black with #AD0DA4
Text Example
Text Example
White with #AD0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DA4; }
p { color: rgb(173,13,164); }
H1.HeaderClassName
{
color: #AD0DA4;
}
.AnyTagClassName
{
color: #AD0DA4;
}
</style>
background-color css
<style>
a { background-color: #AD0DA4; }
a { background-color: rgb(173,13,164); }
div.DivClassName
{
background-color: #AD0DA4;
}
.BgClassName
{
background-color: #AD0DA4;
}
</style>
border-color css
<style>
span { border-color: #AD0DA4; }
span { border-color: rgb(173,13,164); }
td.TdClassName
{
border-color: #AD0DA4;
}
.TagClassName
{
border-color: #AD0DA4;
}
</style>