Shades of Deep Magenta #AD06BA
Tints of Deep Magenta #AD06BA
RGB
CMYK
RGB Variations
Color information
#AD06BA (or 0xAD06BA) is known color: Deep Magenta. HEX triplet: AD, 06 and BA. RGB value is (173,6,186). Sum of RGB (Red+Green+Blue) = 173+6+186=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06BA is #52F945. Grayscale: #4B4B4B. Windows color (decimal): -5437766 or 12191405. OLE color: 12191405.
HSL color Cylindrical-coordinate representation of color #AD06BA: hue angle of 295.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06BA is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 6 | 186 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.27 |
| HSL | 295.67º | 0.94% | 0.38% | - |
| HSV(B) | 295.67º | 0.97% | 0.73% | - |
| XYZ | 26.16 | 12.56 | 47.5 | - |
| YUV | 76.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 186 | 0.07 | 0.97 | 0 | 0.27 | 295.67 | 0.94 | 0.38 |
| Hex | AD | 6 | BA | 7 | 61 | 0 | 1B | 128 | 5E | 26 |
| Octal | 255 | 6 | 272 | 7 | 141 | 0 | 33 | 450 | 136 | 46 |
| Binary | 10101101 | 110 | 10111010 | 111 | 1100001 | 0 | 11011 | 100101000 | 1011110 | 100110 |
Color Harmonies of #AD06BA
Complementary color
Monochromatic Colors of #AD06BA
Black with #AD06BA
Text Example
Text Example
White with #AD06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06BA; }
p { color: rgb(173,6,186); }
H1.HeaderClassName
{
color: #AD06BA;
}
.AnyTagClassName
{
color: #AD06BA;
}
</style>
background-color css
<style>
a { background-color: #AD06BA; }
a { background-color: rgb(173,6,186); }
div.DivClassName
{
background-color: #AD06BA;
}
.BgClassName
{
background-color: #AD06BA;
}
</style>
border-color css
<style>
span { border-color: #AD06BA; }
span { border-color: rgb(173,6,186); }
td.TdClassName
{
border-color: #AD06BA;
}
.TagClassName
{
border-color: #AD06BA;
}
</style>