Shades of Medium Violet Red #AD1C97
Tints of Medium Violet Red #AD1C97
RGB
CMYK
RGB Variations
Color information
#AD1C97 (or 0xAD1C97) is known color: Medium Violet Red. HEX triplet: AD, 1C and 97. RGB value is (173,28,151). Sum of RGB (Red+Green+Blue) = 173+28+151=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C97 is #52E368. Grayscale: #555555. Windows color (decimal): -5432169 or 9903277. OLE color: 9903277.
HSL color Cylindrical-coordinate representation of color #AD1C97: hue angle of 309.1º 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 #AD1C97 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 151 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.32 |
| HSL | 309.1º | 0.72% | 0.39% | - |
| HSV(B) | 309.1º | 0.84% | 0.68% | - |
| XYZ | 23.23 | 11.95 | 30.36 | - |
| YUV | 85.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 151 | 0 | 0.84 | 0.13 | 0.32 | 309.1 | 0.72 | 0.39 |
| Hex | AD | 1C | 97 | 0 | 54 | D | 20 | 135 | 48 | 27 |
| Octal | 255 | 34 | 227 | 0 | 124 | 15 | 40 | 465 | 110 | 47 |
| Binary | 10101101 | 11100 | 10010111 | 0 | 1010100 | 1101 | 100000 | 100110101 | 1001000 | 100111 |
Color Harmonies of #AD1C97
Complementary color
Monochromatic Colors of #AD1C97
Black with #AD1C97
Text Example
Text Example
White with #AD1C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C97; }
p { color: rgb(173,28,151); }
H1.HeaderClassName
{
color: #AD1C97;
}
.AnyTagClassName
{
color: #AD1C97;
}
</style>
background-color css
<style>
a { background-color: #AD1C97; }
a { background-color: rgb(173,28,151); }
div.DivClassName
{
background-color: #AD1C97;
}
.BgClassName
{
background-color: #AD1C97;
}
</style>
border-color css
<style>
span { border-color: #AD1C97; }
span { border-color: rgb(173,28,151); }
td.TdClassName
{
border-color: #AD1C97;
}
.TagClassName
{
border-color: #AD1C97;
}
</style>