Shades of Medium Violet Red #AD139B
Tints of Medium Violet Red #AD139B
RGB
CMYK
RGB Variations
Color information
#AD139B (or 0xAD139B) is known color: Medium Violet Red. HEX triplet: AD, 13 and 9B. RGB value is (173,19,155). Sum of RGB (Red+Green+Blue) = 173+19+155=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD139B is #52EC64. Grayscale: #505050. Windows color (decimal): -5434469 or 10163117. OLE color: 10163117.
HSL color Cylindrical-coordinate representation of color #AD139B: hue angle of 307.01º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD139B is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 155 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.32 |
| HSL | 307.01º | 0.8% | 0.38% | - |
| HSV(B) | 307.01º | 0.89% | 0.68% | - |
| XYZ | 23.38 | 11.72 | 32.04 | - |
| YUV | 80.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 155 | 0 | 0.89 | 0.10 | 0.32 | 307.01 | 0.8 | 0.38 |
| Hex | AD | 13 | 9B | 0 | 59 | A | 20 | 133 | 50 | 26 |
| Octal | 255 | 23 | 233 | 0 | 131 | 12 | 40 | 463 | 120 | 46 |
| Binary | 10101101 | 10011 | 10011011 | 0 | 1011001 | 1010 | 100000 | 100110011 | 1010000 | 100110 |
Color Harmonies of #AD139B
Complementary color
Monochromatic Colors of #AD139B
Black with #AD139B
Text Example
Text Example
White with #AD139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD139B; }
p { color: rgb(173,19,155); }
H1.HeaderClassName
{
color: #AD139B;
}
.AnyTagClassName
{
color: #AD139B;
}
</style>
background-color css
<style>
a { background-color: #AD139B; }
a { background-color: rgb(173,19,155); }
div.DivClassName
{
background-color: #AD139B;
}
.BgClassName
{
background-color: #AD139B;
}
</style>
border-color css
<style>
span { border-color: #AD139B; }
span { border-color: rgb(173,19,155); }
td.TdClassName
{
border-color: #AD139B;
}
.TagClassName
{
border-color: #AD139B;
}
</style>