Shades of Deep Magenta #AD0BAC
Tints of Deep Magenta #AD0BAC
RGB
CMYK
RGB Variations
Color information
#AD0BAC (or 0xAD0BAC) is known color: Deep Magenta. HEX triplet: AD, 0B and AC. RGB value is (173,11,172). Sum of RGB (Red+Green+Blue) = 173+11+172=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0BAC is #52F453. Grayscale: #4D4D4D. Windows color (decimal): -5436500 or 11275181. OLE color: 11275181.
HSL color Cylindrical-coordinate representation of color #AD0BAC: hue angle of 300.37º 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 #AD0BAC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 172 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.32 |
| HSL | 300.37º | 0.88% | 0.36% | - |
| HSV(B) | 300.37º | 0.94% | 0.68% | - |
| XYZ | 24.8 | 12.1 | 40.06 | - |
| YUV | 77.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 172 | 0 | 0.94 | 0.01 | 0.32 | 300.37 | 0.88 | 0.36 |
| Hex | AD | B | AC | 0 | 5E | 1 | 20 | 12C | 58 | 24 |
| Octal | 255 | 13 | 254 | 0 | 136 | 1 | 40 | 454 | 130 | 44 |
| Binary | 10101101 | 1011 | 10101100 | 0 | 1011110 | 1 | 100000 | 100101100 | 1011000 | 100100 |
Color Harmonies of #AD0BAC
Complementary color
Monochromatic Colors of #AD0BAC
Black with #AD0BAC
Text Example
Text Example
White with #AD0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BAC; }
p { color: rgb(173,11,172); }
H1.HeaderClassName
{
color: #AD0BAC;
}
.AnyTagClassName
{
color: #AD0BAC;
}
</style>
background-color css
<style>
a { background-color: #AD0BAC; }
a { background-color: rgb(173,11,172); }
div.DivClassName
{
background-color: #AD0BAC;
}
.BgClassName
{
background-color: #AD0BAC;
}
</style>
border-color css
<style>
span { border-color: #AD0BAC; }
span { border-color: rgb(173,11,172); }
td.TdClassName
{
border-color: #AD0BAC;
}
.TagClassName
{
border-color: #AD0BAC;
}
</style>