Shades of Medium Violet Red #AD1889
Tints of Medium Violet Red #AD1889
RGB
CMYK
RGB Variations
Color information
#AD1889 (or 0xAD1889) is known color: Medium Violet Red. HEX triplet: AD, 18 and 89. RGB value is (173,24,137). Sum of RGB (Red+Green+Blue) = 173+24+137=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1889 is #52E776. Grayscale: #515151. Windows color (decimal): -5433207 or 8984749. OLE color: 8984749.
HSL color Cylindrical-coordinate representation of color #AD1889: hue angle of 314.5º 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 #AD1889 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 137 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.32 |
| HSL | 314.5º | 0.76% | 0.39% | - |
| HSV(B) | 314.5º | 0.86% | 0.68% | - |
| XYZ | 22.08 | 11.34 | 24.69 | - |
| YUV | 81.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 137 | 0 | 0.86 | 0.21 | 0.32 | 314.5 | 0.76 | 0.39 |
| Hex | AD | 18 | 89 | 0 | 56 | 15 | 20 | 13A | 4C | 27 |
| Octal | 255 | 30 | 211 | 0 | 126 | 25 | 40 | 472 | 114 | 47 |
| Binary | 10101101 | 11000 | 10001001 | 0 | 1010110 | 10101 | 100000 | 100111010 | 1001100 | 100111 |
Color Harmonies of #AD1889
Complementary color
Monochromatic Colors of #AD1889
Black with #AD1889
Text Example
Text Example
White with #AD1889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1889; }
p { color: rgb(173,24,137); }
H1.HeaderClassName
{
color: #AD1889;
}
.AnyTagClassName
{
color: #AD1889;
}
</style>
background-color css
<style>
a { background-color: #AD1889; }
a { background-color: rgb(173,24,137); }
div.DivClassName
{
background-color: #AD1889;
}
.BgClassName
{
background-color: #AD1889;
}
</style>
border-color css
<style>
span { border-color: #AD1889; }
span { border-color: rgb(173,24,137); }
td.TdClassName
{
border-color: #AD1889;
}
.TagClassName
{
border-color: #AD1889;
}
</style>