Shades of Deep Magenta #AD09C0
Tints of Deep Magenta #AD09C0
RGB
CMYK
RGB Variations
Color information
#AD09C0 (or 0xAD09C0) is known color: Deep Magenta. HEX triplet: AD, 09 and C0. RGB value is (173,9,192). Sum of RGB (Red+Green+Blue) = 173+9+192=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD09C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09C0 is #52F63F. Grayscale: #4E4E4E. Windows color (decimal): -5436992 or 12585389. OLE color: 12585389.
HSL color Cylindrical-coordinate representation of color #AD09C0: hue angle of 293.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD09C0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 9 | 192 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.25 |
| HSL | 293.77º | 0.91% | 0.39% | - |
| HSV(B) | 293.77º | 0.95% | 0.75% | - |
| XYZ | 26.85 | 12.89 | 50.94 | - |
| YUV | 78.9 | 191.83 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 192 | 0.10 | 0.95 | 0 | 0.25 | 293.77 | 0.91 | 0.39 |
| Hex | AD | 9 | C0 | A | 5F | 0 | 19 | 126 | 5B | 27 |
| Octal | 255 | 11 | 300 | 12 | 137 | 0 | 31 | 446 | 133 | 47 |
| Binary | 10101101 | 1001 | 11000000 | 1010 | 1011111 | 0 | 11001 | 100100110 | 1011011 | 100111 |
Color Harmonies of #AD09C0
Complementary color
Monochromatic Colors of #AD09C0
Black with #AD09C0
Text Example
Text Example
White with #AD09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09C0; }
p { color: rgb(173,9,192); }
H1.HeaderClassName
{
color: #AD09C0;
}
.AnyTagClassName
{
color: #AD09C0;
}
</style>
background-color css
<style>
a { background-color: #AD09C0; }
a { background-color: rgb(173,9,192); }
div.DivClassName
{
background-color: #AD09C0;
}
.BgClassName
{
background-color: #AD09C0;
}
</style>
border-color css
<style>
span { border-color: #AD09C0; }
span { border-color: rgb(173,9,192); }
td.TdClassName
{
border-color: #AD09C0;
}
.TagClassName
{
border-color: #AD09C0;
}
</style>