Shades of Dark Magenta #AD0399
Tints of Dark Magenta #AD0399
RGB
CMYK
RGB Variations
Color information
#AD0399 (or 0xAD0399) is known color: Dark Magenta. HEX triplet: AD, 03 and 99. RGB value is (173,3,153). Sum of RGB (Red+Green+Blue) = 173+3+153=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0399 is #52FC66. Grayscale: #464646. Windows color (decimal): -5438567 or 10027949. OLE color: 10027949.
HSL color Cylindrical-coordinate representation of color #AD0399: hue angle of 307.06º degrees, saturation: 0.97, 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 #AD0399 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.32 |
| HSL | 307.06º | 0.97% | 0.35% | - |
| HSV(B) | 307.06º | 0.98% | 0.68% | - |
| XYZ | 23.02 | 11.25 | 31.1 | - |
| YUV | 70.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 153 | 0 | 0.98 | 0.12 | 0.32 | 307.06 | 0.97 | 0.35 |
| Hex | AD | 3 | 99 | 0 | 62 | C | 20 | 133 | 61 | 23 |
| Octal | 255 | 3 | 231 | 0 | 142 | 14 | 40 | 463 | 141 | 43 |
| Binary | 10101101 | 11 | 10011001 | 0 | 1100010 | 1100 | 100000 | 100110011 | 1100001 | 100011 |
Color Harmonies of #AD0399
Complementary color
Monochromatic Colors of #AD0399
Black with #AD0399
Text Example
Text Example
White with #AD0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0399; }
p { color: rgb(173,3,153); }
H1.HeaderClassName
{
color: #AD0399;
}
.AnyTagClassName
{
color: #AD0399;
}
</style>
background-color css
<style>
a { background-color: #AD0399; }
a { background-color: rgb(173,3,153); }
div.DivClassName
{
background-color: #AD0399;
}
.BgClassName
{
background-color: #AD0399;
}
</style>
border-color css
<style>
span { border-color: #AD0399; }
span { border-color: rgb(173,3,153); }
td.TdClassName
{
border-color: #AD0399;
}
.TagClassName
{
border-color: #AD0399;
}
</style>