Shades of Medium Violet Red #AD109B
Tints of Medium Violet Red #AD109B
RGB
CMYK
RGB Variations
Color information
#AD109B (or 0xAD109B) is known color: Medium Violet Red. HEX triplet: AD, 10 and 9B. RGB value is (173,16,155). Sum of RGB (Red+Green+Blue) = 173+16+155=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD109B is #52EF64. Grayscale: #4E4E4E. Windows color (decimal): -5435237 or 10162349. OLE color: 10162349.
HSL color Cylindrical-coordinate representation of color #AD109B: hue angle of 306.88º 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 #AD109B is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 155 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.32 |
| HSL | 306.88º | 0.83% | 0.37% | - |
| HSV(B) | 306.88º | 0.91% | 0.68% | - |
| XYZ | 23.34 | 11.62 | 32.02 | - |
| YUV | 78.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 155 | 0 | 0.91 | 0.10 | 0.32 | 306.88 | 0.83 | 0.37 |
| Hex | AD | 10 | 9B | 0 | 5B | A | 20 | 133 | 53 | 25 |
| Octal | 255 | 20 | 233 | 0 | 133 | 12 | 40 | 463 | 123 | 45 |
| Binary | 10101101 | 10000 | 10011011 | 0 | 1011011 | 1010 | 100000 | 100110011 | 1010011 | 100101 |
Color Harmonies of #AD109B
Complementary color
Monochromatic Colors of #AD109B
Black with #AD109B
Text Example
Text Example
White with #AD109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD109B; }
p { color: rgb(173,16,155); }
H1.HeaderClassName
{
color: #AD109B;
}
.AnyTagClassName
{
color: #AD109B;
}
</style>
background-color css
<style>
a { background-color: #AD109B; }
a { background-color: rgb(173,16,155); }
div.DivClassName
{
background-color: #AD109B;
}
.BgClassName
{
background-color: #AD109B;
}
</style>
border-color css
<style>
span { border-color: #AD109B; }
span { border-color: rgb(173,16,155); }
td.TdClassName
{
border-color: #AD109B;
}
.TagClassName
{
border-color: #AD109B;
}
</style>