Shades of Dark Magenta #AD069F
Tints of Dark Magenta #AD069F
RGB
CMYK
RGB Variations
Color information
#AD069F (or 0xAD069F) is known color: Dark Magenta. HEX triplet: AD, 06 and 9F. RGB value is (173,6,159). Sum of RGB (Red+Green+Blue) = 173+6+159=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD069F is #52F960. Grayscale: #484848. Windows color (decimal): -5437793 or 10421933. OLE color: 10421933.
HSL color Cylindrical-coordinate representation of color #AD069F: hue angle of 305.03º 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 #AD069F is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.32 |
| HSL | 305.03º | 0.93% | 0.35% | - |
| HSV(B) | 305.03º | 0.97% | 0.68% | - |
| XYZ | 23.56 | 11.52 | 33.78 | - |
| YUV | 73.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 159 | 0 | 0.97 | 0.08 | 0.32 | 305.03 | 0.93 | 0.35 |
| Hex | AD | 6 | 9F | 0 | 61 | 8 | 20 | 131 | 5D | 23 |
| Octal | 255 | 6 | 237 | 0 | 141 | 10 | 40 | 461 | 135 | 43 |
| Binary | 10101101 | 110 | 10011111 | 0 | 1100001 | 1000 | 100000 | 100110001 | 1011101 | 100011 |
Color Harmonies of #AD069F
Complementary color
Monochromatic Colors of #AD069F
Black with #AD069F
Text Example
Text Example
White with #AD069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD069F; }
p { color: rgb(173,6,159); }
H1.HeaderClassName
{
color: #AD069F;
}
.AnyTagClassName
{
color: #AD069F;
}
</style>
background-color css
<style>
a { background-color: #AD069F; }
a { background-color: rgb(173,6,159); }
div.DivClassName
{
background-color: #AD069F;
}
.BgClassName
{
background-color: #AD069F;
}
</style>
border-color css
<style>
span { border-color: #AD069F; }
span { border-color: rgb(173,6,159); }
td.TdClassName
{
border-color: #AD069F;
}
.TagClassName
{
border-color: #AD069F;
}
</style>