Shades of Deep Magenta #AD0BB4
Tints of Deep Magenta #AD0BB4
RGB
CMYK
RGB Variations
Color information
#AD0BB4 (or 0xAD0BB4) is known color: Deep Magenta. HEX triplet: AD, 0B and B4. RGB value is (173,11,180). Sum of RGB (Red+Green+Blue) = 173+11+180=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD0BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BB4 is #52F44B. Grayscale: #4E4E4E. Windows color (decimal): -5436492 or 11799469. OLE color: 11799469.
HSL color Cylindrical-coordinate representation of color #AD0BB4: hue angle of 297.51º degrees, saturation: 0.88, 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 #AD0BB4 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 11 | 180 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.29 |
| HSL | 297.51º | 0.88% | 0.37% | - |
| HSV(B) | 297.51º | 0.94% | 0.71% | - |
| XYZ | 25.59 | 12.42 | 44.23 | - |
| YUV | 78.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 180 | 0.04 | 0.94 | 0 | 0.29 | 297.51 | 0.88 | 0.37 |
| Hex | AD | B | B4 | 4 | 5E | 0 | 1D | 12A | 58 | 25 |
| Octal | 255 | 13 | 264 | 4 | 136 | 0 | 35 | 452 | 130 | 45 |
| Binary | 10101101 | 1011 | 10110100 | 100 | 1011110 | 0 | 11101 | 100101010 | 1011000 | 100101 |
Color Harmonies of #AD0BB4
Complementary color
Monochromatic Colors of #AD0BB4
Black with #AD0BB4
Text Example
Text Example
White with #AD0BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BB4; }
p { color: rgb(173,11,180); }
H1.HeaderClassName
{
color: #AD0BB4;
}
.AnyTagClassName
{
color: #AD0BB4;
}
</style>
background-color css
<style>
a { background-color: #AD0BB4; }
a { background-color: rgb(173,11,180); }
div.DivClassName
{
background-color: #AD0BB4;
}
.BgClassName
{
background-color: #AD0BB4;
}
</style>
border-color css
<style>
span { border-color: #AD0BB4; }
span { border-color: rgb(173,11,180); }
td.TdClassName
{
border-color: #AD0BB4;
}
.TagClassName
{
border-color: #AD0BB4;
}
</style>