Shades of Deep Magenta #AD12AF
Tints of Deep Magenta #AD12AF
RGB
CMYK
RGB Variations
Color information
#AD12AF (or 0xAD12AF) is known color: Deep Magenta. HEX triplet: AD, 12 and AF. RGB value is (173,18,175). Sum of RGB (Red+Green+Blue) = 173+18+175=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD12AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12AF is #52ED50. Grayscale: #515151. Windows color (decimal): -5434705 or 11473581. OLE color: 11473581.
HSL color Cylindrical-coordinate representation of color #AD12AF: hue angle of 299.24º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12AF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 18 | 175 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.31 |
| HSL | 299.24º | 0.81% | 0.38% | - |
| HSV(B) | 299.24º | 0.9% | 0.69% | - |
| XYZ | 25.19 | 12.41 | 41.63 | - |
| YUV | 82.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 175 | 0.01 | 0.90 | 0 | 0.31 | 299.24 | 0.81 | 0.38 |
| Hex | AD | 12 | AF | 1 | 5A | 0 | 1F | 12B | 51 | 26 |
| Octal | 255 | 22 | 257 | 1 | 132 | 0 | 37 | 453 | 121 | 46 |
| Binary | 10101101 | 10010 | 10101111 | 1 | 1011010 | 0 | 11111 | 100101011 | 1010001 | 100110 |
Color Harmonies of #AD12AF
Complementary color
Monochromatic Colors of #AD12AF
Black with #AD12AF
Text Example
Text Example
White with #AD12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12AF; }
p { color: rgb(173,18,175); }
H1.HeaderClassName
{
color: #AD12AF;
}
.AnyTagClassName
{
color: #AD12AF;
}
</style>
background-color css
<style>
a { background-color: #AD12AF; }
a { background-color: rgb(173,18,175); }
div.DivClassName
{
background-color: #AD12AF;
}
.BgClassName
{
background-color: #AD12AF;
}
</style>
border-color css
<style>
span { border-color: #AD12AF; }
span { border-color: rgb(173,18,175); }
td.TdClassName
{
border-color: #AD12AF;
}
.TagClassName
{
border-color: #AD12AF;
}
</style>