Shades of Dark Magenta #AD0295
Tints of Dark Magenta #AD0295
RGB
CMYK
RGB Variations
Color information
#AD0295 (or 0xAD0295) is known color: Dark Magenta. HEX triplet: AD, 02 and 95. RGB value is (173,2,149). Sum of RGB (Red+Green+Blue) = 173+2+149=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0295 is #52FD6A. Grayscale: #454545. Windows color (decimal): -5438827 or 9765549. OLE color: 9765549.
HSL color Cylindrical-coordinate representation of color #AD0295: hue angle of 308.42º 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 #AD0295 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.32 |
| HSL | 308.42º | 0.98% | 0.34% | - |
| HSV(B) | 308.42º | 0.99% | 0.68% | - |
| XYZ | 22.68 | 11.1 | 29.38 | - |
| YUV | 69.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 149 | 0 | 0.99 | 0.14 | 0.32 | 308.42 | 0.98 | 0.34 |
| Hex | AD | 2 | 95 | 0 | 63 | E | 20 | 134 | 62 | 22 |
| Octal | 255 | 2 | 225 | 0 | 143 | 16 | 40 | 464 | 142 | 42 |
| Binary | 10101101 | 10 | 10010101 | 0 | 1100011 | 1110 | 100000 | 100110100 | 1100010 | 100010 |
Color Harmonies of #AD0295
Complementary color
Monochromatic Colors of #AD0295
Black with #AD0295
Text Example
Text Example
White with #AD0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0295; }
p { color: rgb(173,2,149); }
H1.HeaderClassName
{
color: #AD0295;
}
.AnyTagClassName
{
color: #AD0295;
}
</style>
background-color css
<style>
a { background-color: #AD0295; }
a { background-color: rgb(173,2,149); }
div.DivClassName
{
background-color: #AD0295;
}
.BgClassName
{
background-color: #AD0295;
}
</style>
border-color css
<style>
span { border-color: #AD0295; }
span { border-color: rgb(173,2,149); }
td.TdClassName
{
border-color: #AD0295;
}
.TagClassName
{
border-color: #AD0295;
}
</style>