Shades of Dark Magenta #AD099E
Tints of Dark Magenta #AD099E
RGB
CMYK
RGB Variations
Color information
#AD099E (or 0xAD099E) is known color: Dark Magenta. HEX triplet: AD, 09 and 9E. RGB value is (173,9,158). Sum of RGB (Red+Green+Blue) = 173+9+158=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD099E is #52F661. Grayscale: #4A4A4A. Windows color (decimal): -5437026 or 10357165. OLE color: 10357165.
HSL color Cylindrical-coordinate representation of color #AD099E: hue angle of 305.49º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD099E is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.32 |
| HSL | 305.49º | 0.9% | 0.36% | - |
| HSV(B) | 305.49º | 0.95% | 0.68% | - |
| XYZ | 23.5 | 11.55 | 33.34 | - |
| YUV | 75.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 158 | 0 | 0.95 | 0.09 | 0.32 | 305.49 | 0.9 | 0.36 |
| Hex | AD | 9 | 9E | 0 | 5F | 9 | 20 | 131 | 5A | 24 |
| Octal | 255 | 11 | 236 | 0 | 137 | 11 | 40 | 461 | 132 | 44 |
| Binary | 10101101 | 1001 | 10011110 | 0 | 1011111 | 1001 | 100000 | 100110001 | 1011010 | 100100 |
Color Harmonies of #AD099E
Complementary color
Monochromatic Colors of #AD099E
Black with #AD099E
Text Example
Text Example
White with #AD099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD099E; }
p { color: rgb(173,9,158); }
H1.HeaderClassName
{
color: #AD099E;
}
.AnyTagClassName
{
color: #AD099E;
}
</style>
background-color css
<style>
a { background-color: #AD099E; }
a { background-color: rgb(173,9,158); }
div.DivClassName
{
background-color: #AD099E;
}
.BgClassName
{
background-color: #AD099E;
}
</style>
border-color css
<style>
span { border-color: #AD099E; }
span { border-color: rgb(173,9,158); }
td.TdClassName
{
border-color: #AD099E;
}
.TagClassName
{
border-color: #AD099E;
}
</style>