Shades of Medium Red Violet #AB3492
Tints of Medium Red Violet #AB3492
RGB
CMYK
RGB Variations
Color information
#AB3492 (or 0xAB3492) is known color: Medium Red Violet. HEX triplet: AB, 34 and 92. RGB value is (171,52,146). Sum of RGB (Red+Green+Blue) = 171+52+146=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3492 is #54CB6D. Grayscale: #626262. Windows color (decimal): -5557102 or 9581739. OLE color: 9581739.
HSL color Cylindrical-coordinate representation of color #AB3492: hue angle of 312.61º 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 #AB3492 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 146 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.33 |
| HSL | 312.61º | 0.53% | 0.44% | - |
| HSV(B) | 312.61º | 0.7% | 0.67% | - |
| XYZ | 23.21 | 13.19 | 28.52 | - |
| YUV | 98.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 146 | 0 | 0.70 | 0.15 | 0.33 | 312.61 | 0.53 | 0.44 |
| Hex | AB | 34 | 92 | 0 | 46 | F | 21 | 139 | 35 | 2C |
| Octal | 253 | 64 | 222 | 0 | 106 | 17 | 41 | 471 | 65 | 54 |
| Binary | 10101011 | 110100 | 10010010 | 0 | 1000110 | 1111 | 100001 | 100111001 | 110101 | 101100 |
Color Harmonies of #AB3492
Complementary color
Monochromatic Colors of #AB3492
Black with #AB3492
Text Example
Text Example
White with #AB3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3492; }
p { color: rgb(171,52,146); }
H1.HeaderClassName
{
color: #AB3492;
}
.AnyTagClassName
{
color: #AB3492;
}
</style>
background-color css
<style>
a { background-color: #AB3492; }
a { background-color: rgb(171,52,146); }
div.DivClassName
{
background-color: #AB3492;
}
.BgClassName
{
background-color: #AB3492;
}
</style>
border-color css
<style>
span { border-color: #AB3492; }
span { border-color: rgb(171,52,146); }
td.TdClassName
{
border-color: #AB3492;
}
.TagClassName
{
border-color: #AB3492;
}
</style>