Shades of Medium Red Violet #AB3F8C
Tints of Medium Red Violet #AB3F8C
RGB
CMYK
RGB Variations
Color information
#AB3F8C (or 0xAB3F8C) is known color: Medium Red Violet. HEX triplet: AB, 3F and 8C. RGB value is (171,63,140). Sum of RGB (Red+Green+Blue) = 171+63+140=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F8C is #54C073. Grayscale: #676767. Windows color (decimal): -5554292 or 9191339. OLE color: 9191339.
HSL color Cylindrical-coordinate representation of color #AB3F8C: hue angle of 317.22º 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 #AB3F8C is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 140 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.33 |
| HSL | 317.22º | 0.46% | 0.46% | - |
| HSV(B) | 317.22º | 0.63% | 0.67% | - |
| XYZ | 23.31 | 14.11 | 26.31 | - |
| YUV | 104.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 140 | 0 | 0.63 | 0.18 | 0.33 | 317.22 | 0.46 | 0.46 |
| Hex | AB | 3F | 8C | 0 | 3F | 12 | 21 | 13D | 2E | 2E |
| Octal | 253 | 77 | 214 | 0 | 77 | 22 | 41 | 475 | 56 | 56 |
| Binary | 10101011 | 111111 | 10001100 | 0 | 111111 | 10010 | 100001 | 100111101 | 101110 | 101110 |
Color Harmonies of #AB3F8C
Complementary color
Monochromatic Colors of #AB3F8C
Black with #AB3F8C
Text Example
Text Example
White with #AB3F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F8C; }
p { color: rgb(171,63,140); }
H1.HeaderClassName
{
color: #AB3F8C;
}
.AnyTagClassName
{
color: #AB3F8C;
}
</style>
background-color css
<style>
a { background-color: #AB3F8C; }
a { background-color: rgb(171,63,140); }
div.DivClassName
{
background-color: #AB3F8C;
}
.BgClassName
{
background-color: #AB3F8C;
}
</style>
border-color css
<style>
span { border-color: #AB3F8C; }
span { border-color: rgb(171,63,140); }
td.TdClassName
{
border-color: #AB3F8C;
}
.TagClassName
{
border-color: #AB3F8C;
}
</style>