Shades of Medium Violet Red #AD187D
Tints of Medium Violet Red #AD187D
RGB
CMYK
RGB Variations
Color information
#AD187D (or 0xAD187D) is known color: Medium Violet Red. HEX triplet: AD, 18 and 7D. RGB value is (173,24,125). Sum of RGB (Red+Green+Blue) = 173+24+125=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD187D is #52E782. Grayscale: #4F4F4F. Windows color (decimal): -5433219 or 8198317. OLE color: 8198317.
HSL color Cylindrical-coordinate representation of color #AD187D: hue angle of 319.33º 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 #AD187D is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 125 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.32 |
| HSL | 319.33º | 0.76% | 0.39% | - |
| HSV(B) | 319.33º | 0.86% | 0.68% | - |
| XYZ | 21.26 | 11.02 | 20.41 | - |
| YUV | 80.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 125 | 0 | 0.86 | 0.28 | 0.32 | 319.33 | 0.76 | 0.39 |
| Hex | AD | 18 | 7D | 0 | 56 | 1C | 20 | 13F | 4C | 27 |
| Octal | 255 | 30 | 175 | 0 | 126 | 34 | 40 | 477 | 114 | 47 |
| Binary | 10101101 | 11000 | 1111101 | 0 | 1010110 | 11100 | 100000 | 100111111 | 1001100 | 100111 |
Color Harmonies of #AD187D
Complementary color
Monochromatic Colors of #AD187D
Black with #AD187D
Text Example
Text Example
White with #AD187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD187D; }
p { color: rgb(173,24,125); }
H1.HeaderClassName
{
color: #AD187D;
}
.AnyTagClassName
{
color: #AD187D;
}
</style>
background-color css
<style>
a { background-color: #AD187D; }
a { background-color: rgb(173,24,125); }
div.DivClassName
{
background-color: #AD187D;
}
.BgClassName
{
background-color: #AD187D;
}
</style>
border-color css
<style>
span { border-color: #AD187D; }
span { border-color: rgb(173,24,125); }
td.TdClassName
{
border-color: #AD187D;
}
.TagClassName
{
border-color: #AD187D;
}
</style>