Shades of Dark Magenta #AD099F
Tints of Dark Magenta #AD099F
RGB
CMYK
RGB Variations
Color information
#AD099F (or 0xAD099F) is known color: Dark Magenta. HEX triplet: AD, 09 and 9F. RGB value is (173,9,159). Sum of RGB (Red+Green+Blue) = 173+9+159=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD099F is #52F660. Grayscale: #4A4A4A. Windows color (decimal): -5437025 or 10422701. OLE color: 10422701.
HSL color Cylindrical-coordinate representation of color #AD099F: hue angle of 305.12º 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 #AD099F is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 159 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.32 |
| HSL | 305.12º | 0.9% | 0.36% | - |
| HSV(B) | 305.12º | 0.95% | 0.68% | - |
| XYZ | 23.59 | 11.58 | 33.79 | - |
| YUV | 75.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 159 | 0 | 0.95 | 0.08 | 0.32 | 305.12 | 0.9 | 0.36 |
| Hex | AD | 9 | 9F | 0 | 5F | 8 | 20 | 131 | 5A | 24 |
| Octal | 255 | 11 | 237 | 0 | 137 | 10 | 40 | 461 | 132 | 44 |
| Binary | 10101101 | 1001 | 10011111 | 0 | 1011111 | 1000 | 100000 | 100110001 | 1011010 | 100100 |
Color Harmonies of #AD099F
Complementary color
Monochromatic Colors of #AD099F
Black with #AD099F
Text Example
Text Example
White with #AD099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD099F; }
p { color: rgb(173,9,159); }
H1.HeaderClassName
{
color: #AD099F;
}
.AnyTagClassName
{
color: #AD099F;
}
</style>
background-color css
<style>
a { background-color: #AD099F; }
a { background-color: rgb(173,9,159); }
div.DivClassName
{
background-color: #AD099F;
}
.BgClassName
{
background-color: #AD099F;
}
</style>
border-color css
<style>
span { border-color: #AD099F; }
span { border-color: rgb(173,9,159); }
td.TdClassName
{
border-color: #AD099F;
}
.TagClassName
{
border-color: #AD099F;
}
</style>