Shades of Medium Violet Red #AD187F
Tints of Medium Violet Red #AD187F
RGB
CMYK
RGB Variations
Color information
#AD187F (or 0xAD187F) is known color: Medium Violet Red. HEX triplet: AD, 18 and 7F. RGB value is (173,24,127). Sum of RGB (Red+Green+Blue) = 173+24+127=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD187F is #52E780. Grayscale: #505050. Windows color (decimal): -5433217 or 8329389. OLE color: 8329389.
HSL color Cylindrical-coordinate representation of color #AD187F: hue angle of 318.52º 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 #AD187F is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 127 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.32 |
| HSL | 318.52º | 0.76% | 0.39% | - |
| HSV(B) | 318.52º | 0.86% | 0.68% | - |
| XYZ | 21.39 | 11.07 | 21.09 | - |
| YUV | 80.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 127 | 0 | 0.86 | 0.27 | 0.32 | 318.52 | 0.76 | 0.39 |
| Hex | AD | 18 | 7F | 0 | 56 | 1B | 20 | 13F | 4C | 27 |
| Octal | 255 | 30 | 177 | 0 | 126 | 33 | 40 | 477 | 114 | 47 |
| Binary | 10101101 | 11000 | 1111111 | 0 | 1010110 | 11011 | 100000 | 100111111 | 1001100 | 100111 |
Color Harmonies of #AD187F
Complementary color
Monochromatic Colors of #AD187F
Black with #AD187F
Text Example
Text Example
White with #AD187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD187F; }
p { color: rgb(173,24,127); }
H1.HeaderClassName
{
color: #AD187F;
}
.AnyTagClassName
{
color: #AD187F;
}
</style>
background-color css
<style>
a { background-color: #AD187F; }
a { background-color: rgb(173,24,127); }
div.DivClassName
{
background-color: #AD187F;
}
.BgClassName
{
background-color: #AD187F;
}
</style>
border-color css
<style>
span { border-color: #AD187F; }
span { border-color: rgb(173,24,127); }
td.TdClassName
{
border-color: #AD187F;
}
.TagClassName
{
border-color: #AD187F;
}
</style>