Shades of Dark Magenta #AD06A6
Tints of Dark Magenta #AD06A6
RGB
CMYK
RGB Variations
Color information
#AD06A6 (or 0xAD06A6) is known color: Dark Magenta. HEX triplet: AD, 06 and A6. RGB value is (173,6,166). Sum of RGB (Red+Green+Blue) = 173+6+166=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD06A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06A6 is #52F959. Grayscale: #494949. Windows color (decimal): -5437786 or 10880685. OLE color: 10880685.
HSL color Cylindrical-coordinate representation of color #AD06A6: hue angle of 302.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.32 |
| HSL | 302.52º | 0.93% | 0.35% | - |
| HSV(B) | 302.52º | 0.97% | 0.68% | - |
| XYZ | 24.18 | 11.77 | 37.07 | - |
| YUV | 74.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 166 | 0 | 0.97 | 0.04 | 0.32 | 302.52 | 0.93 | 0.35 |
| Hex | AD | 6 | A6 | 0 | 61 | 4 | 20 | 12F | 5D | 23 |
| Octal | 255 | 6 | 246 | 0 | 141 | 4 | 40 | 457 | 135 | 43 |
| Binary | 10101101 | 110 | 10100110 | 0 | 1100001 | 100 | 100000 | 100101111 | 1011101 | 100011 |
Color Harmonies of #AD06A6
Complementary color
Monochromatic Colors of #AD06A6
Black with #AD06A6
Text Example
Text Example
White with #AD06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06A6; }
p { color: rgb(173,6,166); }
H1.HeaderClassName
{
color: #AD06A6;
}
.AnyTagClassName
{
color: #AD06A6;
}
</style>
background-color css
<style>
a { background-color: #AD06A6; }
a { background-color: rgb(173,6,166); }
div.DivClassName
{
background-color: #AD06A6;
}
.BgClassName
{
background-color: #AD06A6;
}
</style>
border-color css
<style>
span { border-color: #AD06A6; }
span { border-color: rgb(173,6,166); }
td.TdClassName
{
border-color: #AD06A6;
}
.TagClassName
{
border-color: #AD06A6;
}
</style>