Shades of Deep Magenta #AD0AB9
Tints of Deep Magenta #AD0AB9
RGB
CMYK
RGB Variations
Color information
#AD0AB9 (or 0xAD0AB9) is known color: Deep Magenta. HEX triplet: AD, 0A and B9. RGB value is (173,10,185). Sum of RGB (Red+Green+Blue) = 173+10+185=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD0AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AB9 is #52F546. Grayscale: #4E4E4E. Windows color (decimal): -5436743 or 12126893. OLE color: 12126893.
HSL color Cylindrical-coordinate representation of color #AD0AB9: hue angle of 295.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AB9 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 10 | 185 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.27 |
| HSL | 295.89º | 0.9% | 0.38% | - |
| HSV(B) | 295.89º | 0.95% | 0.73% | - |
| XYZ | 26.1 | 12.6 | 46.96 | - |
| YUV | 78.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 185 | 0.06 | 0.95 | 0 | 0.27 | 295.89 | 0.9 | 0.38 |
| Hex | AD | A | B9 | 6 | 5F | 0 | 1B | 128 | 5A | 26 |
| Octal | 255 | 12 | 271 | 6 | 137 | 0 | 33 | 450 | 132 | 46 |
| Binary | 10101101 | 1010 | 10111001 | 110 | 1011111 | 0 | 11011 | 100101000 | 1011010 | 100110 |
Color Harmonies of #AD0AB9
Complementary color
Monochromatic Colors of #AD0AB9
Black with #AD0AB9
Text Example
Text Example
White with #AD0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AB9; }
p { color: rgb(173,10,185); }
H1.HeaderClassName
{
color: #AD0AB9;
}
.AnyTagClassName
{
color: #AD0AB9;
}
</style>
background-color css
<style>
a { background-color: #AD0AB9; }
a { background-color: rgb(173,10,185); }
div.DivClassName
{
background-color: #AD0AB9;
}
.BgClassName
{
background-color: #AD0AB9;
}
</style>
border-color css
<style>
span { border-color: #AD0AB9; }
span { border-color: rgb(173,10,185); }
td.TdClassName
{
border-color: #AD0AB9;
}
.TagClassName
{
border-color: #AD0AB9;
}
</style>