Shades of Medium Violet Red #AD198F
Tints of Medium Violet Red #AD198F
RGB
CMYK
RGB Variations
Color information
#AD198F (or 0xAD198F) is known color: Medium Violet Red. HEX triplet: AD, 19 and 8F. RGB value is (173,25,143). Sum of RGB (Red+Green+Blue) = 173+25+143=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD198F is #52E670. Grayscale: #525252. Windows color (decimal): -5432945 or 9378221. OLE color: 9378221.
HSL color Cylindrical-coordinate representation of color #AD198F: hue angle of 312.16º 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 #AD198F is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 143 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.32 |
| HSL | 312.16º | 0.75% | 0.39% | - |
| HSV(B) | 312.16º | 0.86% | 0.68% | - |
| XYZ | 22.54 | 11.56 | 27.03 | - |
| YUV | 82.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 143 | 0 | 0.86 | 0.17 | 0.32 | 312.16 | 0.75 | 0.39 |
| Hex | AD | 19 | 8F | 0 | 56 | 11 | 20 | 138 | 4B | 27 |
| Octal | 255 | 31 | 217 | 0 | 126 | 21 | 40 | 470 | 113 | 47 |
| Binary | 10101101 | 11001 | 10001111 | 0 | 1010110 | 10001 | 100000 | 100111000 | 1001011 | 100111 |
Color Harmonies of #AD198F
Complementary color
Monochromatic Colors of #AD198F
Black with #AD198F
Text Example
Text Example
White with #AD198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD198F; }
p { color: rgb(173,25,143); }
H1.HeaderClassName
{
color: #AD198F;
}
.AnyTagClassName
{
color: #AD198F;
}
</style>
background-color css
<style>
a { background-color: #AD198F; }
a { background-color: rgb(173,25,143); }
div.DivClassName
{
background-color: #AD198F;
}
.BgClassName
{
background-color: #AD198F;
}
</style>
border-color css
<style>
span { border-color: #AD198F; }
span { border-color: rgb(173,25,143); }
td.TdClassName
{
border-color: #AD198F;
}
.TagClassName
{
border-color: #AD198F;
}
</style>