Shades of Deep Magenta #AD12BB
Tints of Deep Magenta #AD12BB
RGB
CMYK
RGB Variations
Color information
#AD12BB (or 0xAD12BB) is known color: Deep Magenta. HEX triplet: AD, 12 and BB. RGB value is (173,18,187). Sum of RGB (Red+Green+Blue) = 173+18+187=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12BB is #52ED44. Grayscale: #535353. Windows color (decimal): -5434693 or 12260013. OLE color: 12260013.
HSL color Cylindrical-coordinate representation of color #AD12BB: hue angle of 295.03º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12BB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 18 | 187 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.27 |
| HSL | 295.03º | 0.82% | 0.4% | - |
| HSV(B) | 295.03º | 0.9% | 0.73% | - |
| XYZ | 26.42 | 12.9 | 48.11 | - |
| YUV | 83.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 187 | 0.07 | 0.90 | 0 | 0.27 | 295.03 | 0.82 | 0.4 |
| Hex | AD | 12 | BB | 7 | 5A | 0 | 1B | 127 | 52 | 28 |
| Octal | 255 | 22 | 273 | 7 | 132 | 0 | 33 | 447 | 122 | 50 |
| Binary | 10101101 | 10010 | 10111011 | 111 | 1011010 | 0 | 11011 | 100100111 | 1010010 | 101000 |
Color Harmonies of #AD12BB
Complementary color
Monochromatic Colors of #AD12BB
Black with #AD12BB
Text Example
Text Example
White with #AD12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12BB; }
p { color: rgb(173,18,187); }
H1.HeaderClassName
{
color: #AD12BB;
}
.AnyTagClassName
{
color: #AD12BB;
}
</style>
background-color css
<style>
a { background-color: #AD12BB; }
a { background-color: rgb(173,18,187); }
div.DivClassName
{
background-color: #AD12BB;
}
.BgClassName
{
background-color: #AD12BB;
}
</style>
border-color css
<style>
span { border-color: #AD12BB; }
span { border-color: rgb(173,18,187); }
td.TdClassName
{
border-color: #AD12BB;
}
.TagClassName
{
border-color: #AD12BB;
}
</style>