Shades of Medium Violet Red #AD1293
Tints of Medium Violet Red #AD1293
RGB
CMYK
RGB Variations
Color information
#AD1293 (or 0xAD1293) is known color: Medium Violet Red. HEX triplet: AD, 12 and 93. RGB value is (173,18,147). Sum of RGB (Red+Green+Blue) = 173+18+147=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1293 is #52ED6C. Grayscale: #4E4E4E. Windows color (decimal): -5434733 or 9638573. OLE color: 9638573.
HSL color Cylindrical-coordinate representation of color #AD1293: hue angle of 310.06º 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 #AD1293 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 147 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.32 |
| HSL | 310.06º | 0.81% | 0.37% | - |
| HSV(B) | 310.06º | 0.9% | 0.68% | - |
| XYZ | 22.72 | 11.42 | 28.61 | - |
| YUV | 79.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 147 | 0 | 0.90 | 0.15 | 0.32 | 310.06 | 0.81 | 0.37 |
| Hex | AD | 12 | 93 | 0 | 5A | F | 20 | 136 | 51 | 25 |
| Octal | 255 | 22 | 223 | 0 | 132 | 17 | 40 | 466 | 121 | 45 |
| Binary | 10101101 | 10010 | 10010011 | 0 | 1011010 | 1111 | 100000 | 100110110 | 1010001 | 100101 |
Color Harmonies of #AD1293
Complementary color
Monochromatic Colors of #AD1293
Black with #AD1293
Text Example
Text Example
White with #AD1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1293; }
p { color: rgb(173,18,147); }
H1.HeaderClassName
{
color: #AD1293;
}
.AnyTagClassName
{
color: #AD1293;
}
</style>
background-color css
<style>
a { background-color: #AD1293; }
a { background-color: rgb(173,18,147); }
div.DivClassName
{
background-color: #AD1293;
}
.BgClassName
{
background-color: #AD1293;
}
</style>
border-color css
<style>
span { border-color: #AD1293; }
span { border-color: rgb(173,18,147); }
td.TdClassName
{
border-color: #AD1293;
}
.TagClassName
{
border-color: #AD1293;
}
</style>