Shades of Medium Violet Red #AD1179
Tints of Medium Violet Red #AD1179
RGB
CMYK
RGB Variations
Color information
#AD1179 (or 0xAD1179) is known color: Medium Violet Red. HEX triplet: AD, 11 and 79. RGB value is (173,17,121). Sum of RGB (Red+Green+Blue) = 173+17+121=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1179 is #52EE86. Grayscale: #4B4B4B. Windows color (decimal): -5435015 or 7934381. OLE color: 7934381.
HSL color Cylindrical-coordinate representation of color #AD1179: hue angle of 320º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1179 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 121 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.32 |
| HSL | 320º | 0.82% | 0.37% | - |
| HSV(B) | 320º | 0.9% | 0.68% | - |
| XYZ | 20.89 | 10.67 | 19.05 | - |
| YUV | 75.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 121 | 0 | 0.90 | 0.30 | 0.32 | 320 | 0.82 | 0.37 |
| Hex | AD | 11 | 79 | 0 | 5A | 1E | 20 | 140 | 52 | 25 |
| Octal | 255 | 21 | 171 | 0 | 132 | 36 | 40 | 500 | 122 | 45 |
| Binary | 10101101 | 10001 | 1111001 | 0 | 1011010 | 11110 | 100000 | 101000000 | 1010010 | 100101 |
Color Harmonies of #AD1179
Complementary color
Monochromatic Colors of #AD1179
Black with #AD1179
Text Example
Text Example
White with #AD1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1179; }
p { color: rgb(173,17,121); }
H1.HeaderClassName
{
color: #AD1179;
}
.AnyTagClassName
{
color: #AD1179;
}
</style>
background-color css
<style>
a { background-color: #AD1179; }
a { background-color: rgb(173,17,121); }
div.DivClassName
{
background-color: #AD1179;
}
.BgClassName
{
background-color: #AD1179;
}
</style>
border-color css
<style>
span { border-color: #AD1179; }
span { border-color: rgb(173,17,121); }
td.TdClassName
{
border-color: #AD1179;
}
.TagClassName
{
border-color: #AD1179;
}
</style>