Shades of Medium Violet Red #AD158E
Tints of Medium Violet Red #AD158E
RGB
CMYK
RGB Variations
Color information
#AD158E (or 0xAD158E) is known color: Medium Violet Red. HEX triplet: AD, 15 and 8E. RGB value is (173,21,142). Sum of RGB (Red+Green+Blue) = 173+21+142=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD158E is #52EA71. Grayscale: #4F4F4F. Windows color (decimal): -5433970 or 9311661. OLE color: 9311661.
HSL color Cylindrical-coordinate representation of color #AD158E: hue angle of 312.24º 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 #AD158E is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 142 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.32 |
| HSL | 312.24º | 0.78% | 0.38% | - |
| HSV(B) | 312.24º | 0.88% | 0.68% | - |
| XYZ | 22.38 | 11.37 | 26.61 | - |
| YUV | 80.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 142 | 0 | 0.88 | 0.18 | 0.32 | 312.24 | 0.78 | 0.38 |
| Hex | AD | 15 | 8E | 0 | 58 | 12 | 20 | 138 | 4E | 26 |
| Octal | 255 | 25 | 216 | 0 | 130 | 22 | 40 | 470 | 116 | 46 |
| Binary | 10101101 | 10101 | 10001110 | 0 | 1011000 | 10010 | 100000 | 100111000 | 1001110 | 100110 |
Color Harmonies of #AD158E
Complementary color
Monochromatic Colors of #AD158E
Black with #AD158E
Text Example
Text Example
White with #AD158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD158E; }
p { color: rgb(173,21,142); }
H1.HeaderClassName
{
color: #AD158E;
}
.AnyTagClassName
{
color: #AD158E;
}
</style>
background-color css
<style>
a { background-color: #AD158E; }
a { background-color: rgb(173,21,142); }
div.DivClassName
{
background-color: #AD158E;
}
.BgClassName
{
background-color: #AD158E;
}
</style>
border-color css
<style>
span { border-color: #AD158E; }
span { border-color: rgb(173,21,142); }
td.TdClassName
{
border-color: #AD158E;
}
.TagClassName
{
border-color: #AD158E;
}
</style>