Shades of Dark Magenta #AD09A4
Tints of Dark Magenta #AD09A4
RGB
CMYK
RGB Variations
Color information
#AD09A4 (or 0xAD09A4) is known color: Dark Magenta. HEX triplet: AD, 09 and A4. RGB value is (173,9,164). Sum of RGB (Red+Green+Blue) = 173+9+164=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09A4 is #52F65B. Grayscale: #4B4B4B. Windows color (decimal): -5437020 or 10750381. OLE color: 10750381.
HSL color Cylindrical-coordinate representation of color #AD09A4: hue angle of 303.29º 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 #AD09A4 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 164 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.32 |
| HSL | 303.29º | 0.9% | 0.36% | - |
| HSV(B) | 303.29º | 0.95% | 0.68% | - |
| XYZ | 24.03 | 11.76 | 36.13 | - |
| YUV | 75.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 164 | 0 | 0.95 | 0.05 | 0.32 | 303.29 | 0.9 | 0.36 |
| Hex | AD | 9 | A4 | 0 | 5F | 5 | 20 | 12F | 5A | 24 |
| Octal | 255 | 11 | 244 | 0 | 137 | 5 | 40 | 457 | 132 | 44 |
| Binary | 10101101 | 1001 | 10100100 | 0 | 1011111 | 101 | 100000 | 100101111 | 1011010 | 100100 |
Color Harmonies of #AD09A4
Complementary color
Monochromatic Colors of #AD09A4
Black with #AD09A4
Text Example
Text Example
White with #AD09A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09A4; }
p { color: rgb(173,9,164); }
H1.HeaderClassName
{
color: #AD09A4;
}
.AnyTagClassName
{
color: #AD09A4;
}
</style>
background-color css
<style>
a { background-color: #AD09A4; }
a { background-color: rgb(173,9,164); }
div.DivClassName
{
background-color: #AD09A4;
}
.BgClassName
{
background-color: #AD09A4;
}
</style>
border-color css
<style>
span { border-color: #AD09A4; }
span { border-color: rgb(173,9,164); }
td.TdClassName
{
border-color: #AD09A4;
}
.TagClassName
{
border-color: #AD09A4;
}
</style>