Shades of Medium Red Violet #A32F85
Tints of Medium Red Violet #A32F85
RGB
CMYK
RGB Variations
Color information
#A32F85 (or 0xA32F85) is known color: Medium Red Violet. HEX triplet: A3, 2F and 85. RGB value is (163,47,133). Sum of RGB (Red+Green+Blue) = 163+47+133=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32F85 is #5CD07A. Grayscale: #5B5B5B. Windows color (decimal): -6082683 or 8728483. OLE color: 8728483.
HSL color Cylindrical-coordinate representation of color #A32F85: hue angle of 315.52º 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 #A32F85 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 133 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.36 |
| HSL | 315.52º | 0.55% | 0.41% | - |
| HSV(B) | 315.52º | 0.71% | 0.64% | - |
| XYZ | 20.35 | 11.51 | 23.34 | - |
| YUV | 91.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 133 | 0 | 0.71 | 0.18 | 0.36 | 315.52 | 0.55 | 0.41 |
| Hex | A3 | 2F | 85 | 0 | 47 | 12 | 24 | 13C | 37 | 29 |
| Octal | 243 | 57 | 205 | 0 | 107 | 22 | 44 | 474 | 67 | 51 |
| Binary | 10100011 | 101111 | 10000101 | 0 | 1000111 | 10010 | 100100 | 100111100 | 110111 | 101001 |
Color Harmonies of #A32F85
Complementary color
Monochromatic Colors of #A32F85
Black with #A32F85
Text Example
Text Example
White with #A32F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F85; }
p { color: rgb(163,47,133); }
H1.HeaderClassName
{
color: #A32F85;
}
.AnyTagClassName
{
color: #A32F85;
}
</style>
background-color css
<style>
a { background-color: #A32F85; }
a { background-color: rgb(163,47,133); }
div.DivClassName
{
background-color: #A32F85;
}
.BgClassName
{
background-color: #A32F85;
}
</style>
border-color css
<style>
span { border-color: #A32F85; }
span { border-color: rgb(163,47,133); }
td.TdClassName
{
border-color: #A32F85;
}
.TagClassName
{
border-color: #A32F85;
}
</style>