Shades of Dark Magenta #AD0BA3
Tints of Dark Magenta #AD0BA3
RGB
CMYK
RGB Variations
Color information
#AD0BA3 (or 0xAD0BA3) is known color: Dark Magenta. HEX triplet: AD, 0B and A3. RGB value is (173,11,163). Sum of RGB (Red+Green+Blue) = 173+11+163=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0BA3 is #52F45C. Grayscale: #4C4C4C. Windows color (decimal): -5436509 or 10685357. OLE color: 10685357.
HSL color Cylindrical-coordinate representation of color #AD0BA3: hue angle of 303.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.32 |
| HSL | 303.7º | 0.88% | 0.36% | - |
| HSV(B) | 303.7º | 0.94% | 0.68% | - |
| XYZ | 23.96 | 11.77 | 35.66 | - |
| YUV | 76.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 163 | 0 | 0.94 | 0.06 | 0.32 | 303.7 | 0.88 | 0.36 |
| Hex | AD | B | A3 | 0 | 5E | 6 | 20 | 130 | 58 | 24 |
| Octal | 255 | 13 | 243 | 0 | 136 | 6 | 40 | 460 | 130 | 44 |
| Binary | 10101101 | 1011 | 10100011 | 0 | 1011110 | 110 | 100000 | 100110000 | 1011000 | 100100 |
Color Harmonies of #AD0BA3
Complementary color
Monochromatic Colors of #AD0BA3
Black with #AD0BA3
Text Example
Text Example
White with #AD0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BA3; }
p { color: rgb(173,11,163); }
H1.HeaderClassName
{
color: #AD0BA3;
}
.AnyTagClassName
{
color: #AD0BA3;
}
</style>
background-color css
<style>
a { background-color: #AD0BA3; }
a { background-color: rgb(173,11,163); }
div.DivClassName
{
background-color: #AD0BA3;
}
.BgClassName
{
background-color: #AD0BA3;
}
</style>
border-color css
<style>
span { border-color: #AD0BA3; }
span { border-color: rgb(173,11,163); }
td.TdClassName
{
border-color: #AD0BA3;
}
.TagClassName
{
border-color: #AD0BA3;
}
</style>