Shades of Deep Magenta #AD12BD
Tints of Deep Magenta #AD12BD
RGB
CMYK
RGB Variations
Color information
#AD12BD (or 0xAD12BD) is known color: Deep Magenta. HEX triplet: AD, 12 and BD. RGB value is (173,18,189). Sum of RGB (Red+Green+Blue) = 173+18+189=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12BD is #52ED42. Grayscale: #535353. Windows color (decimal): -5434691 or 12391085. OLE color: 12391085.
HSL color Cylindrical-coordinate representation of color #AD12BD: hue angle of 294.39º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12BD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 18 | 189 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.26 |
| HSL | 294.39º | 0.83% | 0.41% | - |
| HSV(B) | 294.39º | 0.9% | 0.74% | - |
| XYZ | 26.64 | 12.99 | 49.25 | - |
| YUV | 83.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 189 | 0.08 | 0.90 | 0 | 0.26 | 294.39 | 0.83 | 0.41 |
| Hex | AD | 12 | BD | 8 | 5A | 0 | 1A | 126 | 53 | 29 |
| Octal | 255 | 22 | 275 | 10 | 132 | 0 | 32 | 446 | 123 | 51 |
| Binary | 10101101 | 10010 | 10111101 | 1000 | 1011010 | 0 | 11010 | 100100110 | 1010011 | 101001 |
Color Harmonies of #AD12BD
Complementary color
Monochromatic Colors of #AD12BD
Black with #AD12BD
Text Example
Text Example
White with #AD12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12BD; }
p { color: rgb(173,18,189); }
H1.HeaderClassName
{
color: #AD12BD;
}
.AnyTagClassName
{
color: #AD12BD;
}
</style>
background-color css
<style>
a { background-color: #AD12BD; }
a { background-color: rgb(173,18,189); }
div.DivClassName
{
background-color: #AD12BD;
}
.BgClassName
{
background-color: #AD12BD;
}
</style>
border-color css
<style>
span { border-color: #AD12BD; }
span { border-color: rgb(173,18,189); }
td.TdClassName
{
border-color: #AD12BD;
}
.TagClassName
{
border-color: #AD12BD;
}
</style>