COLOR #A2789F

HEX: #A2789F RGB: (162,120,159)

Color info

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

RGB color model

#A2789F color RGB value is (162,120,159).

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

RGB channels and saturation

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

162
120
159

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

Portions of RGB colors in percentages

R + G + B = 162 + 120 + 159 = 441 (100%)
R 162 of 441 ~ 36.73%
G 120 of 441 ~ 27.21%
B 159 of 441 ~ 36.05'%

%36.73
%27.21
%36.05

CMYK color model

#A2789F color CMYK value is (0,26,2,36).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 1.85%
  • key color value is 36.47%

CMYK: (0,26,2,36)
C0M26Y2K36 (0%, 26%, 2%, 36%)
(0.00 / 0.26 / 0.02 / 0.36)

CMYK percentages

%0
%25.93
%1.85
%36.47

Codes

Color #A2789F in popluar color models

A2 78 9F
RGB 162 120 159
HSL 304° 18.42% 55.29%
HSB/HSV 304° 25.93% 63.53%
CMYK 0.00% 25.93% 1.85%
36.47%

Color #A2789F in popluar number systems.

HEX A2 78 9F
Decimal 162 120 159
Binary 10100010 1111000 10011111
Octal 242 170 237

Shades and tints

Shades of #A2789F

#A2789F
(162,120,159)
#946E91
(148,110,145)
#866483
(134,100,131)
#785A75
(120,90,117)
#6A5067
(106,80,103)
#5C4659
(92,70,89)
#4E3C4B
(78,60,75)
#40323D
(64,50,61)
#32282F
(50,40,47)
#241E21
(36,30,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #A2789F

#A2789F
(162,120,159)
#AA84A7
(170,132,167)
#B290AF
(178,144,175)
#BA9CB7
(186,156,183)
#C2A8BF
(194,168,191)
#CAB4C7
(202,180,199)
#D2C0CF
(210,192,207)
#DACCD7
(218,204,215)
#E2D8DF
(226,216,223)
#EAE4E7
(234,228,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2789F; }

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

This text font color is #A2789F.

Background Color

.myBgColor { background-color: #A2789F; }

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

This div background color is #A2789F.

Border color

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

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

This div border color is #A2789F.

Opacity

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

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

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

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

This text has shadow with #A2789F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2789F.

Preview

Color preview on black background

This text has color #A2789F on black background.


Color preview on white background

This text has color #A2789F on white background.


Black color preview on #A2789F background

This text has black color on #A2789F background.


White color preview on #A2789F background

This text has white color on #A2789F background.


Related colors

Complementary color

Complementary color for #hex is #5D8760.


I love getcolorcode.com

Triadic colors

1 #9FA278 and #789FA2 with #A2789F are triadic colors.

2 #9F78A2 and #78A29F with #A2789F are triadic colors.