Shades of Dark Magenta #AD099A
Tints of Dark Magenta #AD099A
RGB
CMYK
RGB Variations
Color information
#AD099A (or 0xAD099A) is known color: Dark Magenta. HEX triplet: AD, 09 and 9A. RGB value is (173,9,154). Sum of RGB (Red+Green+Blue) = 173+9+154=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD099A is #52F665. Grayscale: #4A4A4A. Windows color (decimal): -5437030 or 10095021. OLE color: 10095021.
HSL color Cylindrical-coordinate representation of color #AD099A: hue angle of 306.95º 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 #AD099A is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.32 |
| HSL | 306.95º | 0.9% | 0.36% | - |
| HSV(B) | 306.95º | 0.95% | 0.68% | - |
| XYZ | 23.16 | 11.41 | 31.55 | - |
| YUV | 74.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 154 | 0 | 0.95 | 0.11 | 0.32 | 306.95 | 0.9 | 0.36 |
| Hex | AD | 9 | 9A | 0 | 5F | B | 20 | 133 | 5A | 24 |
| Octal | 255 | 11 | 232 | 0 | 137 | 13 | 40 | 463 | 132 | 44 |
| Binary | 10101101 | 1001 | 10011010 | 0 | 1011111 | 1011 | 100000 | 100110011 | 1011010 | 100100 |
Color Harmonies of #AD099A
Complementary color
Monochromatic Colors of #AD099A
Black with #AD099A
Text Example
Text Example
White with #AD099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD099A; }
p { color: rgb(173,9,154); }
H1.HeaderClassName
{
color: #AD099A;
}
.AnyTagClassName
{
color: #AD099A;
}
</style>
background-color css
<style>
a { background-color: #AD099A; }
a { background-color: rgb(173,9,154); }
div.DivClassName
{
background-color: #AD099A;
}
.BgClassName
{
background-color: #AD099A;
}
</style>
border-color css
<style>
span { border-color: #AD099A; }
span { border-color: rgb(173,9,154); }
td.TdClassName
{
border-color: #AD099A;
}
.TagClassName
{
border-color: #AD099A;
}
</style>