COLOR #A4779B

HEX: #A4779B
RGB: (164,119,155)

Color info

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

RGB color model

#A4779B color RGB value is (164,119,155).

  • red value is 164;
  • green value is 119;
  • blue value is 155.
RGB:
(164,119,155)
(64%,47%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 155 of 255 = 61%

164
119
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 155 = 438 (100%)
R 164 of 438 ~ 37.44%
G 119 of 438 ~ 27.17%
B 155 of 438 ~ 35.39%

%37.44
%27.17
%35.39

CMYK color model

#A4779B color CMYK value is (0,27,5,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(0,27,5,36)
C0M27Y5K36 
(0%,27%,5%,36%)
(0.00/0.27/0.05/0.36)	

CMYK percentages

%0
%27.44
%5.49
%35.69

Codes

Color #A4779B in popluar color models

A4779B
RGB164119155
HSL312°19.82%55.49%
HSB/HSV312°27.44%64.31%
CMYK0.00%27.44%5.49%
35.69%

Color #A4779B in popluar number systems.

HEXA4779B
Decimal164119155
Binary10100100111011110011011
Octal244167233

Shades and tints

Shades of #A4779B

#A4779B
(164,119,155)
#966D8D
(150,109,141)
#88637F
(136,99,127)
#7A5971
(122,89,113)
#6C4F63
(108,79,99)
#5E4555
(94,69,85)
#503B47
(80,59,71)
#423139
(66,49,57)
#34272B
(52,39,43)
#261D1D
(38,29,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #A4779B

#A4779B
(164,119,155)
#AC83A4
(172,131,164)
#B48FAD
(180,143,173)
#BC9BB6
(188,155,182)
#C4A7BF
(196,167,191)
#CCB3C8
(204,179,200)
#D4BFD1
(212,191,209)
#DCCBDA
(220,203,218)
#E4D7E3
(228,215,227)
#ECE3EC
(236,227,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4779B; }

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

This text font color is #A4779B.


Background Color

.myBgColor { background-color: #A4779B; }

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

This div background color is #A4779B.


Border color

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

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

This div border color is #A4779B.


Opacity

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

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

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

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

This text has shadow with #A4779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4779B on black background.


Color preview on white background

This text has color #A4779B on white background.



Black color preview on #A4779B background

This text has black color on #A4779B background.


White color preview on #A4779B background

This text has white color on #A4779B background.