Shades of Medium Red Violet #AB347E
Tints of Medium Red Violet #AB347E
RGB
CMYK
RGB Variations
Color information
#AB347E (or 0xAB347E) is known color: Medium Red Violet. HEX triplet: AB, 34 and 7E. RGB value is (171,52,126). Sum of RGB (Red+Green+Blue) = 171+52+126=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB347E is #54CB81. Grayscale: #5F5F5F. Windows color (decimal): -5557122 or 8271019. OLE color: 8271019.
HSL color Cylindrical-coordinate representation of color #AB347E: hue angle of 322.69º 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 #AB347E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 126 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.33 |
| HSL | 322.69º | 0.53% | 0.44% | - |
| HSV(B) | 322.69º | 0.7% | 0.67% | - |
| XYZ | 21.79 | 12.62 | 21.03 | - |
| YUV | 96.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 126 | 0 | 0.70 | 0.26 | 0.33 | 322.69 | 0.53 | 0.44 |
| Hex | AB | 34 | 7E | 0 | 46 | 1A | 21 | 143 | 35 | 2C |
| Octal | 253 | 64 | 176 | 0 | 106 | 32 | 41 | 503 | 65 | 54 |
| Binary | 10101011 | 110100 | 1111110 | 0 | 1000110 | 11010 | 100001 | 101000011 | 110101 | 101100 |
Color Harmonies of #AB347E
Complementary color
Monochromatic Colors of #AB347E
Black with #AB347E
Text Example
Text Example
White with #AB347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB347E; }
p { color: rgb(171,52,126); }
H1.HeaderClassName
{
color: #AB347E;
}
.AnyTagClassName
{
color: #AB347E;
}
</style>
background-color css
<style>
a { background-color: #AB347E; }
a { background-color: rgb(171,52,126); }
div.DivClassName
{
background-color: #AB347E;
}
.BgClassName
{
background-color: #AB347E;
}
</style>
border-color css
<style>
span { border-color: #AB347E; }
span { border-color: rgb(171,52,126); }
td.TdClassName
{
border-color: #AB347E;
}
.TagClassName
{
border-color: #AB347E;
}
</style>