Shades of Deep Magenta #AD0AB4
Tints of Deep Magenta #AD0AB4
RGB
CMYK
RGB Variations
Color information
#AD0AB4 (or 0xAD0AB4) is known color: Deep Magenta. HEX triplet: AD, 0A and B4. RGB value is (173,10,180). Sum of RGB (Red+Green+Blue) = 173+10+180=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD0AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AB4 is #52F54B. Grayscale: #4D4D4D. Windows color (decimal): -5436748 or 11799213. OLE color: 11799213.
HSL color Cylindrical-coordinate representation of color #AD0AB4: hue angle of 297.53º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AB4 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 10 | 180 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.29 |
| HSL | 297.53º | 0.89% | 0.37% | - |
| HSV(B) | 297.53º | 0.94% | 0.71% | - |
| XYZ | 25.58 | 12.4 | 44.22 | - |
| YUV | 78.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 180 | 0.04 | 0.94 | 0 | 0.29 | 297.53 | 0.89 | 0.37 |
| Hex | AD | A | B4 | 4 | 5E | 0 | 1D | 12A | 59 | 25 |
| Octal | 255 | 12 | 264 | 4 | 136 | 0 | 35 | 452 | 131 | 45 |
| Binary | 10101101 | 1010 | 10110100 | 100 | 1011110 | 0 | 11101 | 100101010 | 1011001 | 100101 |
Color Harmonies of #AD0AB4
Complementary color
Monochromatic Colors of #AD0AB4
Black with #AD0AB4
Text Example
Text Example
White with #AD0AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AB4; }
p { color: rgb(173,10,180); }
H1.HeaderClassName
{
color: #AD0AB4;
}
.AnyTagClassName
{
color: #AD0AB4;
}
</style>
background-color css
<style>
a { background-color: #AD0AB4; }
a { background-color: rgb(173,10,180); }
div.DivClassName
{
background-color: #AD0AB4;
}
.BgClassName
{
background-color: #AD0AB4;
}
</style>
border-color css
<style>
span { border-color: #AD0AB4; }
span { border-color: rgb(173,10,180); }
td.TdClassName
{
border-color: #AD0AB4;
}
.TagClassName
{
border-color: #AD0AB4;
}
</style>