Shades of Dark Magenta #AD009B
Tints of Dark Magenta #AD009B
RGB
CMYK
RGB Variations
Color information
#AD009B (or 0xAD009B) is known color: Dark Magenta. HEX triplet: AD, 00 and 9B. RGB value is (173,0,155). Sum of RGB (Red+Green+Blue) = 173+0+155=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009B is #52FF64. Grayscale: #444444. Windows color (decimal): -5439333 or 10158253. OLE color: 10158253.
HSL color Cylindrical-coordinate representation of color #AD009B: hue angle of 306.24º 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 #AD009B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.10 | 0.32 |
| HSL | 306.24º | 1% | 0.34% | - |
| HSV(B) | 306.24º | 1% | 0.68% | - |
| XYZ | 23.15 | 11.25 | 31.96 | - |
| YUV | 69.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 155 | 0 | 1 | 0.10 | 0.32 | 306.24 | 1 | 0.34 |
| Hex | AD | 0 | 9B | 0 | 64 | A | 20 | 132 | 64 | 22 |
| Octal | 255 | 0 | 233 | 0 | 144 | 12 | 40 | 462 | 144 | 42 |
| Binary | 10101101 | 0 | 10011011 | 0 | 1100100 | 1010 | 100000 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AD009B
Complementary color
Monochromatic Colors of #AD009B
Black with #AD009B
Text Example
Text Example
White with #AD009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD009B; }
p { color: rgb(173,0,155); }
H1.HeaderClassName
{
color: #AD009B;
}
.AnyTagClassName
{
color: #AD009B;
}
</style>
background-color css
<style>
a { background-color: #AD009B; }
a { background-color: rgb(173,0,155); }
div.DivClassName
{
background-color: #AD009B;
}
.BgClassName
{
background-color: #AD009B;
}
</style>
border-color css
<style>
span { border-color: #AD009B; }
span { border-color: rgb(173,0,155); }
td.TdClassName
{
border-color: #AD009B;
}
.TagClassName
{
border-color: #AD009B;
}
</style>