Shades of Medium Violet Red #AD1D9A
Tints of Medium Violet Red #AD1D9A
RGB
CMYK
RGB Variations
Color information
#AD1D9A (or 0xAD1D9A) is known color: Medium Violet Red. HEX triplet: AD, 1D and 9A. RGB value is (173,29,154). Sum of RGB (Red+Green+Blue) = 173+29+154=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D9A is #52E265. Grayscale: #555555. Windows color (decimal): -5431910 or 10100141. OLE color: 10100141.
HSL color Cylindrical-coordinate representation of color #AD1D9A: hue angle of 307.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D9A is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 154 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.32 |
| HSL | 307.92º | 0.71% | 0.4% | - |
| HSV(B) | 307.92º | 0.83% | 0.68% | - |
| XYZ | 23.51 | 12.1 | 31.67 | - |
| YUV | 86.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 154 | 0 | 0.83 | 0.11 | 0.32 | 307.92 | 0.71 | 0.4 |
| Hex | AD | 1D | 9A | 0 | 53 | B | 20 | 134 | 47 | 28 |
| Octal | 255 | 35 | 232 | 0 | 123 | 13 | 40 | 464 | 107 | 50 |
| Binary | 10101101 | 11101 | 10011010 | 0 | 1010011 | 1011 | 100000 | 100110100 | 1000111 | 101000 |
Color Harmonies of #AD1D9A
Complementary color
Monochromatic Colors of #AD1D9A
Black with #AD1D9A
Text Example
Text Example
White with #AD1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D9A; }
p { color: rgb(173,29,154); }
H1.HeaderClassName
{
color: #AD1D9A;
}
.AnyTagClassName
{
color: #AD1D9A;
}
</style>
background-color css
<style>
a { background-color: #AD1D9A; }
a { background-color: rgb(173,29,154); }
div.DivClassName
{
background-color: #AD1D9A;
}
.BgClassName
{
background-color: #AD1D9A;
}
</style>
border-color css
<style>
span { border-color: #AD1D9A; }
span { border-color: rgb(173,29,154); }
td.TdClassName
{
border-color: #AD1D9A;
}
.TagClassName
{
border-color: #AD1D9A;
}
</style>