Shades of Medium Violet Red #AD1094
Tints of Medium Violet Red #AD1094
RGB
CMYK
RGB Variations
Color information
#AD1094 (or 0xAD1094) is known color: Medium Violet Red. HEX triplet: AD, 10 and 94. RGB value is (173,16,148). Sum of RGB (Red+Green+Blue) = 173+16+148=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1094 is #52EF6B. Grayscale: #4D4D4D. Windows color (decimal): -5435244 or 9703597. OLE color: 9703597.
HSL color Cylindrical-coordinate representation of color #AD1094: hue angle of 309.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1094 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 148 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.32 |
| HSL | 309.55º | 0.83% | 0.37% | - |
| HSV(B) | 309.55º | 0.91% | 0.68% | - |
| XYZ | 22.76 | 11.39 | 29.02 | - |
| YUV | 77.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 148 | 0 | 0.91 | 0.14 | 0.32 | 309.55 | 0.83 | 0.37 |
| Hex | AD | 10 | 94 | 0 | 5B | E | 20 | 136 | 53 | 25 |
| Octal | 255 | 20 | 224 | 0 | 133 | 16 | 40 | 466 | 123 | 45 |
| Binary | 10101101 | 10000 | 10010100 | 0 | 1011011 | 1110 | 100000 | 100110110 | 1010011 | 100101 |
Color Harmonies of #AD1094
Complementary color
Monochromatic Colors of #AD1094
Black with #AD1094
Text Example
Text Example
White with #AD1094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1094; }
p { color: rgb(173,16,148); }
H1.HeaderClassName
{
color: #AD1094;
}
.AnyTagClassName
{
color: #AD1094;
}
</style>
background-color css
<style>
a { background-color: #AD1094; }
a { background-color: rgb(173,16,148); }
div.DivClassName
{
background-color: #AD1094;
}
.BgClassName
{
background-color: #AD1094;
}
</style>
border-color css
<style>
span { border-color: #AD1094; }
span { border-color: rgb(173,16,148); }
td.TdClassName
{
border-color: #AD1094;
}
.TagClassName
{
border-color: #AD1094;
}
</style>