Shades of Medium Violet Red #AD1EA9
Tints of Medium Violet Red #AD1EA9
RGB
CMYK
RGB Variations
Color information
#AD1EA9 (or 0xAD1EA9) is known color: Medium Violet Red. HEX triplet: AD, 1E and A9. RGB value is (173,30,169). Sum of RGB (Red+Green+Blue) = 173+30+169=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EA9 is #52E156. Grayscale: #585858. Windows color (decimal): -5431639 or 11083437. OLE color: 11083437.
HSL color Cylindrical-coordinate representation of color #AD1EA9: hue angle of 301.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1EA9 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 169 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.32 |
| HSL | 301.68º | 0.7% | 0.4% | - |
| HSV(B) | 301.68º | 0.83% | 0.68% | - |
| XYZ | 24.86 | 12.68 | 38.67 | - |
| YUV | 88.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 169 | 0 | 0.83 | 0.02 | 0.32 | 301.68 | 0.7 | 0.4 |
| Hex | AD | 1E | A9 | 0 | 53 | 2 | 20 | 12E | 46 | 28 |
| Octal | 255 | 36 | 251 | 0 | 123 | 2 | 40 | 456 | 106 | 50 |
| Binary | 10101101 | 11110 | 10101001 | 0 | 1010011 | 10 | 100000 | 100101110 | 1000110 | 101000 |
Color Harmonies of #AD1EA9
Complementary color
Monochromatic Colors of #AD1EA9
Black with #AD1EA9
Text Example
Text Example
White with #AD1EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EA9; }
p { color: rgb(173,30,169); }
H1.HeaderClassName
{
color: #AD1EA9;
}
.AnyTagClassName
{
color: #AD1EA9;
}
</style>
background-color css
<style>
a { background-color: #AD1EA9; }
a { background-color: rgb(173,30,169); }
div.DivClassName
{
background-color: #AD1EA9;
}
.BgClassName
{
background-color: #AD1EA9;
}
</style>
border-color css
<style>
span { border-color: #AD1EA9; }
span { border-color: rgb(173,30,169); }
td.TdClassName
{
border-color: #AD1EA9;
}
.TagClassName
{
border-color: #AD1EA9;
}
</style>