Shades of Dark Magenta #AD0EA4
Tints of Dark Magenta #AD0EA4
RGB
CMYK
RGB Variations
Color information
#AD0EA4 (or 0xAD0EA4) is known color: Dark Magenta. HEX triplet: AD, 0E and A4. RGB value is (173,14,164). Sum of RGB (Red+Green+Blue) = 173+14+164=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EA4 is #52F15B. Grayscale: #4E4E4E. Windows color (decimal): -5435740 or 10751661. OLE color: 10751661.
HSL color Cylindrical-coordinate representation of color #AD0EA4: hue angle of 303.4º 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 #AD0EA4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 164 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.32 |
| HSL | 303.4º | 0.85% | 0.37% | - |
| HSV(B) | 303.4º | 0.92% | 0.68% | - |
| XYZ | 24.09 | 11.88 | 36.15 | - |
| YUV | 78.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 164 | 0 | 0.92 | 0.05 | 0.32 | 303.4 | 0.85 | 0.37 |
| Hex | AD | E | A4 | 0 | 5C | 5 | 20 | 12F | 55 | 25 |
| Octal | 255 | 16 | 244 | 0 | 134 | 5 | 40 | 457 | 125 | 45 |
| Binary | 10101101 | 1110 | 10100100 | 0 | 1011100 | 101 | 100000 | 100101111 | 1010101 | 100101 |
Color Harmonies of #AD0EA4
Complementary color
Monochromatic Colors of #AD0EA4
Black with #AD0EA4
Text Example
Text Example
White with #AD0EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EA4; }
p { color: rgb(173,14,164); }
H1.HeaderClassName
{
color: #AD0EA4;
}
.AnyTagClassName
{
color: #AD0EA4;
}
</style>
background-color css
<style>
a { background-color: #AD0EA4; }
a { background-color: rgb(173,14,164); }
div.DivClassName
{
background-color: #AD0EA4;
}
.BgClassName
{
background-color: #AD0EA4;
}
</style>
border-color css
<style>
span { border-color: #AD0EA4; }
span { border-color: rgb(173,14,164); }
td.TdClassName
{
border-color: #AD0EA4;
}
.TagClassName
{
border-color: #AD0EA4;
}
</style>