Shades of Dark Magenta #AD099B
Tints of Dark Magenta #AD099B
RGB
CMYK
RGB Variations
Color information
#AD099B (or 0xAD099B) is known color: Dark Magenta. HEX triplet: AD, 09 and 9B. RGB value is (173,9,155). Sum of RGB (Red+Green+Blue) = 173+9+155=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD099B is #52F664. Grayscale: #4A4A4A. Windows color (decimal): -5437029 or 10160557. OLE color: 10160557.
HSL color Cylindrical-coordinate representation of color #AD099B: hue angle of 306.59º 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 #AD099B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.32 |
| HSL | 306.59º | 0.9% | 0.36% | - |
| HSV(B) | 306.59º | 0.95% | 0.68% | - |
| XYZ | 23.25 | 11.45 | 31.99 | - |
| YUV | 74.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 155 | 0 | 0.95 | 0.10 | 0.32 | 306.59 | 0.9 | 0.36 |
| Hex | AD | 9 | 9B | 0 | 5F | A | 20 | 133 | 5A | 24 |
| Octal | 255 | 11 | 233 | 0 | 137 | 12 | 40 | 463 | 132 | 44 |
| Binary | 10101101 | 1001 | 10011011 | 0 | 1011111 | 1010 | 100000 | 100110011 | 1011010 | 100100 |
Color Harmonies of #AD099B
Complementary color
Monochromatic Colors of #AD099B
Black with #AD099B
Text Example
Text Example
White with #AD099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD099B; }
p { color: rgb(173,9,155); }
H1.HeaderClassName
{
color: #AD099B;
}
.AnyTagClassName
{
color: #AD099B;
}
</style>
background-color css
<style>
a { background-color: #AD099B; }
a { background-color: rgb(173,9,155); }
div.DivClassName
{
background-color: #AD099B;
}
.BgClassName
{
background-color: #AD099B;
}
</style>
border-color css
<style>
span { border-color: #AD099B; }
span { border-color: rgb(173,9,155); }
td.TdClassName
{
border-color: #AD099B;
}
.TagClassName
{
border-color: #AD099B;
}
</style>