COLOR #A4577D

HEX: #A4577D RGB: (164,87,125)

Color info

#A4577D contains mainly red and blue colors. Web safe color of #A4577D is #996666 (or #966).

RGB color model

#A4577D color RGB value is (164,87,125).

RGB: (164,87,125) (64%, 34%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 125 of 255 = 49%

164
87
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 87 + 125 = 376 (100%)
R 164 of 376 ~ 43.62%
G 87 of 376 ~ 23.14%
B 125 of 376 ~ 33.24'%

%43.62
%23.14
%33.24

CMYK color model

#A4577D color CMYK value is (0,47,24,36).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 23.78%
  • key color value is 35.69%

CMYK: (0,47,24,36)
C0M47Y24K36 (0%, 47%, 24%, 36%)
(0.00 / 0.47 / 0.24 / 0.36)

CMYK percentages

%0
%46.95
%23.78
%35.69

Codes

Color #A4577D in popluar color models

A4 57 7D
RGB 164 87 125
HSL 330° 30.68% 49.22%
HSB/HSV 330° 46.95% 64.31%
CMYK 0.00% 46.95% 23.78%
35.69%

Color #A4577D in popluar number systems.

HEX A4 57 7D
Decimal 164 87 125
Binary 10100100 1010111 1111101
Octal 244 127 175

Shades and tints

Shades of #A4577D

#A4577D
(164,87,125)
#965072
(150,80,114)
#884967
(136,73,103)
#7A425C
(122,66,92)
#6C3B51
(108,59,81)
#5E3446
(94,52,70)
#502D3B
(80,45,59)
#422630
(66,38,48)
#341F25
(52,31,37)
#26181A
(38,24,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A4577D

#A4577D
(164,87,125)
#AC6688
(172,102,136)
#B47593
(180,117,147)
#BC849E
(188,132,158)
#C493A9
(196,147,169)
#CCA2B4
(204,162,180)
#D4B1BF
(212,177,191)
#DCC0CA
(220,192,202)
#E4CFD5
(228,207,213)
#ECDEE0
(236,222,224)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4577D; }

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

This text font color is #A4577D.

Background Color

.myBgColor { background-color: #A4577D; }

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

This div background color is #A4577D.

Border color

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

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

This div border color is #A4577D.

Opacity

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

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

Text with #A4577D 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 #A4577D;}

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

This text has shadow with #A4577D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4577D.

Preview

Color preview on black background

This text has color #A4577D on black background.


Color preview on white background

This text has color #A4577D on white background.


Black color preview on #A4577D background

This text has black color on #A4577D background.


White color preview on #A4577D background

This text has white color on #A4577D background.


Related colors

Complementary color

Complementary color for #hex is #5BA882.


I love getcolorcode.com

Triadic colors

1 #7DA457 and #577DA4 with #A4577D are triadic colors.

2 #7D57A4 and #57A47D with #A4577D are triadic colors.