Shades of Medium Violet Red #AD1794
Tints of Medium Violet Red #AD1794
RGB
CMYK
RGB Variations
Color information
#AD1794 (or 0xAD1794) is known color: Medium Violet Red. HEX triplet: AD, 17 and 94. RGB value is (173,23,148). Sum of RGB (Red+Green+Blue) = 173+23+148=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1794 is #52E86B. Grayscale: #515151. Windows color (decimal): -5433452 or 9705389. OLE color: 9705389.
HSL color Cylindrical-coordinate representation of color #AD1794: hue angle of 310º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1794 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 148 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.32 |
| HSL | 310º | 0.77% | 0.38% | - |
| HSV(B) | 310º | 0.87% | 0.68% | - |
| XYZ | 22.89 | 11.64 | 29.06 | - |
| YUV | 82.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 148 | 0 | 0.87 | 0.14 | 0.32 | 310 | 0.77 | 0.38 |
| Hex | AD | 17 | 94 | 0 | 57 | E | 20 | 136 | 4D | 26 |
| Octal | 255 | 27 | 224 | 0 | 127 | 16 | 40 | 466 | 115 | 46 |
| Binary | 10101101 | 10111 | 10010100 | 0 | 1010111 | 1110 | 100000 | 100110110 | 1001101 | 100110 |
Color Harmonies of #AD1794
Complementary color
Monochromatic Colors of #AD1794
Black with #AD1794
Text Example
Text Example
White with #AD1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1794; }
p { color: rgb(173,23,148); }
H1.HeaderClassName
{
color: #AD1794;
}
.AnyTagClassName
{
color: #AD1794;
}
</style>
background-color css
<style>
a { background-color: #AD1794; }
a { background-color: rgb(173,23,148); }
div.DivClassName
{
background-color: #AD1794;
}
.BgClassName
{
background-color: #AD1794;
}
</style>
border-color css
<style>
span { border-color: #AD1794; }
span { border-color: rgb(173,23,148); }
td.TdClassName
{
border-color: #AD1794;
}
.TagClassName
{
border-color: #AD1794;
}
</style>