Shades of Medium Violet Red #AD198D
Tints of Medium Violet Red #AD198D
RGB
CMYK
RGB Variations
Color information
#AD198D (or 0xAD198D) is known color: Medium Violet Red. HEX triplet: AD, 19 and 8D. RGB value is (173,25,141). Sum of RGB (Red+Green+Blue) = 173+25+141=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD198D is #52E672. Grayscale: #525252. Windows color (decimal): -5432947 or 9247149. OLE color: 9247149.
HSL color Cylindrical-coordinate representation of color #AD198D: hue angle of 312.97º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD198D is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 141 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.32 |
| HSL | 312.97º | 0.75% | 0.39% | - |
| HSV(B) | 312.97º | 0.86% | 0.68% | - |
| XYZ | 22.39 | 11.5 | 26.24 | - |
| YUV | 82.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 141 | 0 | 0.86 | 0.18 | 0.32 | 312.97 | 0.75 | 0.39 |
| Hex | AD | 19 | 8D | 0 | 56 | 12 | 20 | 139 | 4B | 27 |
| Octal | 255 | 31 | 215 | 0 | 126 | 22 | 40 | 471 | 113 | 47 |
| Binary | 10101101 | 11001 | 10001101 | 0 | 1010110 | 10010 | 100000 | 100111001 | 1001011 | 100111 |
Color Harmonies of #AD198D
Complementary color
Monochromatic Colors of #AD198D
Black with #AD198D
Text Example
Text Example
White with #AD198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD198D; }
p { color: rgb(173,25,141); }
H1.HeaderClassName
{
color: #AD198D;
}
.AnyTagClassName
{
color: #AD198D;
}
</style>
background-color css
<style>
a { background-color: #AD198D; }
a { background-color: rgb(173,25,141); }
div.DivClassName
{
background-color: #AD198D;
}
.BgClassName
{
background-color: #AD198D;
}
</style>
border-color css
<style>
span { border-color: #AD198D; }
span { border-color: rgb(173,25,141); }
td.TdClassName
{
border-color: #AD198D;
}
.TagClassName
{
border-color: #AD198D;
}
</style>