Shades of Medium Violet Red #AD158B
Tints of Medium Violet Red #AD158B
RGB
CMYK
RGB Variations
Color information
#AD158B (or 0xAD158B) is known color: Medium Violet Red. HEX triplet: AD, 15 and 8B. RGB value is (173,21,139). Sum of RGB (Red+Green+Blue) = 173+21+139=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD158B is #52EA74. Grayscale: #4F4F4F. Windows color (decimal): -5433973 or 9115053. OLE color: 9115053.
HSL color Cylindrical-coordinate representation of color #AD158B: hue angle of 313.42º degrees, saturation: 0.78, 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 #AD158B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 139 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.32 |
| HSL | 313.42º | 0.78% | 0.38% | - |
| HSV(B) | 313.42º | 0.88% | 0.68% | - |
| XYZ | 22.16 | 11.28 | 25.44 | - |
| YUV | 79.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 139 | 0 | 0.88 | 0.20 | 0.32 | 313.42 | 0.78 | 0.38 |
| Hex | AD | 15 | 8B | 0 | 58 | 14 | 20 | 139 | 4E | 26 |
| Octal | 255 | 25 | 213 | 0 | 130 | 24 | 40 | 471 | 116 | 46 |
| Binary | 10101101 | 10101 | 10001011 | 0 | 1011000 | 10100 | 100000 | 100111001 | 1001110 | 100110 |
Color Harmonies of #AD158B
Complementary color
Monochromatic Colors of #AD158B
Black with #AD158B
Text Example
Text Example
White with #AD158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD158B; }
p { color: rgb(173,21,139); }
H1.HeaderClassName
{
color: #AD158B;
}
.AnyTagClassName
{
color: #AD158B;
}
</style>
background-color css
<style>
a { background-color: #AD158B; }
a { background-color: rgb(173,21,139); }
div.DivClassName
{
background-color: #AD158B;
}
.BgClassName
{
background-color: #AD158B;
}
</style>
border-color css
<style>
span { border-color: #AD158B; }
span { border-color: rgb(173,21,139); }
td.TdClassName
{
border-color: #AD158B;
}
.TagClassName
{
border-color: #AD158B;
}
</style>