Shades of Medium Violet Red #AD157E
Tints of Medium Violet Red #AD157E
RGB
CMYK
RGB Variations
Color information
#AD157E (or 0xAD157E) is known color: Medium Violet Red. HEX triplet: AD, 15 and 7E. RGB value is (173,21,126). Sum of RGB (Red+Green+Blue) = 173+21+126=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD157E is #52EA81. Grayscale: #4E4E4E. Windows color (decimal): -5433986 or 8263085. OLE color: 8263085.
HSL color Cylindrical-coordinate representation of color #AD157E: hue angle of 318.55º 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 #AD157E is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 126 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.32 |
| HSL | 318.55º | 0.78% | 0.38% | - |
| HSV(B) | 318.55º | 0.88% | 0.68% | - |
| XYZ | 21.27 | 10.93 | 20.73 | - |
| YUV | 78.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 126 | 0 | 0.88 | 0.27 | 0.32 | 318.55 | 0.78 | 0.38 |
| Hex | AD | 15 | 7E | 0 | 58 | 1B | 20 | 13F | 4E | 26 |
| Octal | 255 | 25 | 176 | 0 | 130 | 33 | 40 | 477 | 116 | 46 |
| Binary | 10101101 | 10101 | 1111110 | 0 | 1011000 | 11011 | 100000 | 100111111 | 1001110 | 100110 |
Color Harmonies of #AD157E
Complementary color
Monochromatic Colors of #AD157E
Black with #AD157E
Text Example
Text Example
White with #AD157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD157E; }
p { color: rgb(173,21,126); }
H1.HeaderClassName
{
color: #AD157E;
}
.AnyTagClassName
{
color: #AD157E;
}
</style>
background-color css
<style>
a { background-color: #AD157E; }
a { background-color: rgb(173,21,126); }
div.DivClassName
{
background-color: #AD157E;
}
.BgClassName
{
background-color: #AD157E;
}
</style>
border-color css
<style>
span { border-color: #AD157E; }
span { border-color: rgb(173,21,126); }
td.TdClassName
{
border-color: #AD157E;
}
.TagClassName
{
border-color: #AD157E;
}
</style>