Shades of Medium Red Violet #AB3474
Tints of Medium Red Violet #AB3474
RGB
CMYK
RGB Variations
Color information
#AB3474 (or 0xAB3474) is known color: Medium Red Violet. HEX triplet: AB, 34 and 74. RGB value is (171,52,116). Sum of RGB (Red+Green+Blue) = 171+52+116=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3474 is #54CB8B. Grayscale: #5E5E5E. Windows color (decimal): -5557132 or 7615659. OLE color: 7615659.
HSL color Cylindrical-coordinate representation of color #AB3474: hue angle of 327.73º 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 #AB3474 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 116 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.33 |
| HSL | 327.73º | 0.53% | 0.44% | - |
| HSV(B) | 327.73º | 0.7% | 0.67% | - |
| XYZ | 21.17 | 12.37 | 17.8 | - |
| YUV | 94.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 116 | 0 | 0.70 | 0.32 | 0.33 | 327.73 | 0.53 | 0.44 |
| Hex | AB | 34 | 74 | 0 | 46 | 20 | 21 | 148 | 35 | 2C |
| Octal | 253 | 64 | 164 | 0 | 106 | 40 | 41 | 510 | 65 | 54 |
| Binary | 10101011 | 110100 | 1110100 | 0 | 1000110 | 100000 | 100001 | 101001000 | 110101 | 101100 |
Color Harmonies of #AB3474
Complementary color
Monochromatic Colors of #AB3474
Black with #AB3474
Text Example
Text Example
White with #AB3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3474; }
p { color: rgb(171,52,116); }
H1.HeaderClassName
{
color: #AB3474;
}
.AnyTagClassName
{
color: #AB3474;
}
</style>
background-color css
<style>
a { background-color: #AB3474; }
a { background-color: rgb(171,52,116); }
div.DivClassName
{
background-color: #AB3474;
}
.BgClassName
{
background-color: #AB3474;
}
</style>
border-color css
<style>
span { border-color: #AB3474; }
span { border-color: rgb(171,52,116); }
td.TdClassName
{
border-color: #AB3474;
}
.TagClassName
{
border-color: #AB3474;
}
</style>