Shades of Medium Red Violet #AB318B
Tints of Medium Red Violet #AB318B
RGB
CMYK
RGB Variations
Color information
#AB318B (or 0xAB318B) is known color: Medium Red Violet. HEX triplet: AB, 31 and 8B. RGB value is (171,49,139). Sum of RGB (Red+Green+Blue) = 171+49+139=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB318B is #54CE74. Grayscale: #5F5F5F. Windows color (decimal): -5557877 or 9122219. OLE color: 9122219.
HSL color Cylindrical-coordinate representation of color #AB318B: hue angle of 315.74º 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 #AB318B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 139 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.33 |
| HSL | 315.74º | 0.55% | 0.43% | - |
| HSV(B) | 315.74º | 0.71% | 0.67% | - |
| XYZ | 22.55 | 12.72 | 25.69 | - |
| YUV | 95.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 139 | 0 | 0.71 | 0.19 | 0.33 | 315.74 | 0.55 | 0.43 |
| Hex | AB | 31 | 8B | 0 | 47 | 13 | 21 | 13C | 37 | 2B |
| Octal | 253 | 61 | 213 | 0 | 107 | 23 | 41 | 474 | 67 | 53 |
| Binary | 10101011 | 110001 | 10001011 | 0 | 1000111 | 10011 | 100001 | 100111100 | 110111 | 101011 |
Color Harmonies of #AB318B
Complementary color
Monochromatic Colors of #AB318B
Black with #AB318B
Text Example
Text Example
White with #AB318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB318B; }
p { color: rgb(171,49,139); }
H1.HeaderClassName
{
color: #AB318B;
}
.AnyTagClassName
{
color: #AB318B;
}
</style>
background-color css
<style>
a { background-color: #AB318B; }
a { background-color: rgb(171,49,139); }
div.DivClassName
{
background-color: #AB318B;
}
.BgClassName
{
background-color: #AB318B;
}
</style>
border-color css
<style>
span { border-color: #AB318B; }
span { border-color: rgb(171,49,139); }
td.TdClassName
{
border-color: #AB318B;
}
.TagClassName
{
border-color: #AB318B;
}
</style>