Shades of Deep Magenta #AD00BA
Tints of Deep Magenta #AD00BA
RGB
CMYK
RGB Variations
Color information
#AD00BA (or 0xAD00BA) is known color: Deep Magenta. HEX triplet: AD, 00 and BA. RGB value is (173,0,186). Sum of RGB (Red+Green+Blue) = 173+0+186=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00BA is #52FF45. Grayscale: #484848. Windows color (decimal): -5439302 or 12189869. OLE color: 12189869.
HSL color Cylindrical-coordinate representation of color #AD00BA: hue angle of 295.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00BA is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 0 | 186 | - |
| CMYK | 0.07 | 1 | 0 | 0.27 |
| HSL | 295.81º | 1% | 0.36% | - |
| HSV(B) | 295.81º | 1% | 0.73% | - |
| XYZ | 26.1 | 12.43 | 47.48 | - |
| YUV | 72.93 | 191.81 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 186 | 0.07 | 1 | 0 | 0.27 | 295.81 | 1 | 0.36 |
| Hex | AD | 0 | BA | 7 | 64 | 0 | 1B | 128 | 64 | 24 |
| Octal | 255 | 0 | 272 | 7 | 144 | 0 | 33 | 450 | 144 | 44 |
| Binary | 10101101 | 0 | 10111010 | 111 | 1100100 | 0 | 11011 | 100101000 | 1100100 | 100100 |
Color Harmonies of #AD00BA
Complementary color
Monochromatic Colors of #AD00BA
Black with #AD00BA
Text Example
Text Example
White with #AD00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00BA; }
p { color: rgb(173,0,186); }
H1.HeaderClassName
{
color: #AD00BA;
}
.AnyTagClassName
{
color: #AD00BA;
}
</style>
background-color css
<style>
a { background-color: #AD00BA; }
a { background-color: rgb(173,0,186); }
div.DivClassName
{
background-color: #AD00BA;
}
.BgClassName
{
background-color: #AD00BA;
}
</style>
border-color css
<style>
span { border-color: #AD00BA; }
span { border-color: rgb(173,0,186); }
td.TdClassName
{
border-color: #AD00BA;
}
.TagClassName
{
border-color: #AD00BA;
}
</style>