COLOR #A4839B

HEX: #A4839B RGB: (164,131,155)

Color info

#A4839B contains red, green and blue colors in about the same proportion. Web safe color of #A4839B is #999999 (or #999).

RGB color model

#A4839B color RGB value is (164,131,155).

RGB: (164,131,155) (64%, 51%, 61%)

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 155 of 255 = 61%

164
131
155

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

Portions of RGB colors in percentages

R + G + B = 164 + 131 + 155 = 450 (100%)
R 164 of 450 ~ 36.44%
G 131 of 450 ~ 29.11%
B 155 of 450 ~ 34.44'%

%36.44
%29.11
%34.44

CMYK color model

#A4839B color CMYK value is (0,20,5,36).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 5.49%
  • key color value is 35.69%

CMYK: (0,20,5,36)
C0M20Y5K36 (0%, 20%, 5%, 36%)
(0.00 / 0.20 / 0.05 / 0.36)

CMYK percentages

%0
%20.12
%5.49
%35.69

Codes

Color #A4839B in popluar color models

A4 83 9B
RGB 164 131 155
HSL 316° 15.35% 57.84%
HSB/HSV 316° 20.12% 64.31%
CMYK 0.00% 20.12% 5.49%
35.69%

Color #A4839B in popluar number systems.

HEX A4 83 9B
Decimal 164 131 155
Binary 10100100 10000011 10011011
Octal 244 203 233

Shades and tints

Shades of #A4839B

#A4839B
(164,131,155)
#96788D
(150,120,141)
#886D7F
(136,109,127)
#7A6271
(122,98,113)
#6C5763
(108,87,99)
#5E4C55
(94,76,85)
#504147
(80,65,71)
#423639
(66,54,57)
#342B2B
(52,43,43)
#26201D
(38,32,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4839B

#A4839B
(164,131,155)
#AC8EA4
(172,142,164)
#B499AD
(180,153,173)
#BCA4B6
(188,164,182)
#C4AFBF
(196,175,191)
#CCBAC8
(204,186,200)
#D4C5D1
(212,197,209)
#DCD0DA
(220,208,218)
#E4DBE3
(228,219,227)
#ECE6EC
(236,230,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4839B color. Also use rgb(164,131,155) instead hex code.

Text Font Color

.myTextColor { color: #A4839B; }

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

This text font color is #A4839B.

Background Color

.myBgColor { background-color: #A4839B; }

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

This div background color is #A4839B.

Border color

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

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

This div border color is #A4839B.

Opacity

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

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

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

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

This text has shadow with #A4839B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4839B.

Preview

Color preview on black background

This text has color #A4839B on black background.


Color preview on white background

This text has color #A4839B on white background.


Black color preview on #A4839B background

This text has black color on #A4839B background.


White color preview on #A4839B background

This text has white color on #A4839B background.


Related colors

Complementary color

Complementary color for #hex is #5B7C64.


I love getcolorcode.com

Triadic colors

1 #9BA483 and #839BA4 with #A4839B are triadic colors.

2 #9B83A4 and #83A49B with #A4839B are triadic colors.