Shades of Deep Magenta #AD13BA
Tints of Deep Magenta #AD13BA
RGB
CMYK
RGB Variations
Color information
#AD13BA (or 0xAD13BA) is known color: Deep Magenta. HEX triplet: AD, 13 and BA. RGB value is (173,19,186). Sum of RGB (Red+Green+Blue) = 173+19+186=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD13BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13BA is #52EC45. Grayscale: #535353. Windows color (decimal): -5434438 or 12194733. OLE color: 12194733.
HSL color Cylindrical-coordinate representation of color #AD13BA: hue angle of 295.33º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD13BA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 19 | 186 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.27 |
| HSL | 295.33º | 0.81% | 0.4% | - |
| HSV(B) | 295.33º | 0.9% | 0.73% | - |
| XYZ | 26.33 | 12.9 | 47.56 | - |
| YUV | 84.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 186 | 0.07 | 0.90 | 0 | 0.27 | 295.33 | 0.81 | 0.4 |
| Hex | AD | 13 | BA | 7 | 5A | 0 | 1B | 127 | 51 | 28 |
| Octal | 255 | 23 | 272 | 7 | 132 | 0 | 33 | 447 | 121 | 50 |
| Binary | 10101101 | 10011 | 10111010 | 111 | 1011010 | 0 | 11011 | 100100111 | 1010001 | 101000 |
Color Harmonies of #AD13BA
Complementary color
Monochromatic Colors of #AD13BA
Black with #AD13BA
Text Example
Text Example
White with #AD13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13BA; }
p { color: rgb(173,19,186); }
H1.HeaderClassName
{
color: #AD13BA;
}
.AnyTagClassName
{
color: #AD13BA;
}
</style>
background-color css
<style>
a { background-color: #AD13BA; }
a { background-color: rgb(173,19,186); }
div.DivClassName
{
background-color: #AD13BA;
}
.BgClassName
{
background-color: #AD13BA;
}
</style>
border-color css
<style>
span { border-color: #AD13BA; }
span { border-color: rgb(173,19,186); }
td.TdClassName
{
border-color: #AD13BA;
}
.TagClassName
{
border-color: #AD13BA;
}
</style>