#A32E96

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

Shades of Medium Red Violet #A32E96

Tints of Medium Red Violet #A32E96

Color information

#A32E96 (or 0xA32E96) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2E and 96. RGB value is (163,46,150). Sum of RGB (Red+Green+Blue) = 163+46+150=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32E96 is #5CD169. Grayscale: #5C5C5C. Windows color (decimal): -6082922 or 9842339. OLE color: 9842339.

HSL color Cylindrical-coordinate representation of color #A32E96: hue angle of 306.67º 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 #A32E96 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16346150-
CMYK00.720.080.36
HSL306.67º55.98%40.98%-
HSV(B)306.67º71.78%63.92%-
XYZ21.5911.9430.02-
YUV92.84160.26178.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 46 (18.36% from 255) = 12.81%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=45.40%
G=12.81%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634615000.720.080.36306.6755.9840.98
HexA32E960488241333829
Octal24356226011010444637051
Binary1010001110111010010110010010001000100100100110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E96; }

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

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

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

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

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

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

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

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