Shades of Medium Red Violet #AD1E92
Tints of Medium Red Violet #AD1E92
RGB
CMYK
RGB Variations
Color information
#AD1E92 (or 0xAD1E92) is known color: Medium Red Violet. HEX triplet: AD, 1E and 92. RGB value is (173,30,146). Sum of RGB (Red+Green+Blue) = 173+30+146=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1E92 is #52E16D. Grayscale: #555555. Windows color (decimal): -5431662 or 9576109. OLE color: 9576109.
HSL color Cylindrical-coordinate representation of color #AD1E92: hue angle of 311.33º 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 #AD1E92 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 146 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.32 |
| HSL | 311.33º | 0.7% | 0.4% | - |
| HSV(B) | 311.33º | 0.83% | 0.68% | - |
| XYZ | 22.89 | 11.89 | 28.28 | - |
| YUV | 85.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 146 | 0 | 0.83 | 0.16 | 0.32 | 311.33 | 0.7 | 0.4 |
| Hex | AD | 1E | 92 | 0 | 53 | 10 | 20 | 137 | 46 | 28 |
| Octal | 255 | 36 | 222 | 0 | 123 | 20 | 40 | 467 | 106 | 50 |
| Binary | 10101101 | 11110 | 10010010 | 0 | 1010011 | 10000 | 100000 | 100110111 | 1000110 | 101000 |
Color Harmonies of #AD1E92
Complementary color
Monochromatic Colors of #AD1E92
Black with #AD1E92
Text Example
Text Example
White with #AD1E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E92; }
p { color: rgb(173,30,146); }
H1.HeaderClassName
{
color: #AD1E92;
}
.AnyTagClassName
{
color: #AD1E92;
}
</style>
background-color css
<style>
a { background-color: #AD1E92; }
a { background-color: rgb(173,30,146); }
div.DivClassName
{
background-color: #AD1E92;
}
.BgClassName
{
background-color: #AD1E92;
}
</style>
border-color css
<style>
span { border-color: #AD1E92; }
span { border-color: rgb(173,30,146); }
td.TdClassName
{
border-color: #AD1E92;
}
.TagClassName
{
border-color: #AD1E92;
}
</style>