COLOR #A2789D

HEX: #A2789D RGB: (162,120,157)

Color info

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

RGB color model

#A2789D color RGB value is (162,120,157).

RGB: (162,120,157) (64%, 47%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 120 of 255 = 47%
B 157 of 255 = 62%

162
120
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 120 + 157 = 439 (100%)
R 162 of 439 ~ 36.9%
G 120 of 439 ~ 27.33%
B 157 of 439 ~ 35.76'%

%36.9
%27.33
%35.76

CMYK color model

#A2789D color CMYK value is (0,26,3,36).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK: (0,26,3,36) C0M26Y3K36 (0%,26%,3%,36%) (0.00/0.26/0.03/0.36) 

CMYK percentages

%0
%25.93
%3.09
%36.47

Codes

Color #A2789D in popluar color models

A2 78 9D
RGB 162 120 157
HSL 307° 18.42% 55.29%
HSB/HSV 307° 25.93% 63.53%
CMYK 0.00% 25.93% 3.09%
36.47%

Color #A2789D in popluar number systems.

HEX A2 78 9D
Decimal 162 120 157
Binary 10100010 1111000 10011101
Octal 242 170 235

Shades and tints

Shades of #A2789D

#A2789D
(162,120,157)
#946E8F
(148,110,143)
#866481
(134,100,129)
#785A73
(120,90,115)
#6A5065
(106,80,101)
#5C4657
(92,70,87)
#4E3C49
(78,60,73)
#40323B
(64,50,59)
#32282D
(50,40,45)
#241E1F
(36,30,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2789D

#A2789D
(162,120,157)
#AA84A5
(170,132,165)
#B290AD
(178,144,173)
#BA9CB5
(186,156,181)
#C2A8BD
(194,168,189)
#CAB4C5
(202,180,197)
#D2C0CD
(210,192,205)
#DACCD5
(218,204,213)
#E2D8DD
(226,216,221)
#EAE4E5
(234,228,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2789D color. Also use rgb(162,120,157) instead hex code.

Text Font Color

.myTextColor { color: #A2789D; }

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

This text font color is #A2789D.

Background Color

.myBgColor { background-color: #A2789D; }

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

This div background color is #A2789D.

Border color

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

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

This div border color is #A2789D.

Opacity

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

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

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

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

This text has shadow with #A2789D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2789D.

Preview

Color preview on black background

This text has color #A2789D on black background.


Color preview on white background

This text has color #A2789D on white background.


Black color preview on #A2789D background

This text has black color on #A2789D background.


White color preview on #A2789D background

This text has white color on #A2789D background.


Related colors

Complementary color

Complementary color for #hex is #5D8762.


I love getcolorcode.com

Triadic colors

1 #9DA278 and #789DA2 with #A2789D are triadic colors.

2 #9D78A2 and #78A29D with #A2789D are triadic colors.