COLOR #A27E9B

HEX: #A27E9B RGB: (162,126,155)

Color info

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

RGB color model

#A27E9B color RGB value is (162,126,155).

RGB: (162,126,155) (64%, 49%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 126 of 255 = 49%
B 155 of 255 = 61%

162
126
155

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

Portions of RGB colors in percentages

R + G + B = 162 + 126 + 155 = 443 (100%)
R 162 of 443 ~ 36.57%
G 126 of 443 ~ 28.44%
B 155 of 443 ~ 34.99'%

%36.57
%28.44
%34.99

CMYK color model

#A27E9B color CMYK value is (0,22,4,36).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 4.32%
  • key color value is 36.47%

CMYK: (0,22,4,36)
C0M22Y4K36 (0%, 22%, 4%, 36%)
(0.00 / 0.22 / 0.04 / 0.36)

CMYK percentages

%0
%22.22
%4.32
%36.47

Codes

Color #A27E9B in popluar color models

A2 7E 9B
RGB 162 126 155
HSL 312° 16.22% 56.47%
HSB/HSV 312° 22.22% 63.53%
CMYK 0.00% 22.22% 4.32%
36.47%

Color #A27E9B in popluar number systems.

HEX A2 7E 9B
Decimal 162 126 155
Binary 10100010 1111110 10011011
Octal 242 176 233

Shades and tints

Shades of #A27E9B

#A27E9B
(162,126,155)
#94738D
(148,115,141)
#86687F
(134,104,127)
#785D71
(120,93,113)
#6A5263
(106,82,99)
#5C4755
(92,71,85)
#4E3C47
(78,60,71)
#403139
(64,49,57)
#32262B
(50,38,43)
#241B1D
(36,27,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #A27E9B

#A27E9B
(162,126,155)
#AA89A4
(170,137,164)
#B294AD
(178,148,173)
#BA9FB6
(186,159,182)
#C2AABF
(194,170,191)
#CAB5C8
(202,181,200)
#D2C0D1
(210,192,209)
#DACBDA
(218,203,218)
#E2D6E3
(226,214,227)
#EAE1EC
(234,225,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27E9B; }

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

This text font color is #A27E9B.

Background Color

.myBgColor { background-color: #A27E9B; }

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

This div background color is #A27E9B.

Border color

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

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

This div border color is #A27E9B.

Opacity

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

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

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

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

This text has shadow with #A27E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27E9B.

Preview

Color preview on black background

This text has color #A27E9B on black background.


Color preview on white background

This text has color #A27E9B on white background.


Black color preview on #A27E9B background

This text has black color on #A27E9B background.


White color preview on #A27E9B background

This text has white color on #A27E9B background.


Related colors

Complementary color

Complementary color for #hex is #5D8164.


I love getcolorcode.com

Triadic colors

1 #9BA27E and #7E9BA2 with #A27E9B are triadic colors.

2 #9B7EA2 and #7EA29B with #A27E9B are triadic colors.