Shades of Medium Violet Red #AD148C
Tints of Medium Violet Red #AD148C
RGB
CMYK
RGB Variations
Color information
#AD148C (or 0xAD148C) is known color: Medium Violet Red. HEX triplet: AD, 14 and 8C. RGB value is (173,20,140). Sum of RGB (Red+Green+Blue) = 173+20+140=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD148C is #52EB73. Grayscale: #4F4F4F. Windows color (decimal): -5434228 or 9180333. OLE color: 9180333.
HSL color Cylindrical-coordinate representation of color #AD148C: hue angle of 312.94º 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 #AD148C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 140 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.32 |
| HSL | 312.94º | 0.79% | 0.38% | - |
| HSV(B) | 312.94º | 0.88% | 0.68% | - |
| XYZ | 22.22 | 11.28 | 25.82 | - |
| YUV | 79.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 140 | 0 | 0.88 | 0.19 | 0.32 | 312.94 | 0.79 | 0.38 |
| Hex | AD | 14 | 8C | 0 | 58 | 13 | 20 | 139 | 4F | 26 |
| Octal | 255 | 24 | 214 | 0 | 130 | 23 | 40 | 471 | 117 | 46 |
| Binary | 10101101 | 10100 | 10001100 | 0 | 1011000 | 10011 | 100000 | 100111001 | 1001111 | 100110 |
Color Harmonies of #AD148C
Complementary color
Monochromatic Colors of #AD148C
Black with #AD148C
Text Example
Text Example
White with #AD148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD148C; }
p { color: rgb(173,20,140); }
H1.HeaderClassName
{
color: #AD148C;
}
.AnyTagClassName
{
color: #AD148C;
}
</style>
background-color css
<style>
a { background-color: #AD148C; }
a { background-color: rgb(173,20,140); }
div.DivClassName
{
background-color: #AD148C;
}
.BgClassName
{
background-color: #AD148C;
}
</style>
border-color css
<style>
span { border-color: #AD148C; }
span { border-color: rgb(173,20,140); }
td.TdClassName
{
border-color: #AD148C;
}
.TagClassName
{
border-color: #AD148C;
}
</style>