Shades of Medium Violet Red #AD199A
Tints of Medium Violet Red #AD199A
RGB
CMYK
RGB Variations
Color information
#AD199A (or 0xAD199A) is known color: Medium Violet Red. HEX triplet: AD, 19 and 9A. RGB value is (173,25,154). Sum of RGB (Red+Green+Blue) = 173+25+154=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD199A is #52E665. Grayscale: #535353. Windows color (decimal): -5432934 or 10099117. OLE color: 10099117.
HSL color Cylindrical-coordinate representation of color #AD199A: hue angle of 307.7º 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 #AD199A is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 154 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.32 |
| HSL | 307.7º | 0.75% | 0.39% | - |
| HSV(B) | 307.7º | 0.86% | 0.68% | - |
| XYZ | 23.41 | 11.91 | 31.64 | - |
| YUV | 83.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 154 | 0 | 0.86 | 0.11 | 0.32 | 307.7 | 0.75 | 0.39 |
| Hex | AD | 19 | 9A | 0 | 56 | B | 20 | 134 | 4B | 27 |
| Octal | 255 | 31 | 232 | 0 | 126 | 13 | 40 | 464 | 113 | 47 |
| Binary | 10101101 | 11001 | 10011010 | 0 | 1010110 | 1011 | 100000 | 100110100 | 1001011 | 100111 |
Color Harmonies of #AD199A
Complementary color
Monochromatic Colors of #AD199A
Black with #AD199A
Text Example
Text Example
White with #AD199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD199A; }
p { color: rgb(173,25,154); }
H1.HeaderClassName
{
color: #AD199A;
}
.AnyTagClassName
{
color: #AD199A;
}
</style>
background-color css
<style>
a { background-color: #AD199A; }
a { background-color: rgb(173,25,154); }
div.DivClassName
{
background-color: #AD199A;
}
.BgClassName
{
background-color: #AD199A;
}
</style>
border-color css
<style>
span { border-color: #AD199A; }
span { border-color: rgb(173,25,154); }
td.TdClassName
{
border-color: #AD199A;
}
.TagClassName
{
border-color: #AD199A;
}
</style>