Shades of Medium Violet Red #AD1294
Tints of Medium Violet Red #AD1294
RGB
CMYK
RGB Variations
Color information
#AD1294 (or 0xAD1294) is known color: Medium Violet Red. HEX triplet: AD, 12 and 94. RGB value is (173,18,148). Sum of RGB (Red+Green+Blue) = 173+18+148=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1294 is #52ED6B. Grayscale: #4E4E4E. Windows color (decimal): -5434732 or 9704109. OLE color: 9704109.
HSL color Cylindrical-coordinate representation of color #AD1294: hue angle of 309.68º degrees, saturation: 0.81, 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 #AD1294 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 148 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.32 |
| HSL | 309.68º | 0.81% | 0.37% | - |
| HSV(B) | 309.68º | 0.9% | 0.68% | - |
| XYZ | 22.8 | 11.45 | 29.03 | - |
| YUV | 79.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 148 | 0 | 0.90 | 0.14 | 0.32 | 309.68 | 0.81 | 0.37 |
| Hex | AD | 12 | 94 | 0 | 5A | E | 20 | 136 | 51 | 25 |
| Octal | 255 | 22 | 224 | 0 | 132 | 16 | 40 | 466 | 121 | 45 |
| Binary | 10101101 | 10010 | 10010100 | 0 | 1011010 | 1110 | 100000 | 100110110 | 1010001 | 100101 |
Color Harmonies of #AD1294
Complementary color
Monochromatic Colors of #AD1294
Black with #AD1294
Text Example
Text Example
White with #AD1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1294; }
p { color: rgb(173,18,148); }
H1.HeaderClassName
{
color: #AD1294;
}
.AnyTagClassName
{
color: #AD1294;
}
</style>
background-color css
<style>
a { background-color: #AD1294; }
a { background-color: rgb(173,18,148); }
div.DivClassName
{
background-color: #AD1294;
}
.BgClassName
{
background-color: #AD1294;
}
</style>
border-color css
<style>
span { border-color: #AD1294; }
span { border-color: rgb(173,18,148); }
td.TdClassName
{
border-color: #AD1294;
}
.TagClassName
{
border-color: #AD1294;
}
</style>