Shades of Medium Red Violet #AB3C7A
Tints of Medium Red Violet #AB3C7A
RGB
CMYK
RGB Variations
Color information
#AB3C7A (or 0xAB3C7A) is known color: Medium Red Violet. HEX triplet: AB, 3C and 7A. RGB value is (171,60,122). Sum of RGB (Red+Green+Blue) = 171+60+122=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C7A is #54C385. Grayscale: #646464. Windows color (decimal): -5555078 or 8010923. OLE color: 8010923.
HSL color Cylindrical-coordinate representation of color #AB3C7A: hue angle of 326.49º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C7A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 122 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.33 |
| HSL | 326.49º | 0.48% | 0.45% | - |
| HSV(B) | 326.49º | 0.65% | 0.67% | - |
| XYZ | 21.92 | 13.29 | 19.82 | - |
| YUV | 100.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 122 | 0 | 0.65 | 0.29 | 0.33 | 326.49 | 0.48 | 0.45 |
| Hex | AB | 3C | 7A | 0 | 41 | 1D | 21 | 146 | 30 | 2D |
| Octal | 253 | 74 | 172 | 0 | 101 | 35 | 41 | 506 | 60 | 55 |
| Binary | 10101011 | 111100 | 1111010 | 0 | 1000001 | 11101 | 100001 | 101000110 | 110000 | 101101 |
Color Harmonies of #AB3C7A
Complementary color
Monochromatic Colors of #AB3C7A
Black with #AB3C7A
Text Example
Text Example
White with #AB3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C7A; }
p { color: rgb(171,60,122); }
H1.HeaderClassName
{
color: #AB3C7A;
}
.AnyTagClassName
{
color: #AB3C7A;
}
</style>
background-color css
<style>
a { background-color: #AB3C7A; }
a { background-color: rgb(171,60,122); }
div.DivClassName
{
background-color: #AB3C7A;
}
.BgClassName
{
background-color: #AB3C7A;
}
</style>
border-color css
<style>
span { border-color: #AB3C7A; }
span { border-color: rgb(171,60,122); }
td.TdClassName
{
border-color: #AB3C7A;
}
.TagClassName
{
border-color: #AB3C7A;
}
</style>