Shades of Dark Magenta #AD09A3
Tints of Dark Magenta #AD09A3
RGB
CMYK
RGB Variations
Color information
#AD09A3 (or 0xAD09A3) is known color: Dark Magenta. HEX triplet: AD, 09 and A3. RGB value is (173,9,163). Sum of RGB (Red+Green+Blue) = 173+9+163=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09A3 is #52F65C. Grayscale: #4B4B4B. Windows color (decimal): -5437021 or 10684845. OLE color: 10684845.
HSL color Cylindrical-coordinate representation of color #AD09A3: hue angle of 303.66º 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 #AD09A3 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 163 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.32 |
| HSL | 303.66º | 0.9% | 0.36% | - |
| HSV(B) | 303.66º | 0.95% | 0.68% | - |
| XYZ | 23.94 | 11.72 | 35.65 | - |
| YUV | 75.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 163 | 0 | 0.95 | 0.06 | 0.32 | 303.66 | 0.9 | 0.36 |
| Hex | AD | 9 | A3 | 0 | 5F | 6 | 20 | 130 | 5A | 24 |
| Octal | 255 | 11 | 243 | 0 | 137 | 6 | 40 | 460 | 132 | 44 |
| Binary | 10101101 | 1001 | 10100011 | 0 | 1011111 | 110 | 100000 | 100110000 | 1011010 | 100100 |
Color Harmonies of #AD09A3
Complementary color
Monochromatic Colors of #AD09A3
Black with #AD09A3
Text Example
Text Example
White with #AD09A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09A3; }
p { color: rgb(173,9,163); }
H1.HeaderClassName
{
color: #AD09A3;
}
.AnyTagClassName
{
color: #AD09A3;
}
</style>
background-color css
<style>
a { background-color: #AD09A3; }
a { background-color: rgb(173,9,163); }
div.DivClassName
{
background-color: #AD09A3;
}
.BgClassName
{
background-color: #AD09A3;
}
</style>
border-color css
<style>
span { border-color: #AD09A3; }
span { border-color: rgb(173,9,163); }
td.TdClassName
{
border-color: #AD09A3;
}
.TagClassName
{
border-color: #AD09A3;
}
</style>