Shades of Dark Magenta #AD0698
Tints of Dark Magenta #AD0698
RGB
CMYK
RGB Variations
Color information
#AD0698 (or 0xAD0698) is known color: Dark Magenta. HEX triplet: AD, 06 and 98. RGB value is (173,6,152). Sum of RGB (Red+Green+Blue) = 173+6+152=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0698 is #52F967. Grayscale: #484848. Windows color (decimal): -5437800 or 9963181. OLE color: 9963181.
HSL color Cylindrical-coordinate representation of color #AD0698: hue angle of 307.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0698 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.32 |
| HSL | 307.54º | 0.93% | 0.35% | - |
| HSV(B) | 307.54º | 0.97% | 0.68% | - |
| XYZ | 22.97 | 11.28 | 30.67 | - |
| YUV | 72.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 152 | 0 | 0.97 | 0.12 | 0.32 | 307.54 | 0.93 | 0.35 |
| Hex | AD | 6 | 98 | 0 | 61 | C | 20 | 134 | 5D | 23 |
| Octal | 255 | 6 | 230 | 0 | 141 | 14 | 40 | 464 | 135 | 43 |
| Binary | 10101101 | 110 | 10011000 | 0 | 1100001 | 1100 | 100000 | 100110100 | 1011101 | 100011 |
Color Harmonies of #AD0698
Complementary color
Monochromatic Colors of #AD0698
Black with #AD0698
Text Example
Text Example
White with #AD0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0698; }
p { color: rgb(173,6,152); }
H1.HeaderClassName
{
color: #AD0698;
}
.AnyTagClassName
{
color: #AD0698;
}
</style>
background-color css
<style>
a { background-color: #AD0698; }
a { background-color: rgb(173,6,152); }
div.DivClassName
{
background-color: #AD0698;
}
.BgClassName
{
background-color: #AD0698;
}
</style>
border-color css
<style>
span { border-color: #AD0698; }
span { border-color: rgb(173,6,152); }
td.TdClassName
{
border-color: #AD0698;
}
.TagClassName
{
border-color: #AD0698;
}
</style>