Shades of Dark Magenta #AD009C
Tints of Dark Magenta #AD009C
RGB
CMYK
RGB Variations
Color information
#AD009C (or 0xAD009C) is known color: Dark Magenta. HEX triplet: AD, 00 and 9C. RGB value is (173,0,156). Sum of RGB (Red+Green+Blue) = 173+0+156=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009C is #52FF63. Grayscale: #454545. Windows color (decimal): -5439332 or 10223789. OLE color: 10223789.
HSL color Cylindrical-coordinate representation of color #AD009C: hue angle of 305.9º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD009C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.10 | 0.32 |
| HSL | 305.9º | 1% | 0.34% | - |
| HSV(B) | 305.9º | 1% | 0.68% | - |
| XYZ | 23.23 | 11.28 | 32.41 | - |
| YUV | 69.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 156 | 0 | 1 | 0.10 | 0.32 | 305.9 | 1 | 0.34 |
| Hex | AD | 0 | 9C | 0 | 64 | A | 20 | 132 | 64 | 22 |
| Octal | 255 | 0 | 234 | 0 | 144 | 12 | 40 | 462 | 144 | 42 |
| Binary | 10101101 | 0 | 10011100 | 0 | 1100100 | 1010 | 100000 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AD009C
Complementary color
Monochromatic Colors of #AD009C
Black with #AD009C
Text Example
Text Example
White with #AD009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD009C; }
p { color: rgb(173,0,156); }
H1.HeaderClassName
{
color: #AD009C;
}
.AnyTagClassName
{
color: #AD009C;
}
</style>
background-color css
<style>
a { background-color: #AD009C; }
a { background-color: rgb(173,0,156); }
div.DivClassName
{
background-color: #AD009C;
}
.BgClassName
{
background-color: #AD009C;
}
</style>
border-color css
<style>
span { border-color: #AD009C; }
span { border-color: rgb(173,0,156); }
td.TdClassName
{
border-color: #AD009C;
}
.TagClassName
{
border-color: #AD009C;
}
</style>