Shades of Medium Red Violet #AB1F9B
Tints of Medium Red Violet #AB1F9B
RGB
CMYK
RGB Variations
Color information
#AB1F9B (or 0xAB1F9B) is known color: Medium Red Violet. HEX triplet: AB, 1F and 9B. RGB value is (171,31,155). Sum of RGB (Red+Green+Blue) = 171+31+155=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1F9B is #54E064. Grayscale: #565656. Windows color (decimal): -5562469 or 10166187. OLE color: 10166187.
HSL color Cylindrical-coordinate representation of color #AB1F9B: hue angle of 306.86º 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 #AB1F9B is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 155 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.33 |
| HSL | 306.86º | 0.69% | 0.4% | - |
| HSV(B) | 306.86º | 0.82% | 0.67% | - |
| XYZ | 23.2 | 12 | 32.1 | - |
| YUV | 87 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 155 | 0 | 0.82 | 0.09 | 0.33 | 306.86 | 0.69 | 0.4 |
| Hex | AB | 1F | 9B | 0 | 52 | 9 | 21 | 133 | 45 | 28 |
| Octal | 253 | 37 | 233 | 0 | 122 | 11 | 41 | 463 | 105 | 50 |
| Binary | 10101011 | 11111 | 10011011 | 0 | 1010010 | 1001 | 100001 | 100110011 | 1000101 | 101000 |
Color Harmonies of #AB1F9B
Complementary color
Monochromatic Colors of #AB1F9B
Black with #AB1F9B
Text Example
Text Example
White with #AB1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F9B; }
p { color: rgb(171,31,155); }
H1.HeaderClassName
{
color: #AB1F9B;
}
.AnyTagClassName
{
color: #AB1F9B;
}
</style>
background-color css
<style>
a { background-color: #AB1F9B; }
a { background-color: rgb(171,31,155); }
div.DivClassName
{
background-color: #AB1F9B;
}
.BgClassName
{
background-color: #AB1F9B;
}
</style>
border-color css
<style>
span { border-color: #AB1F9B; }
span { border-color: rgb(171,31,155); }
td.TdClassName
{
border-color: #AB1F9B;
}
.TagClassName
{
border-color: #AB1F9B;
}
</style>