Shades of Dark Magenta #AD0495
Tints of Dark Magenta #AD0495
RGB
CMYK
RGB Variations
Color information
#AD0495 (or 0xAD0495) is known color: Dark Magenta. HEX triplet: AD, 04 and 95. RGB value is (173,4,149). Sum of RGB (Red+Green+Blue) = 173+4+149=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0495 is #52FB6A. Grayscale: #464646. Windows color (decimal): -5438315 or 9766061. OLE color: 9766061.
HSL color Cylindrical-coordinate representation of color #AD0495: hue angle of 308.52º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0495 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.32 |
| HSL | 308.52º | 0.95% | 0.35% | - |
| HSV(B) | 308.52º | 0.98% | 0.68% | - |
| XYZ | 22.7 | 11.14 | 29.39 | - |
| YUV | 71.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 149 | 0 | 0.98 | 0.14 | 0.32 | 308.52 | 0.95 | 0.35 |
| Hex | AD | 4 | 95 | 0 | 62 | E | 20 | 135 | 5F | 23 |
| Octal | 255 | 4 | 225 | 0 | 142 | 16 | 40 | 465 | 137 | 43 |
| Binary | 10101101 | 100 | 10010101 | 0 | 1100010 | 1110 | 100000 | 100110101 | 1011111 | 100011 |
Color Harmonies of #AD0495
Complementary color
Monochromatic Colors of #AD0495
Black with #AD0495
Text Example
Text Example
White with #AD0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0495; }
p { color: rgb(173,4,149); }
H1.HeaderClassName
{
color: #AD0495;
}
.AnyTagClassName
{
color: #AD0495;
}
</style>
background-color css
<style>
a { background-color: #AD0495; }
a { background-color: rgb(173,4,149); }
div.DivClassName
{
background-color: #AD0495;
}
.BgClassName
{
background-color: #AD0495;
}
</style>
border-color css
<style>
span { border-color: #AD0495; }
span { border-color: rgb(173,4,149); }
td.TdClassName
{
border-color: #AD0495;
}
.TagClassName
{
border-color: #AD0495;
}
</style>