Shades of Medium Red Violet #AB347C
Tints of Medium Red Violet #AB347C
RGB
CMYK
RGB Variations
Color information
#AB347C (or 0xAB347C) is known color: Medium Red Violet. HEX triplet: AB, 34 and 7C. RGB value is (171,52,124). Sum of RGB (Red+Green+Blue) = 171+52+124=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB347C is #54CB83. Grayscale: #5F5F5F. Windows color (decimal): -5557124 or 8139947. OLE color: 8139947.
HSL color Cylindrical-coordinate representation of color #AB347C: hue angle of 323.7º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB347C is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 124 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.33 |
| HSL | 323.7º | 0.53% | 0.44% | - |
| HSV(B) | 323.7º | 0.7% | 0.67% | - |
| XYZ | 21.66 | 12.57 | 20.35 | - |
| YUV | 95.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 124 | 0 | 0.70 | 0.27 | 0.33 | 323.7 | 0.53 | 0.44 |
| Hex | AB | 34 | 7C | 0 | 46 | 1B | 21 | 144 | 35 | 2C |
| Octal | 253 | 64 | 174 | 0 | 106 | 33 | 41 | 504 | 65 | 54 |
| Binary | 10101011 | 110100 | 1111100 | 0 | 1000110 | 11011 | 100001 | 101000100 | 110101 | 101100 |
Color Harmonies of #AB347C
Complementary color
Monochromatic Colors of #AB347C
Black with #AB347C
Text Example
Text Example
White with #AB347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB347C; }
p { color: rgb(171,52,124); }
H1.HeaderClassName
{
color: #AB347C;
}
.AnyTagClassName
{
color: #AB347C;
}
</style>
background-color css
<style>
a { background-color: #AB347C; }
a { background-color: rgb(171,52,124); }
div.DivClassName
{
background-color: #AB347C;
}
.BgClassName
{
background-color: #AB347C;
}
</style>
border-color css
<style>
span { border-color: #AB347C; }
span { border-color: rgb(171,52,124); }
td.TdClassName
{
border-color: #AB347C;
}
.TagClassName
{
border-color: #AB347C;
}
</style>