Shades of Medium Red Violet #AD1F9F
Tints of Medium Red Violet #AD1F9F
RGB
CMYK
RGB Variations
Color information
#AD1F9F (or 0xAD1F9F) is known color: Medium Red Violet. HEX triplet: AD, 1F and 9F. RGB value is (173,31,159). Sum of RGB (Red+Green+Blue) = 173+31+159=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1F9F is #52E060. Grayscale: #575757. Windows color (decimal): -5431393 or 10428333. OLE color: 10428333.
HSL color Cylindrical-coordinate representation of color #AD1F9F: hue angle of 305.92º degrees, saturation: 0.7, 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 #AD1F9F is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 159 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.32 |
| HSL | 305.92º | 0.7% | 0.4% | - |
| HSV(B) | 305.92º | 0.82% | 0.68% | - |
| XYZ | 23.98 | 12.37 | 33.92 | - |
| YUV | 88.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 159 | 0 | 0.82 | 0.08 | 0.32 | 305.92 | 0.7 | 0.4 |
| Hex | AD | 1F | 9F | 0 | 52 | 8 | 20 | 132 | 46 | 28 |
| Octal | 255 | 37 | 237 | 0 | 122 | 10 | 40 | 462 | 106 | 50 |
| Binary | 10101101 | 11111 | 10011111 | 0 | 1010010 | 1000 | 100000 | 100110010 | 1000110 | 101000 |
Color Harmonies of #AD1F9F
Complementary color
Monochromatic Colors of #AD1F9F
Black with #AD1F9F
Text Example
Text Example
White with #AD1F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F9F; }
p { color: rgb(173,31,159); }
H1.HeaderClassName
{
color: #AD1F9F;
}
.AnyTagClassName
{
color: #AD1F9F;
}
</style>
background-color css
<style>
a { background-color: #AD1F9F; }
a { background-color: rgb(173,31,159); }
div.DivClassName
{
background-color: #AD1F9F;
}
.BgClassName
{
background-color: #AD1F9F;
}
</style>
border-color css
<style>
span { border-color: #AD1F9F; }
span { border-color: rgb(173,31,159); }
td.TdClassName
{
border-color: #AD1F9F;
}
.TagClassName
{
border-color: #AD1F9F;
}
</style>