Shades of Medium Violet Red #AD1C9F
Tints of Medium Violet Red #AD1C9F
RGB
CMYK
RGB Variations
Color information
#AD1C9F (or 0xAD1C9F) is known color: Medium Violet Red. HEX triplet: AD, 1C and 9F. RGB value is (173,28,159). Sum of RGB (Red+Green+Blue) = 173+28+159=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C9F is #52E360. Grayscale: #555555. Windows color (decimal): -5432161 or 10427565. OLE color: 10427565.
HSL color Cylindrical-coordinate representation of color #AD1C9F: hue angle of 305.79º 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 #AD1C9F is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 159 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.32 |
| HSL | 305.79º | 0.72% | 0.39% | - |
| HSV(B) | 305.79º | 0.84% | 0.68% | - |
| XYZ | 23.91 | 12.22 | 33.9 | - |
| YUV | 86.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 159 | 0 | 0.84 | 0.08 | 0.32 | 305.79 | 0.72 | 0.39 |
| Hex | AD | 1C | 9F | 0 | 54 | 8 | 20 | 132 | 48 | 27 |
| Octal | 255 | 34 | 237 | 0 | 124 | 10 | 40 | 462 | 110 | 47 |
| Binary | 10101101 | 11100 | 10011111 | 0 | 1010100 | 1000 | 100000 | 100110010 | 1001000 | 100111 |
Color Harmonies of #AD1C9F
Complementary color
Monochromatic Colors of #AD1C9F
Black with #AD1C9F
Text Example
Text Example
White with #AD1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C9F; }
p { color: rgb(173,28,159); }
H1.HeaderClassName
{
color: #AD1C9F;
}
.AnyTagClassName
{
color: #AD1C9F;
}
</style>
background-color css
<style>
a { background-color: #AD1C9F; }
a { background-color: rgb(173,28,159); }
div.DivClassName
{
background-color: #AD1C9F;
}
.BgClassName
{
background-color: #AD1C9F;
}
</style>
border-color css
<style>
span { border-color: #AD1C9F; }
span { border-color: rgb(173,28,159); }
td.TdClassName
{
border-color: #AD1C9F;
}
.TagClassName
{
border-color: #AD1C9F;
}
</style>