Shades of Medium Violet Red #AD157D
Tints of Medium Violet Red #AD157D
RGB
CMYK
RGB Variations
Color information
#AD157D (or 0xAD157D) is known color: Medium Violet Red. HEX triplet: AD, 15 and 7D. RGB value is (173,21,125). Sum of RGB (Red+Green+Blue) = 173+21+125=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD157D is #52EA82. Grayscale: #4E4E4E. Windows color (decimal): -5433987 or 8197549. OLE color: 8197549.
HSL color Cylindrical-coordinate representation of color #AD157D: hue angle of 318.95º 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 #AD157D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 125 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.32 |
| HSL | 318.95º | 0.78% | 0.38% | - |
| HSV(B) | 318.95º | 0.88% | 0.68% | - |
| XYZ | 21.2 | 10.9 | 20.39 | - |
| YUV | 78.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 125 | 0 | 0.88 | 0.28 | 0.32 | 318.95 | 0.78 | 0.38 |
| Hex | AD | 15 | 7D | 0 | 58 | 1C | 20 | 13F | 4E | 26 |
| Octal | 255 | 25 | 175 | 0 | 130 | 34 | 40 | 477 | 116 | 46 |
| Binary | 10101101 | 10101 | 1111101 | 0 | 1011000 | 11100 | 100000 | 100111111 | 1001110 | 100110 |
Color Harmonies of #AD157D
Complementary color
Monochromatic Colors of #AD157D
Black with #AD157D
Text Example
Text Example
White with #AD157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD157D; }
p { color: rgb(173,21,125); }
H1.HeaderClassName
{
color: #AD157D;
}
.AnyTagClassName
{
color: #AD157D;
}
</style>
background-color css
<style>
a { background-color: #AD157D; }
a { background-color: rgb(173,21,125); }
div.DivClassName
{
background-color: #AD157D;
}
.BgClassName
{
background-color: #AD157D;
}
</style>
border-color css
<style>
span { border-color: #AD157D; }
span { border-color: rgb(173,21,125); }
td.TdClassName
{
border-color: #AD157D;
}
.TagClassName
{
border-color: #AD157D;
}
</style>