Shades of Medium Red Violet #AB31A6
Tints of Medium Red Violet #AB31A6
RGB
CMYK
RGB Variations
Color information
#AB31A6 (or 0xAB31A6) is known color: Medium Red Violet. HEX triplet: AB, 31 and A6. RGB value is (171,49,166). Sum of RGB (Red+Green+Blue) = 171+49+166=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB31A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB31A6 is #54CE59. Grayscale: #626262. Windows color (decimal): -5557850 or 10891691. OLE color: 10891691.
HSL color Cylindrical-coordinate representation of color #AB31A6: hue angle of 302.46º 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 #AB31A6 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 166 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.33 |
| HSL | 302.46º | 0.55% | 0.43% | - |
| HSV(B) | 302.46º | 0.71% | 0.67% | - |
| XYZ | 24.78 | 13.61 | 37.4 | - |
| YUV | 98.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 166 | 0 | 0.71 | 0.03 | 0.33 | 302.46 | 0.55 | 0.43 |
| Hex | AB | 31 | A6 | 0 | 47 | 3 | 21 | 12E | 37 | 2B |
| Octal | 253 | 61 | 246 | 0 | 107 | 3 | 41 | 456 | 67 | 53 |
| Binary | 10101011 | 110001 | 10100110 | 0 | 1000111 | 11 | 100001 | 100101110 | 110111 | 101011 |
Color Harmonies of #AB31A6
Complementary color
Monochromatic Colors of #AB31A6
Black with #AB31A6
Text Example
Text Example
White with #AB31A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31A6; }
p { color: rgb(171,49,166); }
H1.HeaderClassName
{
color: #AB31A6;
}
.AnyTagClassName
{
color: #AB31A6;
}
</style>
background-color css
<style>
a { background-color: #AB31A6; }
a { background-color: rgb(171,49,166); }
div.DivClassName
{
background-color: #AB31A6;
}
.BgClassName
{
background-color: #AB31A6;
}
</style>
border-color css
<style>
span { border-color: #AB31A6; }
span { border-color: rgb(171,49,166); }
td.TdClassName
{
border-color: #AB31A6;
}
.TagClassName
{
border-color: #AB31A6;
}
</style>