Shades of Medium Red Violet #AB1F99
Tints of Medium Red Violet #AB1F99
RGB
CMYK
RGB Variations
Color information
#AB1F99 (or 0xAB1F99) is known color: Medium Red Violet. HEX triplet: AB, 1F and 99. RGB value is (171,31,153). Sum of RGB (Red+Green+Blue) = 171+31+153=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1F99 is #54E066. Grayscale: #565656. Windows color (decimal): -5562471 or 10035115. OLE color: 10035115.
HSL color Cylindrical-coordinate representation of color #AB1F99: hue angle of 307.71º 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 #AB1F99 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 153 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.33 |
| HSL | 307.71º | 0.69% | 0.4% | - |
| HSV(B) | 307.71º | 0.82% | 0.67% | - |
| XYZ | 23.03 | 11.94 | 31.23 | - |
| YUV | 86.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 153 | 0 | 0.82 | 0.11 | 0.33 | 307.71 | 0.69 | 0.4 |
| Hex | AB | 1F | 99 | 0 | 52 | B | 21 | 134 | 45 | 28 |
| Octal | 253 | 37 | 231 | 0 | 122 | 13 | 41 | 464 | 105 | 50 |
| Binary | 10101011 | 11111 | 10011001 | 0 | 1010010 | 1011 | 100001 | 100110100 | 1000101 | 101000 |
Color Harmonies of #AB1F99
Complementary color
Monochromatic Colors of #AB1F99
Black with #AB1F99
Text Example
Text Example
White with #AB1F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F99; }
p { color: rgb(171,31,153); }
H1.HeaderClassName
{
color: #AB1F99;
}
.AnyTagClassName
{
color: #AB1F99;
}
</style>
background-color css
<style>
a { background-color: #AB1F99; }
a { background-color: rgb(171,31,153); }
div.DivClassName
{
background-color: #AB1F99;
}
.BgClassName
{
background-color: #AB1F99;
}
</style>
border-color css
<style>
span { border-color: #AB1F99; }
span { border-color: rgb(171,31,153); }
td.TdClassName
{
border-color: #AB1F99;
}
.TagClassName
{
border-color: #AB1F99;
}
</style>