Shades of Medium Violet Red #AD169B
Tints of Medium Violet Red #AD169B
RGB
CMYK
RGB Variations
Color information
#AD169B (or 0xAD169B) is known color: Medium Violet Red. HEX triplet: AD, 16 and 9B. RGB value is (173,22,155). Sum of RGB (Red+Green+Blue) = 173+22+155=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD169B is #52E964. Grayscale: #515151. Windows color (decimal): -5433701 or 10163885. OLE color: 10163885.
HSL color Cylindrical-coordinate representation of color #AD169B: hue angle of 307.15º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD169B is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 155 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.32 |
| HSL | 307.15º | 0.77% | 0.38% | - |
| HSV(B) | 307.15º | 0.87% | 0.68% | - |
| XYZ | 23.44 | 11.82 | 32.06 | - |
| YUV | 82.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 155 | 0 | 0.87 | 0.10 | 0.32 | 307.15 | 0.77 | 0.38 |
| Hex | AD | 16 | 9B | 0 | 57 | A | 20 | 133 | 4D | 26 |
| Octal | 255 | 26 | 233 | 0 | 127 | 12 | 40 | 463 | 115 | 46 |
| Binary | 10101101 | 10110 | 10011011 | 0 | 1010111 | 1010 | 100000 | 100110011 | 1001101 | 100110 |
Color Harmonies of #AD169B
Complementary color
Monochromatic Colors of #AD169B
Black with #AD169B
Text Example
Text Example
White with #AD169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD169B; }
p { color: rgb(173,22,155); }
H1.HeaderClassName
{
color: #AD169B;
}
.AnyTagClassName
{
color: #AD169B;
}
</style>
background-color css
<style>
a { background-color: #AD169B; }
a { background-color: rgb(173,22,155); }
div.DivClassName
{
background-color: #AD169B;
}
.BgClassName
{
background-color: #AD169B;
}
</style>
border-color css
<style>
span { border-color: #AD169B; }
span { border-color: rgb(173,22,155); }
td.TdClassName
{
border-color: #AD169B;
}
.TagClassName
{
border-color: #AD169B;
}
</style>