Shades of Medium Violet Red #AD1891
Tints of Medium Violet Red #AD1891
RGB
CMYK
RGB Variations
Color information
#AD1891 (or 0xAD1891) is known color: Medium Violet Red. HEX triplet: AD, 18 and 91. RGB value is (173,24,145). Sum of RGB (Red+Green+Blue) = 173+24+145=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1891 is #52E76E. Grayscale: #525252. Windows color (decimal): -5433199 or 9509037. OLE color: 9509037.
HSL color Cylindrical-coordinate representation of color #AD1891: hue angle of 311.28º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1891 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 145 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.32 |
| HSL | 311.28º | 0.76% | 0.39% | - |
| HSV(B) | 311.28º | 0.86% | 0.68% | - |
| XYZ | 22.67 | 11.58 | 27.83 | - |
| YUV | 82.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 145 | 0 | 0.86 | 0.16 | 0.32 | 311.28 | 0.76 | 0.39 |
| Hex | AD | 18 | 91 | 0 | 56 | 10 | 20 | 137 | 4C | 27 |
| Octal | 255 | 30 | 221 | 0 | 126 | 20 | 40 | 467 | 114 | 47 |
| Binary | 10101101 | 11000 | 10010001 | 0 | 1010110 | 10000 | 100000 | 100110111 | 1001100 | 100111 |
Color Harmonies of #AD1891
Complementary color
Monochromatic Colors of #AD1891
Black with #AD1891
Text Example
Text Example
White with #AD1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1891; }
p { color: rgb(173,24,145); }
H1.HeaderClassName
{
color: #AD1891;
}
.AnyTagClassName
{
color: #AD1891;
}
</style>
background-color css
<style>
a { background-color: #AD1891; }
a { background-color: rgb(173,24,145); }
div.DivClassName
{
background-color: #AD1891;
}
.BgClassName
{
background-color: #AD1891;
}
</style>
border-color css
<style>
span { border-color: #AD1891; }
span { border-color: rgb(173,24,145); }
td.TdClassName
{
border-color: #AD1891;
}
.TagClassName
{
border-color: #AD1891;
}
</style>