COLOR #A2779B

HEX: #A2779B
RGB: (162,119,155)

Color info

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

RGB color model

#A2779B color RGB value is (162,119,155).

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

RGB channels and saturation

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

162
119
155

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

Portions of RGB colors in percentages

R + G + B =
162 + 119 + 155 = 436 (100%)
R 162 of 436 ~ 37.16%
G 119 of 436 ~ 27.29%
B 155 of 436 ~ 35.55%

%37.16
%27.29
%35.55

CMYK color model

#A2779B color CMYK value is (0,27,4,36).

  • cyan value is 0.00%
  • magenta value is 26.54%
  • yellow value is 4.32%
  • key color value is 36.47%
CMYK:
(0,27,4,36)
C0M27Y4K36 
(0%,27%,4%,36%)
(0.00/0.27/0.04/0.36)	

CMYK percentages

%0
%26.54
%4.32
%36.47

Codes

Color #A2779B in popluar color models

A2779B
RGB162119155
HSL310°18.78%55.10%
HSB/HSV310°26.54%63.53%
CMYK0.00%26.54%4.32%
36.47%

Color #A2779B in popluar number systems.

HEXA2779B
Decimal162119155
Binary10100010111011110011011
Octal242167233

Shades and tints

Shades of #A2779B

#A2779B
(162,119,155)
#946D8D
(148,109,141)
#86637F
(134,99,127)
#785971
(120,89,113)
#6A4F63
(106,79,99)
#5C4555
(92,69,85)
#4E3B47
(78,59,71)
#403139
(64,49,57)
#32272B
(50,39,43)
#241D1D
(36,29,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #A2779B

#A2779B
(162,119,155)
#AA83A4
(170,131,164)
#B28FAD
(178,143,173)
#BA9BB6
(186,155,182)
#C2A7BF
(194,167,191)
#CAB3C8
(202,179,200)
#D2BFD1
(210,191,209)
#DACBDA
(218,203,218)
#E2D7E3
(226,215,227)
#EAE3EC
(234,227,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2779B; }

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

This text font color is #A2779B.


Background Color

.myBgColor { background-color: #A2779B; }

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

This div background color is #A2779B.


Border color

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

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

This div border color is #A2779B.


Opacity

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

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

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

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

This text has shadow with #A2779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2779B on black background.


Color preview on white background

This text has color #A2779B on white background.



Black color preview on #A2779B background

This text has black color on #A2779B background.


White color preview on #A2779B background

This text has white color on #A2779B background.