#A32E9A

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

Shades of Medium Red Violet #A32E9A

Tints of Medium Red Violet #A32E9A

Color information

#A32E9A (or 0xA32E9A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2E and 9A. RGB value is (163,46,154). Sum of RGB (Red+Green+Blue) = 163+46+154=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32E9A is #5CD165. Grayscale: #5C5C5C. Windows color (decimal): -6082918 or 10104483. OLE color: 10104483.

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

Color convert

RGB16346154-
CMYK00.720.060.36
HSL304.62º55.98%40.98%-
HSV(B)304.62º71.78%63.92%-
XYZ21.9112.0731.75-
YUV93.29162.26177.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=44.90%
G=12.67%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634615400.720.060.36304.6255.9840.98
HexA32E9A0486241313829
Octal2435623201106444617051
Binary101000111011101001101001001000110100100100110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E9A; }

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

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

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

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

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

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

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

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