Shades of Medium Violet Red #AB1394
Tints of Medium Violet Red #AB1394
RGB
CMYK
RGB Variations
Color information
#AB1394 (or 0xAB1394) is known color: Medium Violet Red. HEX triplet: AB, 13 and 94. RGB value is (171,19,148). Sum of RGB (Red+Green+Blue) = 171+19+148=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1394 is #54EC6B. Grayscale: #4E4E4E. Windows color (decimal): -5565548 or 9704363. OLE color: 9704363.
HSL color Cylindrical-coordinate representation of color #AB1394: hue angle of 309.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1394 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 148 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.33 |
| HSL | 309.08º | 0.8% | 0.37% | - |
| HSV(B) | 309.08º | 0.89% | 0.67% | - |
| XYZ | 22.37 | 11.26 | 29.01 | - |
| YUV | 79.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 148 | 0 | 0.89 | 0.13 | 0.33 | 309.08 | 0.8 | 0.37 |
| Hex | AB | 13 | 94 | 0 | 59 | D | 21 | 135 | 50 | 25 |
| Octal | 253 | 23 | 224 | 0 | 131 | 15 | 41 | 465 | 120 | 45 |
| Binary | 10101011 | 10011 | 10010100 | 0 | 1011001 | 1101 | 100001 | 100110101 | 1010000 | 100101 |
Color Harmonies of #AB1394
Complementary color
Monochromatic Colors of #AB1394
Black with #AB1394
Text Example
Text Example
White with #AB1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1394; }
p { color: rgb(171,19,148); }
H1.HeaderClassName
{
color: #AB1394;
}
.AnyTagClassName
{
color: #AB1394;
}
</style>
background-color css
<style>
a { background-color: #AB1394; }
a { background-color: rgb(171,19,148); }
div.DivClassName
{
background-color: #AB1394;
}
.BgClassName
{
background-color: #AB1394;
}
</style>
border-color css
<style>
span { border-color: #AB1394; }
span { border-color: rgb(171,19,148); }
td.TdClassName
{
border-color: #AB1394;
}
.TagClassName
{
border-color: #AB1394;
}
</style>