Shades of Dark Magenta #AD029A
Tints of Dark Magenta #AD029A
RGB
CMYK
RGB Variations
Color information
#AD029A (or 0xAD029A) is known color: Dark Magenta. HEX triplet: AD, 02 and 9A. RGB value is (173,2,154). Sum of RGB (Red+Green+Blue) = 173+2+154=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD029A is #52FD65. Grayscale: #464646. Windows color (decimal): -5438822 or 10093229. OLE color: 10093229.
HSL color Cylindrical-coordinate representation of color #AD029A: hue angle of 306.67º 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 #AD029A is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.32 |
| HSL | 306.67º | 0.98% | 0.34% | - |
| HSV(B) | 306.67º | 0.99% | 0.68% | - |
| XYZ | 23.09 | 11.26 | 31.53 | - |
| YUV | 70.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 154 | 0 | 0.99 | 0.11 | 0.32 | 306.67 | 0.98 | 0.34 |
| Hex | AD | 2 | 9A | 0 | 63 | B | 20 | 133 | 62 | 22 |
| Octal | 255 | 2 | 232 | 0 | 143 | 13 | 40 | 463 | 142 | 42 |
| Binary | 10101101 | 10 | 10011010 | 0 | 1100011 | 1011 | 100000 | 100110011 | 1100010 | 100010 |
Color Harmonies of #AD029A
Complementary color
Monochromatic Colors of #AD029A
Black with #AD029A
Text Example
Text Example
White with #AD029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD029A; }
p { color: rgb(173,2,154); }
H1.HeaderClassName
{
color: #AD029A;
}
.AnyTagClassName
{
color: #AD029A;
}
</style>
background-color css
<style>
a { background-color: #AD029A; }
a { background-color: rgb(173,2,154); }
div.DivClassName
{
background-color: #AD029A;
}
.BgClassName
{
background-color: #AD029A;
}
</style>
border-color css
<style>
span { border-color: #AD029A; }
span { border-color: rgb(173,2,154); }
td.TdClassName
{
border-color: #AD029A;
}
.TagClassName
{
border-color: #AD029A;
}
</style>