Shades of Deep Magenta #AD0AC1
Tints of Deep Magenta #AD0AC1
RGB
CMYK
RGB Variations
Color information
#AD0AC1 (or 0xAD0AC1) is known color: Deep Magenta. HEX triplet: AD, 0A and C1. RGB value is (173,10,193). Sum of RGB (Red+Green+Blue) = 173+10+193=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD0AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AC1 is #52F53E. Grayscale: #4F4F4F. Windows color (decimal): -5436735 or 12651181. OLE color: 12651181.
HSL color Cylindrical-coordinate representation of color #AD0AC1: hue angle of 293.44º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AC1 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 10 | 193 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.24 |
| HSL | 293.44º | 0.9% | 0.4% | - |
| HSV(B) | 293.44º | 0.95% | 0.76% | - |
| XYZ | 26.97 | 12.95 | 51.53 | - |
| YUV | 79.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 193 | 0.10 | 0.95 | 0 | 0.24 | 293.44 | 0.9 | 0.4 |
| Hex | AD | A | C1 | A | 5F | 0 | 18 | 125 | 5A | 28 |
| Octal | 255 | 12 | 301 | 12 | 137 | 0 | 30 | 445 | 132 | 50 |
| Binary | 10101101 | 1010 | 11000001 | 1010 | 1011111 | 0 | 11000 | 100100101 | 1011010 | 101000 |
Color Harmonies of #AD0AC1
Complementary color
Monochromatic Colors of #AD0AC1
Black with #AD0AC1
Text Example
Text Example
White with #AD0AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AC1; }
p { color: rgb(173,10,193); }
H1.HeaderClassName
{
color: #AD0AC1;
}
.AnyTagClassName
{
color: #AD0AC1;
}
</style>
background-color css
<style>
a { background-color: #AD0AC1; }
a { background-color: rgb(173,10,193); }
div.DivClassName
{
background-color: #AD0AC1;
}
.BgClassName
{
background-color: #AD0AC1;
}
</style>
border-color css
<style>
span { border-color: #AD0AC1; }
span { border-color: rgb(173,10,193); }
td.TdClassName
{
border-color: #AD0AC1;
}
.TagClassName
{
border-color: #AD0AC1;
}
</style>