Shades of Medium Violet Red #AD1690
Tints of Medium Violet Red #AD1690
RGB
CMYK
RGB Variations
Color information
#AD1690 (or 0xAD1690) is known color: Medium Violet Red. HEX triplet: AD, 16 and 90. RGB value is (173,22,144). Sum of RGB (Red+Green+Blue) = 173+22+144=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1690 is #52E96F. Grayscale: #505050. Windows color (decimal): -5433712 or 9442989. OLE color: 9442989.
HSL color Cylindrical-coordinate representation of color #AD1690: hue angle of 311.52º 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 #AD1690 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 144 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.32 |
| HSL | 311.52º | 0.77% | 0.38% | - |
| HSV(B) | 311.52º | 0.87% | 0.68% | - |
| XYZ | 22.55 | 11.47 | 27.41 | - |
| YUV | 81.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 144 | 0 | 0.87 | 0.17 | 0.32 | 311.52 | 0.77 | 0.38 |
| Hex | AD | 16 | 90 | 0 | 57 | 11 | 20 | 138 | 4D | 26 |
| Octal | 255 | 26 | 220 | 0 | 127 | 21 | 40 | 470 | 115 | 46 |
| Binary | 10101101 | 10110 | 10010000 | 0 | 1010111 | 10001 | 100000 | 100111000 | 1001101 | 100110 |
Color Harmonies of #AD1690
Complementary color
Monochromatic Colors of #AD1690
Black with #AD1690
Text Example
Text Example
White with #AD1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1690; }
p { color: rgb(173,22,144); }
H1.HeaderClassName
{
color: #AD1690;
}
.AnyTagClassName
{
color: #AD1690;
}
</style>
background-color css
<style>
a { background-color: #AD1690; }
a { background-color: rgb(173,22,144); }
div.DivClassName
{
background-color: #AD1690;
}
.BgClassName
{
background-color: #AD1690;
}
</style>
border-color css
<style>
span { border-color: #AD1690; }
span { border-color: rgb(173,22,144); }
td.TdClassName
{
border-color: #AD1690;
}
.TagClassName
{
border-color: #AD1690;
}
</style>