Shades of Medium Violet Red #AD1C9A
Tints of Medium Violet Red #AD1C9A
RGB
CMYK
RGB Variations
Color information
#AD1C9A (or 0xAD1C9A) is known color: Medium Violet Red. HEX triplet: AD, 1C and 9A. RGB value is (173,28,154). Sum of RGB (Red+Green+Blue) = 173+28+154=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C9A is #52E365. Grayscale: #555555. Windows color (decimal): -5432166 or 10099885. OLE color: 10099885.
HSL color Cylindrical-coordinate representation of color #AD1C9A: hue angle of 307.86º 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 #AD1C9A is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 154 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.32 |
| HSL | 307.86º | 0.72% | 0.39% | - |
| HSV(B) | 307.86º | 0.84% | 0.68% | - |
| XYZ | 23.48 | 12.05 | 31.66 | - |
| YUV | 85.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 154 | 0 | 0.84 | 0.11 | 0.32 | 307.86 | 0.72 | 0.39 |
| Hex | AD | 1C | 9A | 0 | 54 | B | 20 | 134 | 48 | 27 |
| Octal | 255 | 34 | 232 | 0 | 124 | 13 | 40 | 464 | 110 | 47 |
| Binary | 10101101 | 11100 | 10011010 | 0 | 1010100 | 1011 | 100000 | 100110100 | 1001000 | 100111 |
Color Harmonies of #AD1C9A
Complementary color
Monochromatic Colors of #AD1C9A
Black with #AD1C9A
Text Example
Text Example
White with #AD1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C9A; }
p { color: rgb(173,28,154); }
H1.HeaderClassName
{
color: #AD1C9A;
}
.AnyTagClassName
{
color: #AD1C9A;
}
</style>
background-color css
<style>
a { background-color: #AD1C9A; }
a { background-color: rgb(173,28,154); }
div.DivClassName
{
background-color: #AD1C9A;
}
.BgClassName
{
background-color: #AD1C9A;
}
</style>
border-color css
<style>
span { border-color: #AD1C9A; }
span { border-color: rgb(173,28,154); }
td.TdClassName
{
border-color: #AD1C9A;
}
.TagClassName
{
border-color: #AD1C9A;
}
</style>