Shades of Dark Magenta #AD029E
Tints of Dark Magenta #AD029E
RGB
CMYK
RGB Variations
Color information
#AD029E (or 0xAD029E) is known color: Dark Magenta. HEX triplet: AD, 02 and 9E. RGB value is (173,2,158). Sum of RGB (Red+Green+Blue) = 173+2+158=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD029E is #52FD61. Grayscale: #464646. Windows color (decimal): -5438818 or 10355373. OLE color: 10355373.
HSL color Cylindrical-coordinate representation of color #AD029E: hue angle of 305.26º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD029E is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.32 |
| HSL | 305.26º | 0.98% | 0.34% | - |
| HSV(B) | 305.26º | 0.99% | 0.68% | - |
| XYZ | 23.43 | 11.4 | 33.31 | - |
| YUV | 70.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 158 | 0 | 0.99 | 0.09 | 0.32 | 305.26 | 0.98 | 0.34 |
| Hex | AD | 2 | 9E | 0 | 63 | 9 | 20 | 131 | 62 | 22 |
| Octal | 255 | 2 | 236 | 0 | 143 | 11 | 40 | 461 | 142 | 42 |
| Binary | 10101101 | 10 | 10011110 | 0 | 1100011 | 1001 | 100000 | 100110001 | 1100010 | 100010 |
Color Harmonies of #AD029E
Complementary color
Monochromatic Colors of #AD029E
Black with #AD029E
Text Example
Text Example
White with #AD029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD029E; }
p { color: rgb(173,2,158); }
H1.HeaderClassName
{
color: #AD029E;
}
.AnyTagClassName
{
color: #AD029E;
}
</style>
background-color css
<style>
a { background-color: #AD029E; }
a { background-color: rgb(173,2,158); }
div.DivClassName
{
background-color: #AD029E;
}
.BgClassName
{
background-color: #AD029E;
}
</style>
border-color css
<style>
span { border-color: #AD029E; }
span { border-color: rgb(173,2,158); }
td.TdClassName
{
border-color: #AD029E;
}
.TagClassName
{
border-color: #AD029E;
}
</style>