Shades of Dark Magenta #AD089B
Tints of Dark Magenta #AD089B
RGB
CMYK
RGB Variations
Color information
#AD089B (or 0xAD089B) is known color: Dark Magenta. HEX triplet: AD, 08 and 9B. RGB value is (173,8,155). Sum of RGB (Red+Green+Blue) = 173+8+155=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD089B is #52F764. Grayscale: #494949. Windows color (decimal): -5437285 or 10160301. OLE color: 10160301.
HSL color Cylindrical-coordinate representation of color #AD089B: hue angle of 306.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD089B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.32 |
| HSL | 306.55º | 0.91% | 0.35% | - |
| HSV(B) | 306.55º | 0.95% | 0.68% | - |
| XYZ | 23.24 | 11.42 | 31.99 | - |
| YUV | 74.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 155 | 0 | 0.95 | 0.10 | 0.32 | 306.55 | 0.91 | 0.35 |
| Hex | AD | 8 | 9B | 0 | 5F | A | 20 | 133 | 5B | 23 |
| Octal | 255 | 10 | 233 | 0 | 137 | 12 | 40 | 463 | 133 | 43 |
| Binary | 10101101 | 1000 | 10011011 | 0 | 1011111 | 1010 | 100000 | 100110011 | 1011011 | 100011 |
Color Harmonies of #AD089B
Complementary color
Monochromatic Colors of #AD089B
Black with #AD089B
Text Example
Text Example
White with #AD089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD089B; }
p { color: rgb(173,8,155); }
H1.HeaderClassName
{
color: #AD089B;
}
.AnyTagClassName
{
color: #AD089B;
}
</style>
background-color css
<style>
a { background-color: #AD089B; }
a { background-color: rgb(173,8,155); }
div.DivClassName
{
background-color: #AD089B;
}
.BgClassName
{
background-color: #AD089B;
}
</style>
border-color css
<style>
span { border-color: #AD089B; }
span { border-color: rgb(173,8,155); }
td.TdClassName
{
border-color: #AD089B;
}
.TagClassName
{
border-color: #AD089B;
}
</style>