Shades of Medium Violet Red #AD109D
Tints of Medium Violet Red #AD109D
RGB
CMYK
RGB Variations
Color information
#AD109D (or 0xAD109D) is known color: Medium Violet Red. HEX triplet: AD, 10 and 9D. RGB value is (173,16,157). Sum of RGB (Red+Green+Blue) = 173+16+157=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD109D is #52EF62. Grayscale: #4E4E4E. Windows color (decimal): -5435235 or 10293421. OLE color: 10293421.
HSL color Cylindrical-coordinate representation of color #AD109D: hue angle of 306.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD109D is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.32 |
| HSL | 306.11º | 0.83% | 0.37% | - |
| HSV(B) | 306.11º | 0.91% | 0.68% | - |
| XYZ | 23.5 | 11.69 | 32.92 | - |
| YUV | 79.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 157 | 0 | 0.91 | 0.09 | 0.32 | 306.11 | 0.83 | 0.37 |
| Hex | AD | 10 | 9D | 0 | 5B | 9 | 20 | 132 | 53 | 25 |
| Octal | 255 | 20 | 235 | 0 | 133 | 11 | 40 | 462 | 123 | 45 |
| Binary | 10101101 | 10000 | 10011101 | 0 | 1011011 | 1001 | 100000 | 100110010 | 1010011 | 100101 |
Color Harmonies of #AD109D
Complementary color
Monochromatic Colors of #AD109D
Black with #AD109D
Text Example
Text Example
White with #AD109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD109D; }
p { color: rgb(173,16,157); }
H1.HeaderClassName
{
color: #AD109D;
}
.AnyTagClassName
{
color: #AD109D;
}
</style>
background-color css
<style>
a { background-color: #AD109D; }
a { background-color: rgb(173,16,157); }
div.DivClassName
{
background-color: #AD109D;
}
.BgClassName
{
background-color: #AD109D;
}
</style>
border-color css
<style>
span { border-color: #AD109D; }
span { border-color: rgb(173,16,157); }
td.TdClassName
{
border-color: #AD109D;
}
.TagClassName
{
border-color: #AD109D;
}
</style>