Shades of Dark Magenta #AD0398
Tints of Dark Magenta #AD0398
RGB
CMYK
RGB Variations
Color information
#AD0398 (or 0xAD0398) is known color: Dark Magenta. HEX triplet: AD, 03 and 98. RGB value is (173,3,152). Sum of RGB (Red+Green+Blue) = 173+3+152=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0398 is #52FC67. Grayscale: #464646. Windows color (decimal): -5438568 or 9962413. OLE color: 9962413.
HSL color Cylindrical-coordinate representation of color #AD0398: hue angle of 307.41º 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 #AD0398 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 152 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.32 |
| HSL | 307.41º | 0.97% | 0.35% | - |
| HSV(B) | 307.41º | 0.98% | 0.68% | - |
| XYZ | 22.93 | 11.22 | 30.66 | - |
| YUV | 70.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 152 | 0 | 0.98 | 0.12 | 0.32 | 307.41 | 0.97 | 0.35 |
| Hex | AD | 3 | 98 | 0 | 62 | C | 20 | 133 | 61 | 23 |
| Octal | 255 | 3 | 230 | 0 | 142 | 14 | 40 | 463 | 141 | 43 |
| Binary | 10101101 | 11 | 10011000 | 0 | 1100010 | 1100 | 100000 | 100110011 | 1100001 | 100011 |
Color Harmonies of #AD0398
Complementary color
Monochromatic Colors of #AD0398
Black with #AD0398
Text Example
Text Example
White with #AD0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0398; }
p { color: rgb(173,3,152); }
H1.HeaderClassName
{
color: #AD0398;
}
.AnyTagClassName
{
color: #AD0398;
}
</style>
background-color css
<style>
a { background-color: #AD0398; }
a { background-color: rgb(173,3,152); }
div.DivClassName
{
background-color: #AD0398;
}
.BgClassName
{
background-color: #AD0398;
}
</style>
border-color css
<style>
span { border-color: #AD0398; }
span { border-color: rgb(173,3,152); }
td.TdClassName
{
border-color: #AD0398;
}
.TagClassName
{
border-color: #AD0398;
}
</style>