Shades of Medium Red Violet #A32B91
Tints of Medium Red Violet #A32B91
RGB
CMYK
RGB Variations
Color information
#A32B91 (or 0xA32B91) is known color: Medium Red Violet. HEX triplet: A3, 2B and 91. RGB value is (163,43,145). Sum of RGB (Red+Green+Blue) = 163+43+145=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B91 is #5CD46E. Grayscale: #5A5A5A. Windows color (decimal): -6083695 or 9513891. OLE color: 9513891.
HSL color Cylindrical-coordinate representation of color #A32B91: hue angle of 309º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B91 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 145 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.36 |
| HSL | 309º | 0.58% | 0.4% | - |
| HSV(B) | 309º | 0.74% | 0.64% | - |
| XYZ | 21.08 | 11.56 | 27.91 | - |
| YUV | 90.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 145 | 0 | 0.74 | 0.11 | 0.36 | 309 | 0.58 | 0.4 |
| Hex | A3 | 2B | 91 | 0 | 4A | B | 24 | 135 | 3A | 28 |
| Octal | 243 | 53 | 221 | 0 | 112 | 13 | 44 | 465 | 72 | 50 |
| Binary | 10100011 | 101011 | 10010001 | 0 | 1001010 | 1011 | 100100 | 100110101 | 111010 | 101000 |
Color Harmonies of #A32B91
Complementary color
Monochromatic Colors of #A32B91
Black with #A32B91
Text Example
Text Example
White with #A32B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B91; }
p { color: rgb(163,43,145); }
H1.HeaderClassName
{
color: #A32B91;
}
.AnyTagClassName
{
color: #A32B91;
}
</style>
background-color css
<style>
a { background-color: #A32B91; }
a { background-color: rgb(163,43,145); }
div.DivClassName
{
background-color: #A32B91;
}
.BgClassName
{
background-color: #A32B91;
}
</style>
border-color css
<style>
span { border-color: #A32B91; }
span { border-color: rgb(163,43,145); }
td.TdClassName
{
border-color: #A32B91;
}
.TagClassName
{
border-color: #A32B91;
}
</style>