Shades of Dark Magenta #AD09A7
Tints of Dark Magenta #AD09A7
RGB
CMYK
RGB Variations
Color information
#AD09A7 (or 0xAD09A7) is known color: Dark Magenta. HEX triplet: AD, 09 and A7. RGB value is (173,9,167). Sum of RGB (Red+Green+Blue) = 173+9+167=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09A7 is #52F658. Grayscale: #4B4B4B. Windows color (decimal): -5437017 or 10946989. OLE color: 10946989.
HSL color Cylindrical-coordinate representation of color #AD09A7: hue angle of 302.2º 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 #AD09A7 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 167 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.32 |
| HSL | 302.2º | 0.9% | 0.36% | - |
| HSV(B) | 302.2º | 0.95% | 0.68% | - |
| XYZ | 24.31 | 11.87 | 37.57 | - |
| YUV | 76.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 167 | 0 | 0.95 | 0.03 | 0.32 | 302.2 | 0.9 | 0.36 |
| Hex | AD | 9 | A7 | 0 | 5F | 3 | 20 | 12E | 5A | 24 |
| Octal | 255 | 11 | 247 | 0 | 137 | 3 | 40 | 456 | 132 | 44 |
| Binary | 10101101 | 1001 | 10100111 | 0 | 1011111 | 11 | 100000 | 100101110 | 1011010 | 100100 |
Color Harmonies of #AD09A7
Complementary color
Monochromatic Colors of #AD09A7
Black with #AD09A7
Text Example
Text Example
White with #AD09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09A7; }
p { color: rgb(173,9,167); }
H1.HeaderClassName
{
color: #AD09A7;
}
.AnyTagClassName
{
color: #AD09A7;
}
</style>
background-color css
<style>
a { background-color: #AD09A7; }
a { background-color: rgb(173,9,167); }
div.DivClassName
{
background-color: #AD09A7;
}
.BgClassName
{
background-color: #AD09A7;
}
</style>
border-color css
<style>
span { border-color: #AD09A7; }
span { border-color: rgb(173,9,167); }
td.TdClassName
{
border-color: #AD09A7;
}
.TagClassName
{
border-color: #AD09A7;
}
</style>