Shades of Medium Violet Red #AD149D
Tints of Medium Violet Red #AD149D
RGB
CMYK
RGB Variations
Color information
#AD149D (or 0xAD149D) is known color: Medium Violet Red. HEX triplet: AD, 14 and 9D. RGB value is (173,20,157). Sum of RGB (Red+Green+Blue) = 173+20+157=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD149D is #52EB62. Grayscale: #505050. Windows color (decimal): -5434211 or 10294445. OLE color: 10294445.
HSL color Cylindrical-coordinate representation of color #AD149D: hue angle of 306.27º 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 #AD149D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.32 |
| HSL | 306.27º | 0.79% | 0.38% | - |
| HSV(B) | 306.27º | 0.88% | 0.68% | - |
| XYZ | 23.57 | 11.82 | 32.94 | - |
| YUV | 81.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 157 | 0 | 0.88 | 0.09 | 0.32 | 306.27 | 0.79 | 0.38 |
| Hex | AD | 14 | 9D | 0 | 58 | 9 | 20 | 132 | 4F | 26 |
| Octal | 255 | 24 | 235 | 0 | 130 | 11 | 40 | 462 | 117 | 46 |
| Binary | 10101101 | 10100 | 10011101 | 0 | 1011000 | 1001 | 100000 | 100110010 | 1001111 | 100110 |
Color Harmonies of #AD149D
Complementary color
Monochromatic Colors of #AD149D
Black with #AD149D
Text Example
Text Example
White with #AD149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD149D; }
p { color: rgb(173,20,157); }
H1.HeaderClassName
{
color: #AD149D;
}
.AnyTagClassName
{
color: #AD149D;
}
</style>
background-color css
<style>
a { background-color: #AD149D; }
a { background-color: rgb(173,20,157); }
div.DivClassName
{
background-color: #AD149D;
}
.BgClassName
{
background-color: #AD149D;
}
</style>
border-color css
<style>
span { border-color: #AD149D; }
span { border-color: rgb(173,20,157); }
td.TdClassName
{
border-color: #AD149D;
}
.TagClassName
{
border-color: #AD149D;
}
</style>