Shades of Deep Magenta #AD06AD
Tints of Deep Magenta #AD06AD
RGB
CMYK
RGB Variations
Color information
#AD06AD (or 0xAD06AD) is known color: Deep Magenta. HEX triplet: AD, 06 and AD. RGB value is (173,6,173). Sum of RGB (Red+Green+Blue) = 173+6+173=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD06AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06AD is #52F952. Grayscale: #4A4A4A. Windows color (decimal): -5437779 or 11339437. OLE color: 11339437.
HSL color Cylindrical-coordinate representation of color #AD06AD: hue angle of 300º 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 #AD06AD is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0 | 0.32 |
| HSL | 300º | 0.93% | 0.35% | - |
| HSV(B) | 300º | 0.97% | 0.68% | - |
| XYZ | 24.84 | 12.03 | 40.55 | - |
| YUV | 74.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 173 | 0 | 0.97 | 0 | 0.32 | 300 | 0.93 | 0.35 |
| Hex | AD | 6 | AD | 0 | 61 | 0 | 20 | 12C | 5D | 23 |
| Octal | 255 | 6 | 255 | 0 | 141 | 0 | 40 | 454 | 135 | 43 |
| Binary | 10101101 | 110 | 10101101 | 0 | 1100001 | 0 | 100000 | 100101100 | 1011101 | 100011 |
Color Harmonies of #AD06AD
Complementary color
Monochromatic Colors of #AD06AD
Black with #AD06AD
Text Example
Text Example
White with #AD06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06AD; }
p { color: rgb(173,6,173); }
H1.HeaderClassName
{
color: #AD06AD;
}
.AnyTagClassName
{
color: #AD06AD;
}
</style>
background-color css
<style>
a { background-color: #AD06AD; }
a { background-color: rgb(173,6,173); }
div.DivClassName
{
background-color: #AD06AD;
}
.BgClassName
{
background-color: #AD06AD;
}
</style>
border-color css
<style>
span { border-color: #AD06AD; }
span { border-color: rgb(173,6,173); }
td.TdClassName
{
border-color: #AD06AD;
}
.TagClassName
{
border-color: #AD06AD;
}
</style>