Shades of Medium Violet Red #AD1493
Tints of Medium Violet Red #AD1493
RGB
CMYK
RGB Variations
Color information
#AD1493 (or 0xAD1493) is known color: Medium Violet Red. HEX triplet: AD, 14 and 93. RGB value is (173,20,147). Sum of RGB (Red+Green+Blue) = 173+20+147=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1493 is #52EB6C. Grayscale: #4F4F4F. Windows color (decimal): -5434221 or 9639085. OLE color: 9639085.
HSL color Cylindrical-coordinate representation of color #AD1493: hue angle of 310.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1493 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 147 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.32 |
| HSL | 310.2º | 0.79% | 0.38% | - |
| HSV(B) | 310.2º | 0.88% | 0.68% | - |
| XYZ | 22.75 | 11.49 | 28.62 | - |
| YUV | 80.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 147 | 0 | 0.88 | 0.15 | 0.32 | 310.2 | 0.79 | 0.38 |
| Hex | AD | 14 | 93 | 0 | 58 | F | 20 | 136 | 4F | 26 |
| Octal | 255 | 24 | 223 | 0 | 130 | 17 | 40 | 466 | 117 | 46 |
| Binary | 10101101 | 10100 | 10010011 | 0 | 1011000 | 1111 | 100000 | 100110110 | 1001111 | 100110 |
Color Harmonies of #AD1493
Complementary color
Monochromatic Colors of #AD1493
Black with #AD1493
Text Example
Text Example
White with #AD1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1493; }
p { color: rgb(173,20,147); }
H1.HeaderClassName
{
color: #AD1493;
}
.AnyTagClassName
{
color: #AD1493;
}
</style>
background-color css
<style>
a { background-color: #AD1493; }
a { background-color: rgb(173,20,147); }
div.DivClassName
{
background-color: #AD1493;
}
.BgClassName
{
background-color: #AD1493;
}
</style>
border-color css
<style>
span { border-color: #AD1493; }
span { border-color: rgb(173,20,147); }
td.TdClassName
{
border-color: #AD1493;
}
.TagClassName
{
border-color: #AD1493;
}
</style>