Shades of Dark Magenta #AD0294
Tints of Dark Magenta #AD0294
RGB
CMYK
RGB Variations
Color information
#AD0294 (or 0xAD0294) is known color: Dark Magenta. HEX triplet: AD, 02 and 94. RGB value is (173,2,148). Sum of RGB (Red+Green+Blue) = 173+2+148=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0294 is #52FD6B. Grayscale: #454545. Windows color (decimal): -5438828 or 9700013. OLE color: 9700013.
HSL color Cylindrical-coordinate representation of color #AD0294: hue angle of 308.77º 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 #AD0294 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.32 |
| HSL | 308.77º | 0.98% | 0.34% | - |
| HSV(B) | 308.77º | 0.99% | 0.68% | - |
| XYZ | 22.6 | 11.07 | 28.96 | - |
| YUV | 69.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 148 | 0 | 0.99 | 0.14 | 0.32 | 308.77 | 0.98 | 0.34 |
| Hex | AD | 2 | 94 | 0 | 63 | E | 20 | 135 | 62 | 22 |
| Octal | 255 | 2 | 224 | 0 | 143 | 16 | 40 | 465 | 142 | 42 |
| Binary | 10101101 | 10 | 10010100 | 0 | 1100011 | 1110 | 100000 | 100110101 | 1100010 | 100010 |
Color Harmonies of #AD0294
Complementary color
Monochromatic Colors of #AD0294
Black with #AD0294
Text Example
Text Example
White with #AD0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0294; }
p { color: rgb(173,2,148); }
H1.HeaderClassName
{
color: #AD0294;
}
.AnyTagClassName
{
color: #AD0294;
}
</style>
background-color css
<style>
a { background-color: #AD0294; }
a { background-color: rgb(173,2,148); }
div.DivClassName
{
background-color: #AD0294;
}
.BgClassName
{
background-color: #AD0294;
}
</style>
border-color css
<style>
span { border-color: #AD0294; }
span { border-color: rgb(173,2,148); }
td.TdClassName
{
border-color: #AD0294;
}
.TagClassName
{
border-color: #AD0294;
}
</style>