Shades of Deep Magenta #AD12B8
Tints of Deep Magenta #AD12B8
RGB
CMYK
RGB Variations
Color information
#AD12B8 (or 0xAD12B8) is known color: Deep Magenta. HEX triplet: AD, 12 and B8. RGB value is (173,18,184). Sum of RGB (Red+Green+Blue) = 173+18+184=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD12B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12B8 is #52ED47. Grayscale: #525252. Windows color (decimal): -5434696 or 12063405. OLE color: 12063405.
HSL color Cylindrical-coordinate representation of color #AD12B8: hue angle of 296.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12B8 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 18 | 184 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.28 |
| HSL | 296.02º | 0.82% | 0.4% | - |
| HSV(B) | 296.02º | 0.9% | 0.72% | - |
| XYZ | 26.1 | 12.78 | 46.44 | - |
| YUV | 83.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 184 | 0.06 | 0.90 | 0 | 0.28 | 296.02 | 0.82 | 0.4 |
| Hex | AD | 12 | B8 | 6 | 5A | 0 | 1C | 128 | 52 | 28 |
| Octal | 255 | 22 | 270 | 6 | 132 | 0 | 34 | 450 | 122 | 50 |
| Binary | 10101101 | 10010 | 10111000 | 110 | 1011010 | 0 | 11100 | 100101000 | 1010010 | 101000 |
Color Harmonies of #AD12B8
Complementary color
Monochromatic Colors of #AD12B8
Black with #AD12B8
Text Example
Text Example
White with #AD12B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12B8; }
p { color: rgb(173,18,184); }
H1.HeaderClassName
{
color: #AD12B8;
}
.AnyTagClassName
{
color: #AD12B8;
}
</style>
background-color css
<style>
a { background-color: #AD12B8; }
a { background-color: rgb(173,18,184); }
div.DivClassName
{
background-color: #AD12B8;
}
.BgClassName
{
background-color: #AD12B8;
}
</style>
border-color css
<style>
span { border-color: #AD12B8; }
span { border-color: rgb(173,18,184); }
td.TdClassName
{
border-color: #AD12B8;
}
.TagClassName
{
border-color: #AD12B8;
}
</style>