Shades of Deep Magenta #AD05BA
Tints of Deep Magenta #AD05BA
RGB
CMYK
RGB Variations
Color information
#AD05BA (or 0xAD05BA) is known color: Deep Magenta. HEX triplet: AD, 05 and BA. RGB value is (173,5,186). Sum of RGB (Red+Green+Blue) = 173+5+186=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05BA is #52FA45. Grayscale: #4B4B4B. Windows color (decimal): -5438022 or 12191149. OLE color: 12191149.
HSL color Cylindrical-coordinate representation of color #AD05BA: hue angle of 295.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05BA is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 5 | 186 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.27 |
| HSL | 295.69º | 0.95% | 0.37% | - |
| HSV(B) | 295.69º | 0.97% | 0.73% | - |
| XYZ | 26.15 | 12.54 | 47.5 | - |
| YUV | 75.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 186 | 0.07 | 0.97 | 0 | 0.27 | 295.69 | 0.95 | 0.37 |
| Hex | AD | 5 | BA | 7 | 61 | 0 | 1B | 128 | 5F | 25 |
| Octal | 255 | 5 | 272 | 7 | 141 | 0 | 33 | 450 | 137 | 45 |
| Binary | 10101101 | 101 | 10111010 | 111 | 1100001 | 0 | 11011 | 100101000 | 1011111 | 100101 |
Color Harmonies of #AD05BA
Complementary color
Monochromatic Colors of #AD05BA
Black with #AD05BA
Text Example
Text Example
White with #AD05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05BA; }
p { color: rgb(173,5,186); }
H1.HeaderClassName
{
color: #AD05BA;
}
.AnyTagClassName
{
color: #AD05BA;
}
</style>
background-color css
<style>
a { background-color: #AD05BA; }
a { background-color: rgb(173,5,186); }
div.DivClassName
{
background-color: #AD05BA;
}
.BgClassName
{
background-color: #AD05BA;
}
</style>
border-color css
<style>
span { border-color: #AD05BA; }
span { border-color: rgb(173,5,186); }
td.TdClassName
{
border-color: #AD05BA;
}
.TagClassName
{
border-color: #AD05BA;
}
</style>