COLOR #A4739D

HEX: #A4739D RGB: (164,115,157)

Color info

#A4739D contains red, green and blue colors in about the same proportion. Web safe color of #A4739D is #996699 (or #969).

RGB color model

#A4739D color RGB value is (164,115,157).

RGB: (164,115,157) (64%, 45%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 157 of 255 = 62%

164
115
157

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

Portions of RGB colors in percentages

R + G + B = 164 + 115 + 157 = 436 (100%)
R 164 of 436 ~ 37.61%
G 115 of 436 ~ 26.38%
B 157 of 436 ~ 36.01'%

%37.61
%26.38
%36.01

CMYK color model

#A4739D color CMYK value is (0,30,4,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 4.27%
  • key color value is 35.69%

CMYK: (0,30,4,36)
C0M30Y4K36 (0%, 30%, 4%, 36%)
(0.00 / 0.30 / 0.04 / 0.36)

CMYK percentages

%0
%29.88
%4.27
%35.69

Codes

Color #A4739D in popluar color models

A4 73 9D
RGB 164 115 157
HSL 309° 21.21% 54.71%
HSB/HSV 309° 29.88% 64.31%
CMYK 0.00% 29.88% 4.27%
35.69%

Color #A4739D in popluar number systems.

HEX A4 73 9D
Decimal 164 115 157
Binary 10100100 1110011 10011101
Octal 244 163 235

Shades and tints

Shades of #A4739D

#A4739D
(164,115,157)
#96698F
(150,105,143)
#885F81
(136,95,129)
#7A5573
(122,85,115)
#6C4B65
(108,75,101)
#5E4157
(94,65,87)
#503749
(80,55,73)
#422D3B
(66,45,59)
#34232D
(52,35,45)
#26191F
(38,25,31)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #A4739D

#A4739D
(164,115,157)
#AC7FA5
(172,127,165)
#B48BAD
(180,139,173)
#BC97B5
(188,151,181)
#C4A3BD
(196,163,189)
#CCAFC5
(204,175,197)
#D4BBCD
(212,187,205)
#DCC7D5
(220,199,213)
#E4D3DD
(228,211,221)
#ECDFE5
(236,223,229)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4739D color. Also use rgb(164,115,157) instead hex code.

Text Font Color

.myTextColor { color: #A4739D; }

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

This text font color is #A4739D.

Background Color

.myBgColor { background-color: #A4739D; }

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

This div background color is #A4739D.

Border color

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

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

This div border color is #A4739D.

Opacity

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

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

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

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

This text has shadow with #A4739D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4739D.

Preview

Color preview on black background

This text has color #A4739D on black background.


Color preview on white background

This text has color #A4739D on white background.


Black color preview on #A4739D background

This text has black color on #A4739D background.


White color preview on #A4739D background

This text has white color on #A4739D background.


Related colors

Complementary color

Complementary color for #hex is #5B8C62.


I love getcolorcode.com

Triadic colors

1 #9DA473 and #739DA4 with #A4739D are triadic colors.

2 #9D73A4 and #73A49D with #A4739D are triadic colors.