Shades of Deep Magenta #AD10AB
Tints of Deep Magenta #AD10AB
RGB
CMYK
RGB Variations
Color information
#AD10AB (or 0xAD10AB) is known color: Deep Magenta. HEX triplet: AD, 10 and AB. RGB value is (173,16,171). Sum of RGB (Red+Green+Blue) = 173+16+171=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10AB is #52EF54. Grayscale: #505050. Windows color (decimal): -5435221 or 11210925. OLE color: 11210925.
HSL color Cylindrical-coordinate representation of color #AD10AB: hue angle of 300.76º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10AB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 171 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.32 |
| HSL | 300.76º | 0.83% | 0.37% | - |
| HSV(B) | 300.76º | 0.91% | 0.68% | - |
| XYZ | 24.77 | 12.2 | 39.58 | - |
| YUV | 80.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 171 | 0 | 0.91 | 0.01 | 0.32 | 300.76 | 0.83 | 0.37 |
| Hex | AD | 10 | AB | 0 | 5B | 1 | 20 | 12D | 53 | 25 |
| Octal | 255 | 20 | 253 | 0 | 133 | 1 | 40 | 455 | 123 | 45 |
| Binary | 10101101 | 10000 | 10101011 | 0 | 1011011 | 1 | 100000 | 100101101 | 1010011 | 100101 |
Color Harmonies of #AD10AB
Complementary color
Monochromatic Colors of #AD10AB
Black with #AD10AB
Text Example
Text Example
White with #AD10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10AB; }
p { color: rgb(173,16,171); }
H1.HeaderClassName
{
color: #AD10AB;
}
.AnyTagClassName
{
color: #AD10AB;
}
</style>
background-color css
<style>
a { background-color: #AD10AB; }
a { background-color: rgb(173,16,171); }
div.DivClassName
{
background-color: #AD10AB;
}
.BgClassName
{
background-color: #AD10AB;
}
</style>
border-color css
<style>
span { border-color: #AD10AB; }
span { border-color: rgb(173,16,171); }
td.TdClassName
{
border-color: #AD10AB;
}
.TagClassName
{
border-color: #AD10AB;
}
</style>