Shades of Medium Red Violet #AB3199
Tints of Medium Red Violet #AB3199
RGB
CMYK
RGB Variations
Color information
#AB3199 (or 0xAB3199) is known color: Medium Red Violet. HEX triplet: AB, 31 and 99. RGB value is (171,49,153). Sum of RGB (Red+Green+Blue) = 171+49+153=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3199 is #54CE66. Grayscale: #616161. Windows color (decimal): -5557863 or 10039723. OLE color: 10039723.
HSL color Cylindrical-coordinate representation of color #AB3199: hue angle of 308.85º 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 #AB3199 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 153 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.33 |
| HSL | 308.85º | 0.55% | 0.43% | - |
| HSV(B) | 308.85º | 0.71% | 0.67% | - |
| XYZ | 23.64 | 13.15 | 31.43 | - |
| YUV | 97.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 153 | 0 | 0.71 | 0.11 | 0.33 | 308.85 | 0.55 | 0.43 |
| Hex | AB | 31 | 99 | 0 | 47 | B | 21 | 135 | 37 | 2B |
| Octal | 253 | 61 | 231 | 0 | 107 | 13 | 41 | 465 | 67 | 53 |
| Binary | 10101011 | 110001 | 10011001 | 0 | 1000111 | 1011 | 100001 | 100110101 | 110111 | 101011 |
Color Harmonies of #AB3199
Complementary color
Monochromatic Colors of #AB3199
Black with #AB3199
Text Example
Text Example
White with #AB3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3199; }
p { color: rgb(171,49,153); }
H1.HeaderClassName
{
color: #AB3199;
}
.AnyTagClassName
{
color: #AB3199;
}
</style>
background-color css
<style>
a { background-color: #AB3199; }
a { background-color: rgb(171,49,153); }
div.DivClassName
{
background-color: #AB3199;
}
.BgClassName
{
background-color: #AB3199;
}
</style>
border-color css
<style>
span { border-color: #AB3199; }
span { border-color: rgb(171,49,153); }
td.TdClassName
{
border-color: #AB3199;
}
.TagClassName
{
border-color: #AB3199;
}
</style>