Shades of Dark Magenta #AD06A2
Tints of Dark Magenta #AD06A2
RGB
CMYK
RGB Variations
Color information
#AD06A2 (or 0xAD06A2) is known color: Dark Magenta. HEX triplet: AD, 06 and A2. RGB value is (173,6,162). Sum of RGB (Red+Green+Blue) = 173+6+162=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD06A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06A2 is #52F95D. Grayscale: #494949. Windows color (decimal): -5437790 or 10618541. OLE color: 10618541.
HSL color Cylindrical-coordinate representation of color #AD06A2: hue angle of 303.95º 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 #AD06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.32 |
| HSL | 303.95º | 0.93% | 0.35% | - |
| HSV(B) | 303.95º | 0.97% | 0.68% | - |
| XYZ | 23.82 | 11.62 | 35.17 | - |
| YUV | 73.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 162 | 0 | 0.97 | 0.06 | 0.32 | 303.95 | 0.93 | 0.35 |
| Hex | AD | 6 | A2 | 0 | 61 | 6 | 20 | 130 | 5D | 23 |
| Octal | 255 | 6 | 242 | 0 | 141 | 6 | 40 | 460 | 135 | 43 |
| Binary | 10101101 | 110 | 10100010 | 0 | 1100001 | 110 | 100000 | 100110000 | 1011101 | 100011 |
Color Harmonies of #AD06A2
Complementary color
Monochromatic Colors of #AD06A2
Black with #AD06A2
Text Example
Text Example
White with #AD06A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06A2; }
p { color: rgb(173,6,162); }
H1.HeaderClassName
{
color: #AD06A2;
}
.AnyTagClassName
{
color: #AD06A2;
}
</style>
background-color css
<style>
a { background-color: #AD06A2; }
a { background-color: rgb(173,6,162); }
div.DivClassName
{
background-color: #AD06A2;
}
.BgClassName
{
background-color: #AD06A2;
}
</style>
border-color css
<style>
span { border-color: #AD06A2; }
span { border-color: rgb(173,6,162); }
td.TdClassName
{
border-color: #AD06A2;
}
.TagClassName
{
border-color: #AD06A2;
}
</style>