Shades of Medium Violet Red #AD147D
Tints of Medium Violet Red #AD147D
RGB
CMYK
RGB Variations
Color information
#AD147D (or 0xAD147D) is known color: Medium Violet Red. HEX triplet: AD, 14 and 7D. RGB value is (173,20,125). Sum of RGB (Red+Green+Blue) = 173+20+125=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD147D is #52EB82. Grayscale: #4D4D4D. Windows color (decimal): -5434243 or 8197293. OLE color: 8197293.
HSL color Cylindrical-coordinate representation of color #AD147D: hue angle of 318.82º degrees, saturation: 0.79, 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 #AD147D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 125 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.32 |
| HSL | 318.82º | 0.79% | 0.38% | - |
| HSV(B) | 318.82º | 0.88% | 0.68% | - |
| XYZ | 21.19 | 10.87 | 20.38 | - |
| YUV | 77.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 125 | 0 | 0.88 | 0.28 | 0.32 | 318.82 | 0.79 | 0.38 |
| Hex | AD | 14 | 7D | 0 | 58 | 1C | 20 | 13F | 4F | 26 |
| Octal | 255 | 24 | 175 | 0 | 130 | 34 | 40 | 477 | 117 | 46 |
| Binary | 10101101 | 10100 | 1111101 | 0 | 1011000 | 11100 | 100000 | 100111111 | 1001111 | 100110 |
Color Harmonies of #AD147D
Complementary color
Monochromatic Colors of #AD147D
Black with #AD147D
Text Example
Text Example
White with #AD147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD147D; }
p { color: rgb(173,20,125); }
H1.HeaderClassName
{
color: #AD147D;
}
.AnyTagClassName
{
color: #AD147D;
}
</style>
background-color css
<style>
a { background-color: #AD147D; }
a { background-color: rgb(173,20,125); }
div.DivClassName
{
background-color: #AD147D;
}
.BgClassName
{
background-color: #AD147D;
}
</style>
border-color css
<style>
span { border-color: #AD147D; }
span { border-color: rgb(173,20,125); }
td.TdClassName
{
border-color: #AD147D;
}
.TagClassName
{
border-color: #AD147D;
}
</style>