COLOR #A4579F

HEX: #A4579F RGB: (164,87,159)

Color info

#A4579F contains mainly red and blue colors. Web safe color of #A4579F is #996699 (or #969).

RGB color model

#A4579F color RGB value is (164,87,159).

RGB: (164,87,159) (64%, 34%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 159 of 255 = 62%

164
87
159

R + G + B ~ 53%. #A4579F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 87 + 159 = 410 (100%)
R 164 of 410 ~ 40%
G 87 of 410 ~ 21.22%
B 159 of 410 ~ 38.78'%

%40
%21.22
%38.78

CMYK color model

#A4579F color CMYK value is (0,47,3,36).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK: (0,47,3,36) C0M47Y3K36 (0%,47%,3%,36%) (0.00/0.47/0.03/0.36) 

CMYK percentages

%0
%46.95
%3.05
%35.69

Codes

Color #A4579F in popluar color models

A4 57 9F
RGB 164 87 159
HSL 304° 30.68% 49.22%
HSB/HSV 304° 46.95% 64.31%
CMYK 0.00% 46.95% 3.05%
35.69%

Color #A4579F in popluar number systems.

HEX A4 57 9F
Decimal 164 87 159
Binary 10100100 1010111 10011111
Octal 244 127 237

Shades and tints

Shades of #A4579F

#A4579F
(164,87,159)
#965091
(150,80,145)
#884983
(136,73,131)
#7A4275
(122,66,117)
#6C3B67
(108,59,103)
#5E3459
(94,52,89)
#502D4B
(80,45,75)
#42263D
(66,38,61)
#341F2F
(52,31,47)
#261821
(38,24,33)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A4579F

#A4579F
(164,87,159)
#AC66A7
(172,102,167)
#B475AF
(180,117,175)
#BC84B7
(188,132,183)
#C493BF
(196,147,191)
#CCA2C7
(204,162,199)
#D4B1CF
(212,177,207)
#DCC0D7
(220,192,215)
#E4CFDF
(228,207,223)
#ECDEE7
(236,222,231)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4579F color. Also use rgb(164,87,159) instead hex code.

Text Font Color

.myTextColor { color: #A4579F; }

<p style="color:#A4579F">This sample text font color is #A4579F.</p>

This text font color is #A4579F.

Background Color

.myBgColor { background-color: #A4579F; }

<div style="background-color:#A4579F">Inner text</div>

This div background color is #A4579F.

Border color

.myBorderColor { border: 1px solid #A4579F; }

<div style="border:3px solid #A4579F">Div</div>

This div border color is #A4579F.

Opacity

.myOpacity80 { color: #A4579F; opacity: 0.8; }

<p style="color:#A4579F;opacity:0.8;">80%</p>

Text with #A4579F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A4579F;}

<p style="text-shadow: 3px 3px 1px #A4579F">Text here.</p>

This text has shadow with #A4579F color.


.textShadow {text-shadow: 3px 3px 1px #A4579F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A4579F, 5px 5px 20px red">Text here.</p>

This text has shadow with #A4579F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4579F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A4579F, Direction=45, Strength=4)">Text</p>

This text has shadow with #A4579F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4579F;
-webkit-box-shadow: 1px 1px 3px 2px #A4579F;
box-shadow: 1px 1px 3px 2px #A4579F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4579F; -webkit-box-shadow: 1px 1px 3px 2px #A4579F; box-shadow:1px 1px 3px 2px #A4579F;">
Div content here
</div>

This div box has shadow with color #A4579F.

Preview

Color preview on black background

This text has color #A4579F on black background.


Color preview on white background

This text has color #A4579F on white background.


Black color preview on #A4579F background

This text has black color on #A4579F background.


White color preview on #A4579F background

This text has white color on #A4579F background.


Related colors

Complementary color

Complementary color for #hex is #5BA860.


I love getcolorcode.com

Triadic colors

1 #9FA457 and #579FA4 with #A4579F are triadic colors.

2 #9F57A4 and #57A49F with #A4579F are triadic colors.