COLOR #A4779C

HEX: #A4779C RGB: (164,119,156)

Color info

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

RGB color model

#A4779C color RGB value is (164,119,156).

RGB: (164,119,156) (64%, 47%, 61%)

RGB channels and saturation

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

164
119
156

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

Portions of RGB colors in percentages

R + G + B = 164 + 119 + 156 = 439 (100%)
R 164 of 439 ~ 37.36%
G 119 of 439 ~ 27.11%
B 156 of 439 ~ 35.54'%

%37.36
%27.11
%35.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 4.88%
  • 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
%4.88
%35.69

Codes

Color #A4779C in popluar color models

A4 77 9C
RGB 164 119 156
HSL 311° 19.82% 55.49%
HSB/HSV 311° 27.44% 64.31%
CMYK 0.00% 27.44% 4.88%
35.69%

Color #A4779C in popluar number systems.

HEX A4 77 9C
Decimal 164 119 156
Binary 10100100 1110111 10011100
Octal 244 167 234

Shades and tints

Shades of #A4779C

#A4779C
(164,119,156)
#966D8E
(150,109,142)
#886380
(136,99,128)
#7A5972
(122,89,114)
#6C4F64
(108,79,100)
#5E4556
(94,69,86)
#503B48
(80,59,72)
#42313A
(66,49,58)
#34272C
(52,39,44)
#261D1E
(38,29,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4779C

#A4779C
(164,119,156)
#AC83A5
(172,131,165)
#B48FAE
(180,143,174)
#BC9BB7
(188,155,183)
#C4A7C0
(196,167,192)
#CCB3C9
(204,179,201)
#D4BFD2
(212,191,210)
#DCCBDB
(220,203,219)
#E4D7E4
(228,215,228)
#ECE3ED
(236,227,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4779C; }

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

This text font color is #A4779C.

Background Color

.myBgColor { background-color: #A4779C; }

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

This div background color is #A4779C.

Border color

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

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

This div border color is #A4779C.

Opacity

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

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

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

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

This text has shadow with #A4779C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4779C.

Preview

Color preview on black background

This text has color #A4779C on black background.


Color preview on white background

This text has color #A4779C on white background.


Black color preview on #A4779C background

This text has black color on #A4779C background.


White color preview on #A4779C background

This text has white color on #A4779C background.


Related colors

Complementary color

Complementary color for #hex is #5B8863.


I love getcolorcode.com

Triadic colors

1 #9CA477 and #779CA4 with #A4779C are triadic colors.

2 #9C77A4 and #77A49C with #A4779C are triadic colors.