Shades of Deep Magenta #AD0AC0
Tints of Deep Magenta #AD0AC0
RGB
CMYK
RGB Variations
Color information
#AD0AC0 (or 0xAD0AC0) is known color: Deep Magenta. HEX triplet: AD, 0A and C0. RGB value is (173,10,192). Sum of RGB (Red+Green+Blue) = 173+10+192=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD0AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AC0 is #52F53F. Grayscale: #4E4E4E. Windows color (decimal): -5436736 or 12585645. OLE color: 12585645.
HSL color Cylindrical-coordinate representation of color #AD0AC0: hue angle of 293.74º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AC0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 10 | 192 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.25 |
| HSL | 293.74º | 0.9% | 0.4% | - |
| HSV(B) | 293.74º | 0.95% | 0.75% | - |
| XYZ | 26.86 | 12.91 | 50.95 | - |
| YUV | 79.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 192 | 0.10 | 0.95 | 0 | 0.25 | 293.74 | 0.9 | 0.4 |
| Hex | AD | A | C0 | A | 5F | 0 | 19 | 126 | 5A | 28 |
| Octal | 255 | 12 | 300 | 12 | 137 | 0 | 31 | 446 | 132 | 50 |
| Binary | 10101101 | 1010 | 11000000 | 1010 | 1011111 | 0 | 11001 | 100100110 | 1011010 | 101000 |
Color Harmonies of #AD0AC0
Complementary color
Monochromatic Colors of #AD0AC0
Black with #AD0AC0
Text Example
Text Example
White with #AD0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AC0; }
p { color: rgb(173,10,192); }
H1.HeaderClassName
{
color: #AD0AC0;
}
.AnyTagClassName
{
color: #AD0AC0;
}
</style>
background-color css
<style>
a { background-color: #AD0AC0; }
a { background-color: rgb(173,10,192); }
div.DivClassName
{
background-color: #AD0AC0;
}
.BgClassName
{
background-color: #AD0AC0;
}
</style>
border-color css
<style>
span { border-color: #AD0AC0; }
span { border-color: rgb(173,10,192); }
td.TdClassName
{
border-color: #AD0AC0;
}
.TagClassName
{
border-color: #AD0AC0;
}
</style>