Shades of Dark Magenta #AD089E
Tints of Dark Magenta #AD089E
RGB
CMYK
RGB Variations
Color information
#AD089E (or 0xAD089E) is known color: Dark Magenta. HEX triplet: AD, 08 and 9E. RGB value is (173,8,158). Sum of RGB (Red+Green+Blue) = 173+8+158=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD089E is #52F761. Grayscale: #4A4A4A. Windows color (decimal): -5437282 or 10356909. OLE color: 10356909.
HSL color Cylindrical-coordinate representation of color #AD089E: hue angle of 305.45º 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 #AD089E is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 8 | 158 | - |
CMYK | 0 | 0.95 | 0.09 | 0.32 |
HSL | 305.45º | 0.91% | 0.35% | - |
HSV(B) | 305.45º | 0.95% | 0.68% | - |
XYZ | 23.49 | 11.53 | 33.33 | - |
YUV | 74.44 | 175.16 | 198.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 8 | 158 | 0 | 0.95 | 0.09 | 0.32 | 305.45 | 0.91 | 0.35 |
Hex | AD | 8 | 9E | 0 | 5F | 9 | 20 | 131 | 5B | 23 |
Octal | 255 | 10 | 236 | 0 | 137 | 11 | 40 | 461 | 133 | 43 |
Binary | 10101101 | 1000 | 10011110 | 0 | 1011111 | 1001 | 100000 | 100110001 | 1011011 | 100011 |
Color Harmonies of #AD089E
Complementary color
Monochromatic Colors of #AD089E
Black with #AD089E
Text Example
Text Example
White with #AD089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD089E; }
p { color: rgb(173,8,158); }
H1.HeaderClassName
{
color: #AD089E;
}
.AnyTagClassName
{
color: #AD089E;
}
</style>
background-color css
<style>
a { background-color: #AD089E; }
a { background-color: rgb(173,8,158); }
div.DivClassName
{
background-color: #AD089E;
}
.BgClassName
{
background-color: #AD089E;
}
</style>
border-color css
<style>
span { border-color: #AD089E; }
span { border-color: rgb(173,8,158); }
td.TdClassName
{
border-color: #AD089E;
}
.TagClassName
{
border-color: #AD089E;
}
</style>