Shades of Medium Red Violet #AD1F84
Tints of Medium Red Violet #AD1F84
RGB
CMYK
RGB Variations
Color information
#AD1F84 (or 0xAD1F84) is known color: Medium Red Violet. HEX triplet: AD, 1F and 84. RGB value is (173,31,132). Sum of RGB (Red+Green+Blue) = 173+31+132=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1F84 is #52E07B. Grayscale: #545454. Windows color (decimal): -5431420 or 8658861. OLE color: 8658861.
HSL color Cylindrical-coordinate representation of color #AD1F84: hue angle of 317.32º 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 #AD1F84 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 132 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.32 |
| HSL | 317.32º | 0.7% | 0.4% | - |
| HSV(B) | 317.32º | 0.82% | 0.68% | - |
| XYZ | 21.89 | 11.53 | 22.9 | - |
| YUV | 84.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 132 | 0 | 0.82 | 0.24 | 0.32 | 317.32 | 0.7 | 0.4 |
| Hex | AD | 1F | 84 | 0 | 52 | 18 | 20 | 13D | 46 | 28 |
| Octal | 255 | 37 | 204 | 0 | 122 | 30 | 40 | 475 | 106 | 50 |
| Binary | 10101101 | 11111 | 10000100 | 0 | 1010010 | 11000 | 100000 | 100111101 | 1000110 | 101000 |
Color Harmonies of #AD1F84
Complementary color
Monochromatic Colors of #AD1F84
Black with #AD1F84
Text Example
Text Example
White with #AD1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F84; }
p { color: rgb(173,31,132); }
H1.HeaderClassName
{
color: #AD1F84;
}
.AnyTagClassName
{
color: #AD1F84;
}
</style>
background-color css
<style>
a { background-color: #AD1F84; }
a { background-color: rgb(173,31,132); }
div.DivClassName
{
background-color: #AD1F84;
}
.BgClassName
{
background-color: #AD1F84;
}
</style>
border-color css
<style>
span { border-color: #AD1F84; }
span { border-color: rgb(173,31,132); }
td.TdClassName
{
border-color: #AD1F84;
}
.TagClassName
{
border-color: #AD1F84;
}
</style>