Shades of Dark Magenta #AD089A
Tints of Dark Magenta #AD089A
RGB
CMYK
RGB Variations
Color information
#AD089A (or 0xAD089A) is known color: Dark Magenta. HEX triplet: AD, 08 and 9A. RGB value is (173,8,154). Sum of RGB (Red+Green+Blue) = 173+8+154=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD089A is #52F765. Grayscale: #494949. Windows color (decimal): -5437286 or 10094765. OLE color: 10094765.
HSL color Cylindrical-coordinate representation of color #AD089A: hue angle of 306.91º 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 #AD089A is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 154 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.32 |
| HSL | 306.91º | 0.91% | 0.35% | - |
| HSV(B) | 306.91º | 0.95% | 0.68% | - |
| XYZ | 23.15 | 11.39 | 31.55 | - |
| YUV | 73.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 154 | 0 | 0.95 | 0.11 | 0.32 | 306.91 | 0.91 | 0.35 |
| Hex | AD | 8 | 9A | 0 | 5F | B | 20 | 133 | 5B | 23 |
| Octal | 255 | 10 | 232 | 0 | 137 | 13 | 40 | 463 | 133 | 43 |
| Binary | 10101101 | 1000 | 10011010 | 0 | 1011111 | 1011 | 100000 | 100110011 | 1011011 | 100011 |
Color Harmonies of #AD089A
Complementary color
Monochromatic Colors of #AD089A
Black with #AD089A
Text Example
Text Example
White with #AD089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD089A; }
p { color: rgb(173,8,154); }
H1.HeaderClassName
{
color: #AD089A;
}
.AnyTagClassName
{
color: #AD089A;
}
</style>
background-color css
<style>
a { background-color: #AD089A; }
a { background-color: rgb(173,8,154); }
div.DivClassName
{
background-color: #AD089A;
}
.BgClassName
{
background-color: #AD089A;
}
</style>
border-color css
<style>
span { border-color: #AD089A; }
span { border-color: rgb(173,8,154); }
td.TdClassName
{
border-color: #AD089A;
}
.TagClassName
{
border-color: #AD089A;
}
</style>