Shades of Medium Violet Red #AD147B
Tints of Medium Violet Red #AD147B
RGB
CMYK
RGB Variations
Color information
#AD147B (or 0xAD147B) is known color: Medium Violet Red. HEX triplet: AD, 14 and 7B. RGB value is (173,20,123). Sum of RGB (Red+Green+Blue) = 173+20+123=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD147B is #52EB84. Grayscale: #4D4D4D. Windows color (decimal): -5434245 or 8066221. OLE color: 8066221.
HSL color Cylindrical-coordinate representation of color #AD147B: hue angle of 319.61º 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 #AD147B is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 123 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.32 |
| HSL | 319.61º | 0.79% | 0.38% | - |
| HSV(B) | 319.61º | 0.88% | 0.68% | - |
| XYZ | 21.06 | 10.81 | 19.72 | - |
| YUV | 77.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 123 | 0 | 0.88 | 0.29 | 0.32 | 319.61 | 0.79 | 0.38 |
| Hex | AD | 14 | 7B | 0 | 58 | 1D | 20 | 140 | 4F | 26 |
| Octal | 255 | 24 | 173 | 0 | 130 | 35 | 40 | 500 | 117 | 46 |
| Binary | 10101101 | 10100 | 1111011 | 0 | 1011000 | 11101 | 100000 | 101000000 | 1001111 | 100110 |
Color Harmonies of #AD147B
Complementary color
Monochromatic Colors of #AD147B
Black with #AD147B
Text Example
Text Example
White with #AD147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD147B; }
p { color: rgb(173,20,123); }
H1.HeaderClassName
{
color: #AD147B;
}
.AnyTagClassName
{
color: #AD147B;
}
</style>
background-color css
<style>
a { background-color: #AD147B; }
a { background-color: rgb(173,20,123); }
div.DivClassName
{
background-color: #AD147B;
}
.BgClassName
{
background-color: #AD147B;
}
</style>
border-color css
<style>
span { border-color: #AD147B; }
span { border-color: rgb(173,20,123); }
td.TdClassName
{
border-color: #AD147B;
}
.TagClassName
{
border-color: #AD147B;
}
</style>