Shades of Medium Red Violet #AD209F
Tints of Medium Red Violet #AD209F
RGB
CMYK
RGB Variations
Color information
#AD209F (or 0xAD209F) is known color: Medium Red Violet. HEX triplet: AD, 20 and 9F. RGB value is (173,32,159). Sum of RGB (Red+Green+Blue) = 173+32+159=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD209F is #52DF60. Grayscale: #585858. Windows color (decimal): -5431137 or 10428589. OLE color: 10428589.
HSL color Cylindrical-coordinate representation of color #AD209F: hue angle of 305.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD209F is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 159 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.32 |
| HSL | 305.96º | 0.69% | 0.4% | - |
| HSV(B) | 305.96º | 0.82% | 0.68% | - |
| XYZ | 24.01 | 12.42 | 33.93 | - |
| YUV | 88.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 159 | 0 | 0.82 | 0.08 | 0.32 | 305.96 | 0.69 | 0.4 |
| Hex | AD | 20 | 9F | 0 | 52 | 8 | 20 | 132 | 45 | 28 |
| Octal | 255 | 40 | 237 | 0 | 122 | 10 | 40 | 462 | 105 | 50 |
| Binary | 10101101 | 100000 | 10011111 | 0 | 1010010 | 1000 | 100000 | 100110010 | 1000101 | 101000 |
Color Harmonies of #AD209F
Complementary color
Monochromatic Colors of #AD209F
Black with #AD209F
Text Example
Text Example
White with #AD209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD209F; }
p { color: rgb(173,32,159); }
H1.HeaderClassName
{
color: #AD209F;
}
.AnyTagClassName
{
color: #AD209F;
}
</style>
background-color css
<style>
a { background-color: #AD209F; }
a { background-color: rgb(173,32,159); }
div.DivClassName
{
background-color: #AD209F;
}
.BgClassName
{
background-color: #AD209F;
}
</style>
border-color css
<style>
span { border-color: #AD209F; }
span { border-color: rgb(173,32,159); }
td.TdClassName
{
border-color: #AD209F;
}
.TagClassName
{
border-color: #AD209F;
}
</style>