#A32C85

Color #A32C85 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A32C85

Tints of Medium Red Violet #A32C85

Color information

#A32C85 (or 0xA32C85) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2C and 85. RGB value is (163,44,133). Sum of RGB (Red+Green+Blue) = 163+44+133=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32C85 is #5CD37A. Grayscale: #595959. Windows color (decimal): -6083451 or 8727715. OLE color: 8727715.

HSL color Cylindrical-coordinate representation of color #A32C85: hue angle of 315.13º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C85 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16344133-
CMYK00.730.180.36
HSL315.13º57.49%40.59%-
HSV(B)315.13º73.01%63.92%-
XYZ20.2411.2823.3-
YUV89.73152.42180.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 44 (17.58% from 255) = 12.94%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=47.94%
G=12.94%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634413300.730.180.36315.1357.4940.59
HexA32C85049122413b3929
Octal24354205011122444737151
Binary10100011101100100001010100100110010100100100111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C85; }

 p { color: rgb(163,44,133); }

 H1.HeaderClassName
 {
   color: #A32C85;
 }
 .AnyTagClassName
 {
   color: #A32C85;
 }
</style>
background-color css

<style>
 a { background-color: #A32C85; }

 a { background-color: rgb(163,44,133); }

 div.DivClassName
 {
   background-color: #A32C85;
 }
 .BgClassName
 {
   background-color: #A32C85;
 }
</style>
border-color css

<style>
 span { border-color: #A32C85; }

 span { border-color: rgb(163,44,133); }

 td.TdClassName
 {
   border-color: #A32C85;
 }
 .TagClassName
 {
   border-color: #A32C85;
 }
</style>