Shades of Dark Magenta #AD009A
Tints of Dark Magenta #AD009A
RGB
CMYK
RGB Variations
Color information
#AD009A (or 0xAD009A) is known color: Dark Magenta. HEX triplet: AD, 00 and 9A. RGB value is (173,0,154). Sum of RGB (Red+Green+Blue) = 173+0+154=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009A is #52FF65. Grayscale: #444444. Windows color (decimal): -5439334 or 10092717. OLE color: 10092717.
HSL color Cylindrical-coordinate representation of color #AD009A: hue angle of 306.59º 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 #AD009A is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.11 | 0.32 |
| HSL | 306.59º | 1% | 0.34% | - |
| HSV(B) | 306.59º | 1% | 0.68% | - |
| XYZ | 23.07 | 11.22 | 31.52 | - |
| YUV | 69.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 154 | 0 | 1 | 0.11 | 0.32 | 306.59 | 1 | 0.34 |
| Hex | AD | 0 | 9A | 0 | 64 | B | 20 | 133 | 64 | 22 |
| Octal | 255 | 0 | 232 | 0 | 144 | 13 | 40 | 463 | 144 | 42 |
| Binary | 10101101 | 0 | 10011010 | 0 | 1100100 | 1011 | 100000 | 100110011 | 1100100 | 100010 |
Color Harmonies of #AD009A
Complementary color
Monochromatic Colors of #AD009A
Black with #AD009A
Text Example
Text Example
White with #AD009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD009A; }
p { color: rgb(173,0,154); }
H1.HeaderClassName
{
color: #AD009A;
}
.AnyTagClassName
{
color: #AD009A;
}
</style>
background-color css
<style>
a { background-color: #AD009A; }
a { background-color: rgb(173,0,154); }
div.DivClassName
{
background-color: #AD009A;
}
.BgClassName
{
background-color: #AD009A;
}
</style>
border-color css
<style>
span { border-color: #AD009A; }
span { border-color: rgb(173,0,154); }
td.TdClassName
{
border-color: #AD009A;
}
.TagClassName
{
border-color: #AD009A;
}
</style>