Shades of Medium Violet Red #AD157B
Tints of Medium Violet Red #AD157B
RGB
CMYK
RGB Variations
Color information
#AD157B (or 0xAD157B) is known color: Medium Violet Red. HEX triplet: AD, 15 and 7B. RGB value is (173,21,123). Sum of RGB (Red+Green+Blue) = 173+21+123=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD157B is #52EA84. Grayscale: #4D4D4D. Windows color (decimal): -5433989 or 8066477. OLE color: 8066477.
HSL color Cylindrical-coordinate representation of color #AD157B: hue angle of 319.74º 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 #AD157B is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 123 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.32 |
| HSL | 319.74º | 0.78% | 0.38% | - |
| HSV(B) | 319.74º | 0.88% | 0.68% | - |
| XYZ | 21.08 | 10.85 | 19.72 | - |
| YUV | 78.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 123 | 0 | 0.88 | 0.29 | 0.32 | 319.74 | 0.78 | 0.38 |
| Hex | AD | 15 | 7B | 0 | 58 | 1D | 20 | 140 | 4E | 26 |
| Octal | 255 | 25 | 173 | 0 | 130 | 35 | 40 | 500 | 116 | 46 |
| Binary | 10101101 | 10101 | 1111011 | 0 | 1011000 | 11101 | 100000 | 101000000 | 1001110 | 100110 |
Color Harmonies of #AD157B
Complementary color
Monochromatic Colors of #AD157B
Black with #AD157B
Text Example
Text Example
White with #AD157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD157B; }
p { color: rgb(173,21,123); }
H1.HeaderClassName
{
color: #AD157B;
}
.AnyTagClassName
{
color: #AD157B;
}
</style>
background-color css
<style>
a { background-color: #AD157B; }
a { background-color: rgb(173,21,123); }
div.DivClassName
{
background-color: #AD157B;
}
.BgClassName
{
background-color: #AD157B;
}
</style>
border-color css
<style>
span { border-color: #AD157B; }
span { border-color: rgb(173,21,123); }
td.TdClassName
{
border-color: #AD157B;
}
.TagClassName
{
border-color: #AD157B;
}
</style>