Shades of Dark Magenta #AD099C
Tints of Dark Magenta #AD099C
RGB
CMYK
RGB Variations
Color information
#AD099C (or 0xAD099C) is known color: Dark Magenta. HEX triplet: AD, 09 and 9C. RGB value is (173,9,156). Sum of RGB (Red+Green+Blue) = 173+9+156=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD099C is #52F663. Grayscale: #4A4A4A. Windows color (decimal): -5437028 or 10226093. OLE color: 10226093.
HSL color Cylindrical-coordinate representation of color #AD099C: hue angle of 306.22º 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 #AD099C is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.32 |
| HSL | 306.22º | 0.9% | 0.36% | - |
| HSV(B) | 306.22º | 0.95% | 0.68% | - |
| XYZ | 23.33 | 11.48 | 32.44 | - |
| YUV | 74.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 156 | 0 | 0.95 | 0.10 | 0.32 | 306.22 | 0.9 | 0.36 |
| Hex | AD | 9 | 9C | 0 | 5F | A | 20 | 132 | 5A | 24 |
| Octal | 255 | 11 | 234 | 0 | 137 | 12 | 40 | 462 | 132 | 44 |
| Binary | 10101101 | 1001 | 10011100 | 0 | 1011111 | 1010 | 100000 | 100110010 | 1011010 | 100100 |
Color Harmonies of #AD099C
Complementary color
Monochromatic Colors of #AD099C
Black with #AD099C
Text Example
Text Example
White with #AD099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD099C; }
p { color: rgb(173,9,156); }
H1.HeaderClassName
{
color: #AD099C;
}
.AnyTagClassName
{
color: #AD099C;
}
</style>
background-color css
<style>
a { background-color: #AD099C; }
a { background-color: rgb(173,9,156); }
div.DivClassName
{
background-color: #AD099C;
}
.BgClassName
{
background-color: #AD099C;
}
</style>
border-color css
<style>
span { border-color: #AD099C; }
span { border-color: rgb(173,9,156); }
td.TdClassName
{
border-color: #AD099C;
}
.TagClassName
{
border-color: #AD099C;
}
</style>