Shades of Dark Magenta #AD109E
Tints of Dark Magenta #AD109E
RGB
CMYK
RGB Variations
Color information
#AD109E (or 0xAD109E) is known color: Dark Magenta. HEX triplet: AD, 10 and 9E. RGB value is (173,16,158). Sum of RGB (Red+Green+Blue) = 173+16+158=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD109E is #52EF61. Grayscale: #4E4E4E. Windows color (decimal): -5435234 or 10358957. OLE color: 10358957.
HSL color Cylindrical-coordinate representation of color #AD109E: hue angle of 305.73º degrees, saturation: 0.83, 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 #AD109E is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 158 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.32 |
| HSL | 305.73º | 0.83% | 0.37% | - |
| HSV(B) | 305.73º | 0.91% | 0.68% | - |
| XYZ | 23.59 | 11.72 | 33.37 | - |
| YUV | 79.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 158 | 0 | 0.91 | 0.09 | 0.32 | 305.73 | 0.83 | 0.37 |
| Hex | AD | 10 | 9E | 0 | 5B | 9 | 20 | 132 | 53 | 25 |
| Octal | 255 | 20 | 236 | 0 | 133 | 11 | 40 | 462 | 123 | 45 |
| Binary | 10101101 | 10000 | 10011110 | 0 | 1011011 | 1001 | 100000 | 100110010 | 1010011 | 100101 |
Color Harmonies of #AD109E
Complementary color
Monochromatic Colors of #AD109E
Black with #AD109E
Text Example
Text Example
White with #AD109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD109E; }
p { color: rgb(173,16,158); }
H1.HeaderClassName
{
color: #AD109E;
}
.AnyTagClassName
{
color: #AD109E;
}
</style>
background-color css
<style>
a { background-color: #AD109E; }
a { background-color: rgb(173,16,158); }
div.DivClassName
{
background-color: #AD109E;
}
.BgClassName
{
background-color: #AD109E;
}
</style>
border-color css
<style>
span { border-color: #AD109E; }
span { border-color: rgb(173,16,158); }
td.TdClassName
{
border-color: #AD109E;
}
.TagClassName
{
border-color: #AD109E;
}
</style>