Shades of Medium Red Violet #A32F86
Tints of Medium Red Violet #A32F86
RGB
CMYK
RGB Variations
Color information
#A32F86 (or 0xA32F86) is known color: Medium Red Violet. HEX triplet: A3, 2F and 86. RGB value is (163,47,134). Sum of RGB (Red+Green+Blue) = 163+47+134=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32F86 is #5CD079. Grayscale: #5B5B5B. Windows color (decimal): -6082682 or 8794019. OLE color: 8794019.
HSL color Cylindrical-coordinate representation of color #A32F86: hue angle of 315º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A32F86 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 134 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.36 |
| HSL | 315º | 0.55% | 0.41% | - |
| HSV(B) | 315º | 0.71% | 0.64% | - |
| XYZ | 20.42 | 11.54 | 23.71 | - |
| YUV | 91.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 134 | 0 | 0.71 | 0.18 | 0.36 | 315 | 0.55 | 0.41 |
| Hex | A3 | 2F | 86 | 0 | 47 | 12 | 24 | 13B | 37 | 29 |
| Octal | 243 | 57 | 206 | 0 | 107 | 22 | 44 | 473 | 67 | 51 |
| Binary | 10100011 | 101111 | 10000110 | 0 | 1000111 | 10010 | 100100 | 100111011 | 110111 | 101001 |
Color Harmonies of #A32F86
Complementary color
Monochromatic Colors of #A32F86
Black with #A32F86
Text Example
Text Example
White with #A32F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F86; }
p { color: rgb(163,47,134); }
H1.HeaderClassName
{
color: #A32F86;
}
.AnyTagClassName
{
color: #A32F86;
}
</style>
background-color css
<style>
a { background-color: #A32F86; }
a { background-color: rgb(163,47,134); }
div.DivClassName
{
background-color: #A32F86;
}
.BgClassName
{
background-color: #A32F86;
}
</style>
border-color css
<style>
span { border-color: #A32F86; }
span { border-color: rgb(163,47,134); }
td.TdClassName
{
border-color: #A32F86;
}
.TagClassName
{
border-color: #A32F86;
}
</style>