Shades of Dark Magenta #AD09A6
Tints of Dark Magenta #AD09A6
RGB
CMYK
RGB Variations
Color information
#AD09A6 (or 0xAD09A6) is known color: Dark Magenta. HEX triplet: AD, 09 and A6. RGB value is (173,9,166). Sum of RGB (Red+Green+Blue) = 173+9+166=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09A6 is #52F659. Grayscale: #4B4B4B. Windows color (decimal): -5437018 or 10881453. OLE color: 10881453.
HSL color Cylindrical-coordinate representation of color #AD09A6: hue angle of 302.56º 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 #AD09A6 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 166 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.32 |
| HSL | 302.56º | 0.9% | 0.36% | - |
| HSV(B) | 302.56º | 0.95% | 0.68% | - |
| XYZ | 24.21 | 11.83 | 37.08 | - |
| YUV | 75.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 166 | 0 | 0.95 | 0.04 | 0.32 | 302.56 | 0.9 | 0.36 |
| Hex | AD | 9 | A6 | 0 | 5F | 4 | 20 | 12F | 5A | 24 |
| Octal | 255 | 11 | 246 | 0 | 137 | 4 | 40 | 457 | 132 | 44 |
| Binary | 10101101 | 1001 | 10100110 | 0 | 1011111 | 100 | 100000 | 100101111 | 1011010 | 100100 |
Color Harmonies of #AD09A6
Complementary color
Monochromatic Colors of #AD09A6
Black with #AD09A6
Text Example
Text Example
White with #AD09A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09A6; }
p { color: rgb(173,9,166); }
H1.HeaderClassName
{
color: #AD09A6;
}
.AnyTagClassName
{
color: #AD09A6;
}
</style>
background-color css
<style>
a { background-color: #AD09A6; }
a { background-color: rgb(173,9,166); }
div.DivClassName
{
background-color: #AD09A6;
}
.BgClassName
{
background-color: #AD09A6;
}
</style>
border-color css
<style>
span { border-color: #AD09A6; }
span { border-color: rgb(173,9,166); }
td.TdClassName
{
border-color: #AD09A6;
}
.TagClassName
{
border-color: #AD09A6;
}
</style>