Shades of Medium Red Violet #AB347A
Tints of Medium Red Violet #AB347A
RGB
CMYK
RGB Variations
Color information
#AB347A (or 0xAB347A) is known color: Medium Red Violet. HEX triplet: AB, 34 and 7A. RGB value is (171,52,122). Sum of RGB (Red+Green+Blue) = 171+52+122=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB347A is #54CB85. Grayscale: #5F5F5F. Windows color (decimal): -5557126 or 8008875. OLE color: 8008875.
HSL color Cylindrical-coordinate representation of color #AB347A: hue angle of 324.71º 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 #AB347A is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 122 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.33 |
| HSL | 324.71º | 0.53% | 0.44% | - |
| HSV(B) | 324.71º | 0.7% | 0.67% | - |
| XYZ | 21.54 | 12.52 | 19.69 | - |
| YUV | 95.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 122 | 0 | 0.70 | 0.29 | 0.33 | 324.71 | 0.53 | 0.44 |
| Hex | AB | 34 | 7A | 0 | 46 | 1D | 21 | 145 | 35 | 2C |
| Octal | 253 | 64 | 172 | 0 | 106 | 35 | 41 | 505 | 65 | 54 |
| Binary | 10101011 | 110100 | 1111010 | 0 | 1000110 | 11101 | 100001 | 101000101 | 110101 | 101100 |
Color Harmonies of #AB347A
Complementary color
Monochromatic Colors of #AB347A
Black with #AB347A
Text Example
Text Example
White with #AB347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB347A; }
p { color: rgb(171,52,122); }
H1.HeaderClassName
{
color: #AB347A;
}
.AnyTagClassName
{
color: #AB347A;
}
</style>
background-color css
<style>
a { background-color: #AB347A; }
a { background-color: rgb(171,52,122); }
div.DivClassName
{
background-color: #AB347A;
}
.BgClassName
{
background-color: #AB347A;
}
</style>
border-color css
<style>
span { border-color: #AB347A; }
span { border-color: rgb(171,52,122); }
td.TdClassName
{
border-color: #AB347A;
}
.TagClassName
{
border-color: #AB347A;
}
</style>