#A32E91

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

Shades of Medium Red Violet #A32E91

Tints of Medium Red Violet #A32E91

Color information

#A32E91 (or 0xA32E91) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2E and 91. RGB value is (163,46,145). Sum of RGB (Red+Green+Blue) = 163+46+145=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32E91 is #5CD16E. Grayscale: #5B5B5B. Windows color (decimal): -6082927 or 9514659. OLE color: 9514659.

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

Color convert

RGB16346145-
CMYK00.720.110.36
HSL309.23º55.98%40.98%-
HSV(B)309.23º71.78%63.92%-
XYZ21.1911.7827.95-
YUV92.27157.76178.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 46 (18.36% from 255) = 12.99%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=46.05%
G=12.99%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634614500.720.110.36309.2355.9840.98
HexA32E91048B241353829
Octal24356221011013444657051
Binary1010001110111010010001010010001011100100100110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E91; }

 p { color: rgb(163,46,145); }

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

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

 a { background-color: rgb(163,46,145); }

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

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

 span { border-color: rgb(163,46,145); }

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