Shades of Medium Violet Red #AD157F
Tints of Medium Violet Red #AD157F
RGB
CMYK
RGB Variations
Color information
#AD157F (or 0xAD157F) is known color: Medium Violet Red. HEX triplet: AD, 15 and 7F. RGB value is (173,21,127). Sum of RGB (Red+Green+Blue) = 173+21+127=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD157F is #52EA80. Grayscale: #4E4E4E. Windows color (decimal): -5433985 or 8328621. OLE color: 8328621.
HSL color Cylindrical-coordinate representation of color #AD157F: hue angle of 318.16º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD157F is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 127 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.32 |
| HSL | 318.16º | 0.78% | 0.38% | - |
| HSV(B) | 318.16º | 0.88% | 0.68% | - |
| XYZ | 21.33 | 10.95 | 21.07 | - |
| YUV | 78.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 127 | 0 | 0.88 | 0.27 | 0.32 | 318.16 | 0.78 | 0.38 |
| Hex | AD | 15 | 7F | 0 | 58 | 1B | 20 | 13E | 4E | 26 |
| Octal | 255 | 25 | 177 | 0 | 130 | 33 | 40 | 476 | 116 | 46 |
| Binary | 10101101 | 10101 | 1111111 | 0 | 1011000 | 11011 | 100000 | 100111110 | 1001110 | 100110 |
Color Harmonies of #AD157F
Complementary color
Monochromatic Colors of #AD157F
Black with #AD157F
Text Example
Text Example
White with #AD157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD157F; }
p { color: rgb(173,21,127); }
H1.HeaderClassName
{
color: #AD157F;
}
.AnyTagClassName
{
color: #AD157F;
}
</style>
background-color css
<style>
a { background-color: #AD157F; }
a { background-color: rgb(173,21,127); }
div.DivClassName
{
background-color: #AD157F;
}
.BgClassName
{
background-color: #AD157F;
}
</style>
border-color css
<style>
span { border-color: #AD157F; }
span { border-color: rgb(173,21,127); }
td.TdClassName
{
border-color: #AD157F;
}
.TagClassName
{
border-color: #AD157F;
}
</style>