Shades of Medium Red Violet #AB319B
Tints of Medium Red Violet #AB319B
RGB
CMYK
RGB Variations
Color information
#AB319B (or 0xAB319B) is known color: Medium Red Violet. HEX triplet: AB, 31 and 9B. RGB value is (171,49,155). Sum of RGB (Red+Green+Blue) = 171+49+155=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319B is #54CE64. Grayscale: #616161. Windows color (decimal): -5557861 or 10170795. OLE color: 10170795.
HSL color Cylindrical-coordinate representation of color #AB319B: hue angle of 307.87º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB319B is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 155 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.33 |
| HSL | 307.87º | 0.55% | 0.43% | - |
| HSV(B) | 307.87º | 0.71% | 0.67% | - |
| XYZ | 23.81 | 13.22 | 32.31 | - |
| YUV | 97.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 155 | 0 | 0.71 | 0.09 | 0.33 | 307.87 | 0.55 | 0.43 |
| Hex | AB | 31 | 9B | 0 | 47 | 9 | 21 | 134 | 37 | 2B |
| Octal | 253 | 61 | 233 | 0 | 107 | 11 | 41 | 464 | 67 | 53 |
| Binary | 10101011 | 110001 | 10011011 | 0 | 1000111 | 1001 | 100001 | 100110100 | 110111 | 101011 |
Color Harmonies of #AB319B
Complementary color
Monochromatic Colors of #AB319B
Black with #AB319B
Text Example
Text Example
White with #AB319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB319B; }
p { color: rgb(171,49,155); }
H1.HeaderClassName
{
color: #AB319B;
}
.AnyTagClassName
{
color: #AB319B;
}
</style>
background-color css
<style>
a { background-color: #AB319B; }
a { background-color: rgb(171,49,155); }
div.DivClassName
{
background-color: #AB319B;
}
.BgClassName
{
background-color: #AB319B;
}
</style>
border-color css
<style>
span { border-color: #AB319B; }
span { border-color: rgb(171,49,155); }
td.TdClassName
{
border-color: #AB319B;
}
.TagClassName
{
border-color: #AB319B;
}
</style>