Shades of Medium Violet Red #AD1292
Tints of Medium Violet Red #AD1292
RGB
CMYK
RGB Variations
Color information
#AD1292 (or 0xAD1292) is known color: Medium Violet Red. HEX triplet: AD, 12 and 92. RGB value is (173,18,146). Sum of RGB (Red+Green+Blue) = 173+18+146=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1292 is #52ED6D. Grayscale: #4E4E4E. Windows color (decimal): -5434734 or 9573037. OLE color: 9573037.
HSL color Cylindrical-coordinate representation of color #AD1292: hue angle of 310.45º 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 #AD1292 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 146 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.32 |
| HSL | 310.45º | 0.81% | 0.37% | - |
| HSV(B) | 310.45º | 0.9% | 0.68% | - |
| XYZ | 22.64 | 11.39 | 28.2 | - |
| YUV | 78.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 146 | 0 | 0.90 | 0.16 | 0.32 | 310.45 | 0.81 | 0.37 |
| Hex | AD | 12 | 92 | 0 | 5A | 10 | 20 | 136 | 51 | 25 |
| Octal | 255 | 22 | 222 | 0 | 132 | 20 | 40 | 466 | 121 | 45 |
| Binary | 10101101 | 10010 | 10010010 | 0 | 1011010 | 10000 | 100000 | 100110110 | 1010001 | 100101 |
Color Harmonies of #AD1292
Complementary color
Monochromatic Colors of #AD1292
Black with #AD1292
Text Example
Text Example
White with #AD1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1292; }
p { color: rgb(173,18,146); }
H1.HeaderClassName
{
color: #AD1292;
}
.AnyTagClassName
{
color: #AD1292;
}
</style>
background-color css
<style>
a { background-color: #AD1292; }
a { background-color: rgb(173,18,146); }
div.DivClassName
{
background-color: #AD1292;
}
.BgClassName
{
background-color: #AD1292;
}
</style>
border-color css
<style>
span { border-color: #AD1292; }
span { border-color: rgb(173,18,146); }
td.TdClassName
{
border-color: #AD1292;
}
.TagClassName
{
border-color: #AD1292;
}
</style>