Shades of Medium Violet Red #AD1199
Tints of Medium Violet Red #AD1199
RGB
CMYK
RGB Variations
Color information
#AD1199 (or 0xAD1199) is known color: Medium Violet Red. HEX triplet: AD, 11 and 99. RGB value is (173,17,153). Sum of RGB (Red+Green+Blue) = 173+17+153=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1199 is #52EE66. Grayscale: #4E4E4E. Windows color (decimal): -5434983 or 10031533. OLE color: 10031533.
HSL color Cylindrical-coordinate representation of color #AD1199: hue angle of 307.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1199 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 153 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.32 |
| HSL | 307.69º | 0.82% | 0.37% | - |
| HSV(B) | 307.69º | 0.9% | 0.68% | - |
| XYZ | 23.18 | 11.59 | 31.15 | - |
| YUV | 79.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 153 | 0 | 0.90 | 0.12 | 0.32 | 307.69 | 0.82 | 0.37 |
| Hex | AD | 11 | 99 | 0 | 5A | C | 20 | 134 | 52 | 25 |
| Octal | 255 | 21 | 231 | 0 | 132 | 14 | 40 | 464 | 122 | 45 |
| Binary | 10101101 | 10001 | 10011001 | 0 | 1011010 | 1100 | 100000 | 100110100 | 1010010 | 100101 |
Color Harmonies of #AD1199
Complementary color
Monochromatic Colors of #AD1199
Black with #AD1199
Text Example
Text Example
White with #AD1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1199; }
p { color: rgb(173,17,153); }
H1.HeaderClassName
{
color: #AD1199;
}
.AnyTagClassName
{
color: #AD1199;
}
</style>
background-color css
<style>
a { background-color: #AD1199; }
a { background-color: rgb(173,17,153); }
div.DivClassName
{
background-color: #AD1199;
}
.BgClassName
{
background-color: #AD1199;
}
</style>
border-color css
<style>
span { border-color: #AD1199; }
span { border-color: rgb(173,17,153); }
td.TdClassName
{
border-color: #AD1199;
}
.TagClassName
{
border-color: #AD1199;
}
</style>