Shades of Deep Magenta #AD0DBA
Tints of Deep Magenta #AD0DBA
RGB
CMYK
RGB Variations
Color information
#AD0DBA (or 0xAD0DBA) is known color: Deep Magenta. HEX triplet: AD, 0D and BA. RGB value is (173,13,186). Sum of RGB (Red+Green+Blue) = 173+13+186=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD0DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DBA is #52F245. Grayscale: #505050. Windows color (decimal): -5435974 or 12193197. OLE color: 12193197.
HSL color Cylindrical-coordinate representation of color #AD0DBA: hue angle of 295.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DBA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 13 | 186 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.27 |
| HSL | 295.49º | 0.87% | 0.39% | - |
| HSV(B) | 295.49º | 0.93% | 0.73% | - |
| XYZ | 26.24 | 12.72 | 47.53 | - |
| YUV | 80.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 186 | 0.07 | 0.93 | 0 | 0.27 | 295.49 | 0.87 | 0.39 |
| Hex | AD | D | BA | 7 | 5D | 0 | 1B | 127 | 57 | 27 |
| Octal | 255 | 15 | 272 | 7 | 135 | 0 | 33 | 447 | 127 | 47 |
| Binary | 10101101 | 1101 | 10111010 | 111 | 1011101 | 0 | 11011 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AD0DBA
Complementary color
Monochromatic Colors of #AD0DBA
Black with #AD0DBA
Text Example
Text Example
White with #AD0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DBA; }
p { color: rgb(173,13,186); }
H1.HeaderClassName
{
color: #AD0DBA;
}
.AnyTagClassName
{
color: #AD0DBA;
}
</style>
background-color css
<style>
a { background-color: #AD0DBA; }
a { background-color: rgb(173,13,186); }
div.DivClassName
{
background-color: #AD0DBA;
}
.BgClassName
{
background-color: #AD0DBA;
}
</style>
border-color css
<style>
span { border-color: #AD0DBA; }
span { border-color: rgb(173,13,186); }
td.TdClassName
{
border-color: #AD0DBA;
}
.TagClassName
{
border-color: #AD0DBA;
}
</style>