Shades of Deep Magenta #AD06C2
Tints of Deep Magenta #AD06C2
RGB
CMYK
RGB Variations
Color information
#AD06C2 (or 0xAD06C2) is known color: Deep Magenta. HEX triplet: AD, 06 and C2. RGB value is (173,6,194). Sum of RGB (Red+Green+Blue) = 173+6+194=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD06C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06C2 is #52F93D. Grayscale: #4C4C4C. Windows color (decimal): -5437758 or 12715693. OLE color: 12715693.
HSL color Cylindrical-coordinate representation of color #AD06C2: hue angle of 293.3º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06C2 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 6 | 194 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.24 |
| HSL | 293.3º | 0.94% | 0.39% | - |
| HSV(B) | 293.3º | 0.97% | 0.76% | - |
| XYZ | 27.04 | 12.91 | 52.11 | - |
| YUV | 77.37 | 193.83 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 194 | 0.11 | 0.97 | 0 | 0.24 | 293.3 | 0.94 | 0.39 |
| Hex | AD | 6 | C2 | B | 61 | 0 | 18 | 125 | 5E | 27 |
| Octal | 255 | 6 | 302 | 13 | 141 | 0 | 30 | 445 | 136 | 47 |
| Binary | 10101101 | 110 | 11000010 | 1011 | 1100001 | 0 | 11000 | 100100101 | 1011110 | 100111 |
Color Harmonies of #AD06C2
Complementary color
Monochromatic Colors of #AD06C2
Black with #AD06C2
Text Example
Text Example
White with #AD06C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06C2; }
p { color: rgb(173,6,194); }
H1.HeaderClassName
{
color: #AD06C2;
}
.AnyTagClassName
{
color: #AD06C2;
}
</style>
background-color css
<style>
a { background-color: #AD06C2; }
a { background-color: rgb(173,6,194); }
div.DivClassName
{
background-color: #AD06C2;
}
.BgClassName
{
background-color: #AD06C2;
}
</style>
border-color css
<style>
span { border-color: #AD06C2; }
span { border-color: rgb(173,6,194); }
td.TdClassName
{
border-color: #AD06C2;
}
.TagClassName
{
border-color: #AD06C2;
}
</style>