Shades of Medium Violet Red #AD198B
Tints of Medium Violet Red #AD198B
RGB
CMYK
RGB Variations
Color information
#AD198B (or 0xAD198B) is known color: Medium Violet Red. HEX triplet: AD, 19 and 8B. RGB value is (173,25,139). Sum of RGB (Red+Green+Blue) = 173+25+139=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD198B is #52E674. Grayscale: #515151. Windows color (decimal): -5432949 or 9116077. OLE color: 9116077.
HSL color Cylindrical-coordinate representation of color #AD198B: hue angle of 313.78º 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 #AD198B is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 139 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.32 |
| HSL | 313.78º | 0.75% | 0.39% | - |
| HSV(B) | 313.78º | 0.86% | 0.68% | - |
| XYZ | 22.24 | 11.44 | 25.46 | - |
| YUV | 82.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 139 | 0 | 0.86 | 0.20 | 0.32 | 313.78 | 0.75 | 0.39 |
| Hex | AD | 19 | 8B | 0 | 56 | 14 | 20 | 13A | 4B | 27 |
| Octal | 255 | 31 | 213 | 0 | 126 | 24 | 40 | 472 | 113 | 47 |
| Binary | 10101101 | 11001 | 10001011 | 0 | 1010110 | 10100 | 100000 | 100111010 | 1001011 | 100111 |
Color Harmonies of #AD198B
Complementary color
Monochromatic Colors of #AD198B
Black with #AD198B
Text Example
Text Example
White with #AD198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD198B; }
p { color: rgb(173,25,139); }
H1.HeaderClassName
{
color: #AD198B;
}
.AnyTagClassName
{
color: #AD198B;
}
</style>
background-color css
<style>
a { background-color: #AD198B; }
a { background-color: rgb(173,25,139); }
div.DivClassName
{
background-color: #AD198B;
}
.BgClassName
{
background-color: #AD198B;
}
</style>
border-color css
<style>
span { border-color: #AD198B; }
span { border-color: rgb(173,25,139); }
td.TdClassName
{
border-color: #AD198B;
}
.TagClassName
{
border-color: #AD198B;
}
</style>