Shades of Medium Red Violet #AB3F8D
Tints of Medium Red Violet #AB3F8D
RGB
CMYK
RGB Variations
Color information
#AB3F8D (or 0xAB3F8D) is known color: Medium Red Violet. HEX triplet: AB, 3F and 8D. RGB value is (171,63,141). Sum of RGB (Red+Green+Blue) = 171+63+141=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F8D is #54C072. Grayscale: #676767. Windows color (decimal): -5554291 or 9256875. OLE color: 9256875.
HSL color Cylindrical-coordinate representation of color #AB3F8D: hue angle of 316.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F8D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 141 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.33 |
| HSL | 316.67º | 0.46% | 0.46% | - |
| HSV(B) | 316.67º | 0.63% | 0.67% | - |
| XYZ | 23.38 | 14.14 | 26.7 | - |
| YUV | 104.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 141 | 0 | 0.63 | 0.18 | 0.33 | 316.67 | 0.46 | 0.46 |
| Hex | AB | 3F | 8D | 0 | 3F | 12 | 21 | 13D | 2E | 2E |
| Octal | 253 | 77 | 215 | 0 | 77 | 22 | 41 | 475 | 56 | 56 |
| Binary | 10101011 | 111111 | 10001101 | 0 | 111111 | 10010 | 100001 | 100111101 | 101110 | 101110 |
Color Harmonies of #AB3F8D
Complementary color
Monochromatic Colors of #AB3F8D
Black with #AB3F8D
Text Example
Text Example
White with #AB3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F8D; }
p { color: rgb(171,63,141); }
H1.HeaderClassName
{
color: #AB3F8D;
}
.AnyTagClassName
{
color: #AB3F8D;
}
</style>
background-color css
<style>
a { background-color: #AB3F8D; }
a { background-color: rgb(171,63,141); }
div.DivClassName
{
background-color: #AB3F8D;
}
.BgClassName
{
background-color: #AB3F8D;
}
</style>
border-color css
<style>
span { border-color: #AB3F8D; }
span { border-color: rgb(171,63,141); }
td.TdClassName
{
border-color: #AB3F8D;
}
.TagClassName
{
border-color: #AB3F8D;
}
</style>