Shades of Medium Red Violet #AB348D
Tints of Medium Red Violet #AB348D
RGB
CMYK
RGB Variations
Color information
#AB348D (or 0xAB348D) is known color: Medium Red Violet. HEX triplet: AB, 34 and 8D. RGB value is (171,52,141). Sum of RGB (Red+Green+Blue) = 171+52+141=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB348D is #54CB72. Grayscale: #616161. Windows color (decimal): -5557107 or 9254059. OLE color: 9254059.
HSL color Cylindrical-coordinate representation of color #AB348D: hue angle of 315.13º 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 #AB348D is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 141 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.33 |
| HSL | 315.13º | 0.53% | 0.44% | - |
| HSV(B) | 315.13º | 0.7% | 0.67% | - |
| XYZ | 22.83 | 13.04 | 26.51 | - |
| YUV | 97.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 141 | 0 | 0.70 | 0.18 | 0.33 | 315.13 | 0.53 | 0.44 |
| Hex | AB | 34 | 8D | 0 | 46 | 12 | 21 | 13B | 35 | 2C |
| Octal | 253 | 64 | 215 | 0 | 106 | 22 | 41 | 473 | 65 | 54 |
| Binary | 10101011 | 110100 | 10001101 | 0 | 1000110 | 10010 | 100001 | 100111011 | 110101 | 101100 |
Color Harmonies of #AB348D
Complementary color
Monochromatic Colors of #AB348D
Black with #AB348D
Text Example
Text Example
White with #AB348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB348D; }
p { color: rgb(171,52,141); }
H1.HeaderClassName
{
color: #AB348D;
}
.AnyTagClassName
{
color: #AB348D;
}
</style>
background-color css
<style>
a { background-color: #AB348D; }
a { background-color: rgb(171,52,141); }
div.DivClassName
{
background-color: #AB348D;
}
.BgClassName
{
background-color: #AB348D;
}
</style>
border-color css
<style>
span { border-color: #AB348D; }
span { border-color: rgb(171,52,141); }
td.TdClassName
{
border-color: #AB348D;
}
.TagClassName
{
border-color: #AB348D;
}
</style>