Shades of Deep Magenta #AD0FAC
Tints of Deep Magenta #AD0FAC
RGB
CMYK
RGB Variations
Color information
#AD0FAC (or 0xAD0FAC) is known color: Deep Magenta. HEX triplet: AD, 0F and AC. RGB value is (173,15,172). Sum of RGB (Red+Green+Blue) = 173+15+172=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FAC is #52F053. Grayscale: #4F4F4F. Windows color (decimal): -5435476 or 11276205. OLE color: 11276205.
HSL color Cylindrical-coordinate representation of color #AD0FAC: hue angle of 300.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0FAC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 172 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.32 |
| HSL | 300.38º | 0.84% | 0.37% | - |
| HSV(B) | 300.38º | 0.91% | 0.68% | - |
| XYZ | 24.85 | 12.2 | 40.08 | - |
| YUV | 80.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 172 | 0 | 0.91 | 0.01 | 0.32 | 300.38 | 0.84 | 0.37 |
| Hex | AD | F | AC | 0 | 5B | 1 | 20 | 12C | 54 | 25 |
| Octal | 255 | 17 | 254 | 0 | 133 | 1 | 40 | 454 | 124 | 45 |
| Binary | 10101101 | 1111 | 10101100 | 0 | 1011011 | 1 | 100000 | 100101100 | 1010100 | 100101 |
Color Harmonies of #AD0FAC
Complementary color
Monochromatic Colors of #AD0FAC
Black with #AD0FAC
Text Example
Text Example
White with #AD0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FAC; }
p { color: rgb(173,15,172); }
H1.HeaderClassName
{
color: #AD0FAC;
}
.AnyTagClassName
{
color: #AD0FAC;
}
</style>
background-color css
<style>
a { background-color: #AD0FAC; }
a { background-color: rgb(173,15,172); }
div.DivClassName
{
background-color: #AD0FAC;
}
.BgClassName
{
background-color: #AD0FAC;
}
</style>
border-color css
<style>
span { border-color: #AD0FAC; }
span { border-color: rgb(173,15,172); }
td.TdClassName
{
border-color: #AD0FAC;
}
.TagClassName
{
border-color: #AD0FAC;
}
</style>