Shades of Medium Violet Red #AD1C9E
Tints of Medium Violet Red #AD1C9E
RGB
CMYK
RGB Variations
Color information
#AD1C9E (or 0xAD1C9E) is known color: Medium Violet Red. HEX triplet: AD, 1C and 9E. RGB value is (173,28,158). Sum of RGB (Red+Green+Blue) = 173+28+158=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C9E is #52E361. Grayscale: #555555. Windows color (decimal): -5432162 or 10362029. OLE color: 10362029.
HSL color Cylindrical-coordinate representation of color #AD1C9E: hue angle of 306.21º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C9E is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 158 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.32 |
| HSL | 306.21º | 0.72% | 0.39% | - |
| HSV(B) | 306.21º | 0.84% | 0.68% | - |
| XYZ | 23.82 | 12.18 | 33.44 | - |
| YUV | 86.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 158 | 0 | 0.84 | 0.09 | 0.32 | 306.21 | 0.72 | 0.39 |
| Hex | AD | 1C | 9E | 0 | 54 | 9 | 20 | 132 | 48 | 27 |
| Octal | 255 | 34 | 236 | 0 | 124 | 11 | 40 | 462 | 110 | 47 |
| Binary | 10101101 | 11100 | 10011110 | 0 | 1010100 | 1001 | 100000 | 100110010 | 1001000 | 100111 |
Color Harmonies of #AD1C9E
Complementary color
Monochromatic Colors of #AD1C9E
Black with #AD1C9E
Text Example
Text Example
White with #AD1C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C9E; }
p { color: rgb(173,28,158); }
H1.HeaderClassName
{
color: #AD1C9E;
}
.AnyTagClassName
{
color: #AD1C9E;
}
</style>
background-color css
<style>
a { background-color: #AD1C9E; }
a { background-color: rgb(173,28,158); }
div.DivClassName
{
background-color: #AD1C9E;
}
.BgClassName
{
background-color: #AD1C9E;
}
</style>
border-color css
<style>
span { border-color: #AD1C9E; }
span { border-color: rgb(173,28,158); }
td.TdClassName
{
border-color: #AD1C9E;
}
.TagClassName
{
border-color: #AD1C9E;
}
</style>