#A32E76

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

Shades of Medium Red Violet #A32E76

Tints of Medium Red Violet #A32E76

Color information

#A32E76 (or 0xA32E76) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2E and 76. RGB value is (163,46,118). Sum of RGB (Red+Green+Blue) = 163+46+118=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E76 is #5CD189. Grayscale: #595959. Windows color (decimal): -6082954 or 7745187. OLE color: 7745187.

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

Color convert

RGB16346118-
CMYK00.720.280.36
HSL323.08º55.98%40.98%-
HSV(B)323.08º71.78%63.92%-
XYZ19.3511.0518.25-
YUV89.19144.26180.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=49.85%
G=14.07%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634611800.720.280.36323.0855.9840.98
HexA32E760481C241433829
Octal24356166011034445037051
Binary1010001110111011101100100100011100100100101000011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E76; }

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

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

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

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

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

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

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

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