Shades of Deep Magenta #AD12AB
Tints of Deep Magenta #AD12AB
RGB
CMYK
RGB Variations
Color information
#AD12AB (or 0xAD12AB) is known color: Deep Magenta. HEX triplet: AD, 12 and AB. RGB value is (173,18,171). Sum of RGB (Red+Green+Blue) = 173+18+171=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12AB is #52ED54. Grayscale: #515151. Windows color (decimal): -5434709 or 11211437. OLE color: 11211437.
HSL color Cylindrical-coordinate representation of color #AD12AB: hue angle of 300.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12AB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 171 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.32 |
| HSL | 300.77º | 0.81% | 0.37% | - |
| HSV(B) | 300.77º | 0.9% | 0.68% | - |
| XYZ | 24.8 | 12.26 | 39.59 | - |
| YUV | 81.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 171 | 0 | 0.90 | 0.01 | 0.32 | 300.77 | 0.81 | 0.37 |
| Hex | AD | 12 | AB | 0 | 5A | 1 | 20 | 12D | 51 | 25 |
| Octal | 255 | 22 | 253 | 0 | 132 | 1 | 40 | 455 | 121 | 45 |
| Binary | 10101101 | 10010 | 10101011 | 0 | 1011010 | 1 | 100000 | 100101101 | 1010001 | 100101 |
Color Harmonies of #AD12AB
Complementary color
Monochromatic Colors of #AD12AB
Black with #AD12AB
Text Example
Text Example
White with #AD12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12AB; }
p { color: rgb(173,18,171); }
H1.HeaderClassName
{
color: #AD12AB;
}
.AnyTagClassName
{
color: #AD12AB;
}
</style>
background-color css
<style>
a { background-color: #AD12AB; }
a { background-color: rgb(173,18,171); }
div.DivClassName
{
background-color: #AD12AB;
}
.BgClassName
{
background-color: #AD12AB;
}
</style>
border-color css
<style>
span { border-color: #AD12AB; }
span { border-color: rgb(173,18,171); }
td.TdClassName
{
border-color: #AD12AB;
}
.TagClassName
{
border-color: #AD12AB;
}
</style>