Shades of Dark Magenta #AD04A6
Tints of Dark Magenta #AD04A6
RGB
CMYK
RGB Variations
Color information
#AD04A6 (or 0xAD04A6) is known color: Dark Magenta. HEX triplet: AD, 04 and A6. RGB value is (173,4,166). Sum of RGB (Red+Green+Blue) = 173+4+166=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD04A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04A6 is #52FB59. Grayscale: #484848. Windows color (decimal): -5438298 or 10880173. OLE color: 10880173.
HSL color Cylindrical-coordinate representation of color #AD04A6: hue angle of 302.49º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04A6 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 166 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.32 |
| HSL | 302.49º | 0.95% | 0.35% | - |
| HSV(B) | 302.49º | 0.98% | 0.68% | - |
| XYZ | 24.16 | 11.72 | 37.07 | - |
| YUV | 73 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 166 | 0 | 0.98 | 0.04 | 0.32 | 302.49 | 0.95 | 0.35 |
| Hex | AD | 4 | A6 | 0 | 62 | 4 | 20 | 12E | 5F | 23 |
| Octal | 255 | 4 | 246 | 0 | 142 | 4 | 40 | 456 | 137 | 43 |
| Binary | 10101101 | 100 | 10100110 | 0 | 1100010 | 100 | 100000 | 100101110 | 1011111 | 100011 |
Color Harmonies of #AD04A6
Complementary color
Monochromatic Colors of #AD04A6
Black with #AD04A6
Text Example
Text Example
White with #AD04A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04A6; }
p { color: rgb(173,4,166); }
H1.HeaderClassName
{
color: #AD04A6;
}
.AnyTagClassName
{
color: #AD04A6;
}
</style>
background-color css
<style>
a { background-color: #AD04A6; }
a { background-color: rgb(173,4,166); }
div.DivClassName
{
background-color: #AD04A6;
}
.BgClassName
{
background-color: #AD04A6;
}
</style>
border-color css
<style>
span { border-color: #AD04A6; }
span { border-color: rgb(173,4,166); }
td.TdClassName
{
border-color: #AD04A6;
}
.TagClassName
{
border-color: #AD04A6;
}
</style>