Shades of Medium Red Violet #AB1F96
Tints of Medium Red Violet #AB1F96
RGB
CMYK
RGB Variations
Color information
#AB1F96 (or 0xAB1F96) is known color: Medium Red Violet. HEX triplet: AB, 1F and 96. RGB value is (171,31,150). Sum of RGB (Red+Green+Blue) = 171+31+150=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1F96 is #54E069. Grayscale: #565656. Windows color (decimal): -5562474 or 9838507. OLE color: 9838507.
HSL color Cylindrical-coordinate representation of color #AB1F96: hue angle of 309º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F96 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 150 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.33 |
| HSL | 309º | 0.69% | 0.4% | - |
| HSV(B) | 309º | 0.82% | 0.67% | - |
| XYZ | 22.79 | 11.84 | 29.94 | - |
| YUV | 86.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 150 | 0 | 0.82 | 0.12 | 0.33 | 309 | 0.69 | 0.4 |
| Hex | AB | 1F | 96 | 0 | 52 | C | 21 | 135 | 45 | 28 |
| Octal | 253 | 37 | 226 | 0 | 122 | 14 | 41 | 465 | 105 | 50 |
| Binary | 10101011 | 11111 | 10010110 | 0 | 1010010 | 1100 | 100001 | 100110101 | 1000101 | 101000 |
Color Harmonies of #AB1F96
Complementary color
Monochromatic Colors of #AB1F96
Black with #AB1F96
Text Example
Text Example
White with #AB1F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F96; }
p { color: rgb(171,31,150); }
H1.HeaderClassName
{
color: #AB1F96;
}
.AnyTagClassName
{
color: #AB1F96;
}
</style>
background-color css
<style>
a { background-color: #AB1F96; }
a { background-color: rgb(171,31,150); }
div.DivClassName
{
background-color: #AB1F96;
}
.BgClassName
{
background-color: #AB1F96;
}
</style>
border-color css
<style>
span { border-color: #AB1F96; }
span { border-color: rgb(171,31,150); }
td.TdClassName
{
border-color: #AB1F96;
}
.TagClassName
{
border-color: #AB1F96;
}
</style>