Shades of Medium Red Violet #AB3F7C
Tints of Medium Red Violet #AB3F7C
RGB
CMYK
RGB Variations
Color information
#AB3F7C (or 0xAB3F7C) is known color: Medium Red Violet. HEX triplet: AB, 3F and 7C. RGB value is (171,63,124). Sum of RGB (Red+Green+Blue) = 171+63+124=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F7C is #54C083. Grayscale: #666666. Windows color (decimal): -5554308 or 8142763. OLE color: 8142763.
HSL color Cylindrical-coordinate representation of color #AB3F7C: hue angle of 326.11º 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 #AB3F7C is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 124 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.33 |
| HSL | 326.11º | 0.46% | 0.46% | - |
| HSV(B) | 326.11º | 0.63% | 0.67% | - |
| XYZ | 22.21 | 13.67 | 20.54 | - |
| YUV | 102.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 124 | 0 | 0.63 | 0.27 | 0.33 | 326.11 | 0.46 | 0.46 |
| Hex | AB | 3F | 7C | 0 | 3F | 1B | 21 | 146 | 2E | 2E |
| Octal | 253 | 77 | 174 | 0 | 77 | 33 | 41 | 506 | 56 | 56 |
| Binary | 10101011 | 111111 | 1111100 | 0 | 111111 | 11011 | 100001 | 101000110 | 101110 | 101110 |
Color Harmonies of #AB3F7C
Complementary color
Monochromatic Colors of #AB3F7C
Black with #AB3F7C
Text Example
Text Example
White with #AB3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F7C; }
p { color: rgb(171,63,124); }
H1.HeaderClassName
{
color: #AB3F7C;
}
.AnyTagClassName
{
color: #AB3F7C;
}
</style>
background-color css
<style>
a { background-color: #AB3F7C; }
a { background-color: rgb(171,63,124); }
div.DivClassName
{
background-color: #AB3F7C;
}
.BgClassName
{
background-color: #AB3F7C;
}
</style>
border-color css
<style>
span { border-color: #AB3F7C; }
span { border-color: rgb(171,63,124); }
td.TdClassName
{
border-color: #AB3F7C;
}
.TagClassName
{
border-color: #AB3F7C;
}
</style>