Shades of Medium Violet Red #AD169A
Tints of Medium Violet Red #AD169A
RGB
CMYK
RGB Variations
Color information
#AD169A (or 0xAD169A) is known color: Medium Violet Red. HEX triplet: AD, 16 and 9A. RGB value is (173,22,154). Sum of RGB (Red+Green+Blue) = 173+22+154=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD169A is #52E965. Grayscale: #515151. Windows color (decimal): -5433702 or 10098349. OLE color: 10098349.
HSL color Cylindrical-coordinate representation of color #AD169A: hue angle of 307.55º 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 #AD169A is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 154 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.32 |
| HSL | 307.55º | 0.77% | 0.38% | - |
| HSV(B) | 307.55º | 0.87% | 0.68% | - |
| XYZ | 23.35 | 11.79 | 31.62 | - |
| YUV | 82.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 154 | 0 | 0.87 | 0.11 | 0.32 | 307.55 | 0.77 | 0.38 |
| Hex | AD | 16 | 9A | 0 | 57 | B | 20 | 134 | 4D | 26 |
| Octal | 255 | 26 | 232 | 0 | 127 | 13 | 40 | 464 | 115 | 46 |
| Binary | 10101101 | 10110 | 10011010 | 0 | 1010111 | 1011 | 100000 | 100110100 | 1001101 | 100110 |
Color Harmonies of #AD169A
Complementary color
Monochromatic Colors of #AD169A
Black with #AD169A
Text Example
Text Example
White with #AD169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD169A; }
p { color: rgb(173,22,154); }
H1.HeaderClassName
{
color: #AD169A;
}
.AnyTagClassName
{
color: #AD169A;
}
</style>
background-color css
<style>
a { background-color: #AD169A; }
a { background-color: rgb(173,22,154); }
div.DivClassName
{
background-color: #AD169A;
}
.BgClassName
{
background-color: #AD169A;
}
</style>
border-color css
<style>
span { border-color: #AD169A; }
span { border-color: rgb(173,22,154); }
td.TdClassName
{
border-color: #AD169A;
}
.TagClassName
{
border-color: #AD169A;
}
</style>