COLOR #A1779B

HEX: #A1779B RGB: (161,119,155)

Color info

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

RGB color model

#A1779B color RGB value is (161,119,155).

RGB: (161,119,155) (63%, 47%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 155 of 255 = 61%

161
119
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 119 + 155 = 435 (100%)
R 161 of 435 ~ 37.01%
G 119 of 435 ~ 27.36%
B 155 of 435 ~ 35.63'%

%37.01
%27.36
%35.63

CMYK color model

#A1779B color CMYK value is (0,26,4,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK: (0,26,4,37) C0M26Y4K37 (0%,26%,4%,37%) (0.00/0.26/0.04/0.37) 

CMYK percentages

%0
%26.09
%3.73
%36.86

Codes

Color #A1779B in popluar color models

A1 77 9B
RGB 161 119 155
HSL 309° 18.26% 54.90%
HSB/HSV 309° 26.09% 63.14%
CMYK 0.00% 26.09% 3.73%
36.86%

Color #A1779B in popluar number systems.

HEX A1 77 9B
Decimal 161 119 155
Binary 10100001 1110111 10011011
Octal 241 167 233

Shades and tints

Shades of #A1779B

#A1779B
(161,119,155)
#936D8D
(147,109,141)
#85637F
(133,99,127)
#775971
(119,89,113)
#694F63
(105,79,99)
#5B4555
(91,69,85)
#4D3B47
(77,59,71)
#3F3139
(63,49,57)
#31272B
(49,39,43)
#231D1D
(35,29,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1779B

#A1779B
(161,119,155)
#A983A4
(169,131,164)
#B18FAD
(177,143,173)
#B99BB6
(185,155,182)
#C1A7BF
(193,167,191)
#C9B3C8
(201,179,200)
#D1BFD1
(209,191,209)
#D9CBDA
(217,203,218)
#E1D7E3
(225,215,227)
#E9E3EC
(233,227,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1779B; }

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

This text font color is #A1779B.

Background Color

.myBgColor { background-color: #A1779B; }

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

This div background color is #A1779B.

Border color

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

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

This div border color is #A1779B.

Opacity

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

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

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

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

This text has shadow with #A1779B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1779B.

Preview

Color preview on black background

This text has color #A1779B on black background.


Color preview on white background

This text has color #A1779B on white background.


Black color preview on #A1779B background

This text has black color on #A1779B background.


White color preview on #A1779B background

This text has white color on #A1779B background.


Related colors

Complementary color

Complementary color for #hex is #5E8864.


I love getcolorcode.com

Triadic colors

1 #9BA177 and #779BA1 with #A1779B are triadic colors.

2 #9B77A1 and #77A19B with #A1779B are triadic colors.