#a32579

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

Shades of Medium Red Violet #A32579

Tints of Medium Red Violet #A32579

Color information

#A32579 (or 0xA32579) is unknown color: approx Medium Red Violet. HEX triplet: A3, 25 and 79. RGB value is (163,37,121). Sum of RGB (Red+Green+Blue) = 163+37+121=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A32579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32579 is #5CDA86. Grayscale: #545454. Windows color (decimal): -6085255 or 7939491. OLE color: 7939491.

HSL color Cylindrical-coordinate representation of color #A32579: hue angle of 320º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32579 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16337121-
CMYK00.770.260.36
HSL320º63%39.22%-
HSV(B)320º77.3%63.92%-
XYZ19.2210.4919.1-
YUV84.25148.74184.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 37 (14.84% from 255) = 11.53%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=50.78%
G=11.53%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633712100.770.260.363206339.22
HexA3257904D1A241403f27
Octal24345171011532445007747
Binary1010001110010111110010100110111010100100101000000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32579; }

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

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

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

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

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

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

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

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