Shades of Deep Magenta #AD12AD
Tints of Deep Magenta #AD12AD
RGB
CMYK
RGB Variations
Color information
#AD12AD (or 0xAD12AD) is known color: Deep Magenta. HEX triplet: AD, 12 and AD. RGB value is (173,18,173). Sum of RGB (Red+Green+Blue) = 173+18+173=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD12AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12AD is #52ED52. Grayscale: #515151. Windows color (decimal): -5434707 or 11342509. OLE color: 11342509.
HSL color Cylindrical-coordinate representation of color #AD12AD: hue angle of 300º 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 #AD12AD is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 173 | - |
| CMYK | 0 | 0.90 | 0 | 0.32 |
| HSL | 300º | 0.81% | 0.37% | - |
| HSV(B) | 300º | 0.9% | 0.68% | - |
| XYZ | 24.99 | 12.33 | 40.6 | - |
| YUV | 82.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 173 | 0 | 0.90 | 0 | 0.32 | 300 | 0.81 | 0.37 |
| Hex | AD | 12 | AD | 0 | 5A | 0 | 20 | 12C | 51 | 25 |
| Octal | 255 | 22 | 255 | 0 | 132 | 0 | 40 | 454 | 121 | 45 |
| Binary | 10101101 | 10010 | 10101101 | 0 | 1011010 | 0 | 100000 | 100101100 | 1010001 | 100101 |
Color Harmonies of #AD12AD
Complementary color
Monochromatic Colors of #AD12AD
Black with #AD12AD
Text Example
Text Example
White with #AD12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12AD; }
p { color: rgb(173,18,173); }
H1.HeaderClassName
{
color: #AD12AD;
}
.AnyTagClassName
{
color: #AD12AD;
}
</style>
background-color css
<style>
a { background-color: #AD12AD; }
a { background-color: rgb(173,18,173); }
div.DivClassName
{
background-color: #AD12AD;
}
.BgClassName
{
background-color: #AD12AD;
}
</style>
border-color css
<style>
span { border-color: #AD12AD; }
span { border-color: rgb(173,18,173); }
td.TdClassName
{
border-color: #AD12AD;
}
.TagClassName
{
border-color: #AD12AD;
}
</style>