Shades of Medium Red Violet #AD1FA0
Tints of Medium Red Violet #AD1FA0
RGB
CMYK
RGB Variations
Color information
#AD1FA0 (or 0xAD1FA0) is known color: Medium Red Violet. HEX triplet: AD, 1F and A0. RGB value is (173,31,160). Sum of RGB (Red+Green+Blue) = 173+31+160=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FA0 is #52E05F. Grayscale: #575757. Windows color (decimal): -5431392 or 10493869. OLE color: 10493869.
HSL color Cylindrical-coordinate representation of color #AD1FA0: hue angle of 305.49º 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 #AD1FA0 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 160 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.32 |
| HSL | 305.49º | 0.7% | 0.4% | - |
| HSV(B) | 305.49º | 0.82% | 0.68% | - |
| XYZ | 24.07 | 12.4 | 34.38 | - |
| YUV | 88.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 160 | 0 | 0.82 | 0.08 | 0.32 | 305.49 | 0.7 | 0.4 |
| Hex | AD | 1F | A0 | 0 | 52 | 8 | 20 | 131 | 46 | 28 |
| Octal | 255 | 37 | 240 | 0 | 122 | 10 | 40 | 461 | 106 | 50 |
| Binary | 10101101 | 11111 | 10100000 | 0 | 1010010 | 1000 | 100000 | 100110001 | 1000110 | 101000 |
Color Harmonies of #AD1FA0
Complementary color
Monochromatic Colors of #AD1FA0
Black with #AD1FA0
Text Example
Text Example
White with #AD1FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FA0; }
p { color: rgb(173,31,160); }
H1.HeaderClassName
{
color: #AD1FA0;
}
.AnyTagClassName
{
color: #AD1FA0;
}
</style>
background-color css
<style>
a { background-color: #AD1FA0; }
a { background-color: rgb(173,31,160); }
div.DivClassName
{
background-color: #AD1FA0;
}
.BgClassName
{
background-color: #AD1FA0;
}
</style>
border-color css
<style>
span { border-color: #AD1FA0; }
span { border-color: rgb(173,31,160); }
td.TdClassName
{
border-color: #AD1FA0;
}
.TagClassName
{
border-color: #AD1FA0;
}
</style>