Shades of Medium Violet Red #AD148D
Tints of Medium Violet Red #AD148D
RGB
CMYK
RGB Variations
Color information
#AD148D (or 0xAD148D) is known color: Medium Violet Red. HEX triplet: AD, 14 and 8D. RGB value is (173,20,141). Sum of RGB (Red+Green+Blue) = 173+20+141=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD148D is #52EB72. Grayscale: #4F4F4F. Windows color (decimal): -5434227 or 9245869. OLE color: 9245869.
HSL color Cylindrical-coordinate representation of color #AD148D: hue angle of 312.55º 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 #AD148D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 141 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.32 |
| HSL | 312.55º | 0.79% | 0.38% | - |
| HSV(B) | 312.55º | 0.88% | 0.68% | - |
| XYZ | 22.29 | 11.31 | 26.21 | - |
| YUV | 79.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 141 | 0 | 0.88 | 0.18 | 0.32 | 312.55 | 0.79 | 0.38 |
| Hex | AD | 14 | 8D | 0 | 58 | 12 | 20 | 139 | 4F | 26 |
| Octal | 255 | 24 | 215 | 0 | 130 | 22 | 40 | 471 | 117 | 46 |
| Binary | 10101101 | 10100 | 10001101 | 0 | 1011000 | 10010 | 100000 | 100111001 | 1001111 | 100110 |
Color Harmonies of #AD148D
Complementary color
Monochromatic Colors of #AD148D
Black with #AD148D
Text Example
Text Example
White with #AD148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD148D; }
p { color: rgb(173,20,141); }
H1.HeaderClassName
{
color: #AD148D;
}
.AnyTagClassName
{
color: #AD148D;
}
</style>
background-color css
<style>
a { background-color: #AD148D; }
a { background-color: rgb(173,20,141); }
div.DivClassName
{
background-color: #AD148D;
}
.BgClassName
{
background-color: #AD148D;
}
</style>
border-color css
<style>
span { border-color: #AD148D; }
span { border-color: rgb(173,20,141); }
td.TdClassName
{
border-color: #AD148D;
}
.TagClassName
{
border-color: #AD148D;
}
</style>