Shades of Medium Red Violet #AB319A
Tints of Medium Red Violet #AB319A
RGB
CMYK
RGB Variations
Color information
#AB319A (or 0xAB319A) is known color: Medium Red Violet. HEX triplet: AB, 31 and 9A. RGB value is (171,49,154). Sum of RGB (Red+Green+Blue) = 171+49+154=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319A is #54CE65. Grayscale: #616161. Windows color (decimal): -5557862 or 10105259. OLE color: 10105259.
HSL color Cylindrical-coordinate representation of color #AB319A: hue angle of 308.36º 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 #AB319A is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 154 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.33 |
| HSL | 308.36º | 0.55% | 0.43% | - |
| HSV(B) | 308.36º | 0.71% | 0.67% | - |
| XYZ | 23.73 | 13.19 | 31.87 | - |
| YUV | 97.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 154 | 0 | 0.71 | 0.10 | 0.33 | 308.36 | 0.55 | 0.43 |
| Hex | AB | 31 | 9A | 0 | 47 | A | 21 | 134 | 37 | 2B |
| Octal | 253 | 61 | 232 | 0 | 107 | 12 | 41 | 464 | 67 | 53 |
| Binary | 10101011 | 110001 | 10011010 | 0 | 1000111 | 1010 | 100001 | 100110100 | 110111 | 101011 |
Color Harmonies of #AB319A
Complementary color
Monochromatic Colors of #AB319A
Black with #AB319A
Text Example
Text Example
White with #AB319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB319A; }
p { color: rgb(171,49,154); }
H1.HeaderClassName
{
color: #AB319A;
}
.AnyTagClassName
{
color: #AB319A;
}
</style>
background-color css
<style>
a { background-color: #AB319A; }
a { background-color: rgb(171,49,154); }
div.DivClassName
{
background-color: #AB319A;
}
.BgClassName
{
background-color: #AB319A;
}
</style>
border-color css
<style>
span { border-color: #AB319A; }
span { border-color: rgb(171,49,154); }
td.TdClassName
{
border-color: #AB319A;
}
.TagClassName
{
border-color: #AB319A;
}
</style>