#A32E79

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

Shades of Medium Red Violet #A32E79

Tints of Medium Red Violet #A32E79

Color information

#A32E79 (or 0xA32E79) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2E and 79. RGB value is (163,46,121). Sum of RGB (Red+Green+Blue) = 163+46+121=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E79 is #5CD186. Grayscale: #595959. Windows color (decimal): -6082951 or 7941795. OLE color: 7941795.

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

Color convert

RGB16346121-
CMYK00.720.260.36
HSL321.54º55.98%40.98%-
HSV(B)321.54º71.78%63.92%-
XYZ19.5311.1219.21-
YUV89.53145.76180.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 46 (18.36% from 255) = 13.94%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=49.39%
G=13.94%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634612100.720.260.36321.5455.9840.98
HexA32E790481A241423829
Octal24356171011032445027051
Binary1010001110111011110010100100011010100100101000010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E79; }

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

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

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

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

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

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

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

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