COLOR #A4597E

HEX: #A4597E RGB: (164,89,126)

Color info

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

RGB color model

#A4597E color RGB value is (164,89,126).

RGB: (164,89,126) (64%, 35%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 89 of 255 = 35%
B 126 of 255 = 49%

164
89
126

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

Portions of RGB colors in percentages

R + G + B = 164 + 89 + 126 = 379 (100%)
R 164 of 379 ~ 43.27%
G 89 of 379 ~ 23.48%
B 126 of 379 ~ 33.25'%

%43.27
%23.48
%33.25

CMYK color model

#A4597E color CMYK value is (0,46,23,36).

  • cyan value is 0.00%
  • magenta value is 45.73%
  • yellow value is 23.17%
  • key color value is 35.69%

CMYK: (0,46,23,36)
C0M46Y23K36 (0%, 46%, 23%, 36%)
(0.00 / 0.46 / 0.23 / 0.36)

CMYK percentages

%0
%45.73
%23.17
%35.69

Codes

Color #A4597E in popluar color models

A4 59 7E
RGB 164 89 126
HSL 330° 29.64% 49.61%
HSB/HSV 330° 45.73% 64.31%
CMYK 0.00% 45.73% 23.17%
35.69%

Color #A4597E in popluar number systems.

HEX A4 59 7E
Decimal 164 89 126
Binary 10100100 1011001 1111110
Octal 244 131 176

Shades and tints

Shades of #A4597E

#A4597E
(164,89,126)
#965173
(150,81,115)
#884968
(136,73,104)
#7A415D
(122,65,93)
#6C3952
(108,57,82)
#5E3147
(94,49,71)
#50293C
(80,41,60)
#422131
(66,33,49)
#341926
(52,25,38)
#26111B
(38,17,27)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #A4597E

#A4597E
(164,89,126)
#AC6889
(172,104,137)
#B47794
(180,119,148)
#BC869F
(188,134,159)
#C495AA
(196,149,170)
#CCA4B5
(204,164,181)
#D4B3C0
(212,179,192)
#DCC2CB
(220,194,203)
#E4D1D6
(228,209,214)
#ECE0E1
(236,224,225)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4597E color. Also use rgb(164,89,126) instead hex code.

Text Font Color

.myTextColor { color: #A4597E; }

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

This text font color is #A4597E.

Background Color

.myBgColor { background-color: #A4597E; }

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

This div background color is #A4597E.

Border color

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

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

This div border color is #A4597E.

Opacity

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

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

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

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

This text has shadow with #A4597E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4597E.

Preview

Color preview on black background

This text has color #A4597E on black background.


Color preview on white background

This text has color #A4597E on white background.


Black color preview on #A4597E background

This text has black color on #A4597E background.


White color preview on #A4597E background

This text has white color on #A4597E background.


Related colors

Complementary color

Complementary color for #hex is #5BA681.


I love getcolorcode.com

Triadic colors

1 #7EA459 and #597EA4 with #A4597E are triadic colors.

2 #7E59A4 and #59A47E with #A4597E are triadic colors.