Shades of Dark Magenta #AD099D
Tints of Dark Magenta #AD099D
RGB
CMYK
RGB Variations
Color information
#AD099D (or 0xAD099D) is known color: Dark Magenta. HEX triplet: AD, 09 and 9D. RGB value is (173,9,157). Sum of RGB (Red+Green+Blue) = 173+9+157=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD099D is #52F662. Grayscale: #4A4A4A. Windows color (decimal): -5437027 or 10291629. OLE color: 10291629.
HSL color Cylindrical-coordinate representation of color #AD099D: hue angle of 305.85º 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 #AD099D is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.32 |
| HSL | 305.85º | 0.9% | 0.36% | - |
| HSV(B) | 305.85º | 0.95% | 0.68% | - |
| XYZ | 23.42 | 11.51 | 32.89 | - |
| YUV | 74.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 157 | 0 | 0.95 | 0.09 | 0.32 | 305.85 | 0.9 | 0.36 |
| Hex | AD | 9 | 9D | 0 | 5F | 9 | 20 | 132 | 5A | 24 |
| Octal | 255 | 11 | 235 | 0 | 137 | 11 | 40 | 462 | 132 | 44 |
| Binary | 10101101 | 1001 | 10011101 | 0 | 1011111 | 1001 | 100000 | 100110010 | 1011010 | 100100 |
Color Harmonies of #AD099D
Complementary color
Monochromatic Colors of #AD099D
Black with #AD099D
Text Example
Text Example
White with #AD099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD099D; }
p { color: rgb(173,9,157); }
H1.HeaderClassName
{
color: #AD099D;
}
.AnyTagClassName
{
color: #AD099D;
}
</style>
background-color css
<style>
a { background-color: #AD099D; }
a { background-color: rgb(173,9,157); }
div.DivClassName
{
background-color: #AD099D;
}
.BgClassName
{
background-color: #AD099D;
}
</style>
border-color css
<style>
span { border-color: #AD099D; }
span { border-color: rgb(173,9,157); }
td.TdClassName
{
border-color: #AD099D;
}
.TagClassName
{
border-color: #AD099D;
}
</style>