COLOR #A27EA1

HEX: #A27EA1 RGB: (162,126,161)

Color info

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

RGB color model

#A27EA1 color RGB value is (162,126,161).

RGB: (162,126,161) (64%, 49%, 63%)

RGB channels and saturation

R 162 of 255 = 64%
G 126 of 255 = 49%
B 161 of 255 = 63%

162
126
161

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

Portions of RGB colors in percentages

R + G + B = 162 + 126 + 161 = 449 (100%)
R 162 of 449 ~ 36.08%
G 126 of 449 ~ 28.06%
B 161 of 449 ~ 35.86'%

%36.08
%28.06
%35.86

CMYK color model

#A27EA1 color CMYK value is (0,22,1,36).

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

CMYK: (0,22,1,36)
C0M22Y1K36 (0%, 22%, 1%, 36%)
(0.00 / 0.22 / 0.01 / 0.36)

CMYK percentages

%0
%22.22
%0.62
%36.47

Codes

Color #A27EA1 in popluar color models

A2 7E A1
RGB 162 126 161
HSL 302° 16.22% 56.47%
HSB/HSV 302° 22.22% 63.53%
CMYK 0.00% 22.22% 0.62%
36.47%

Color #A27EA1 in popluar number systems.

HEX A2 7E A1
Decimal 162 126 161
Binary 10100010 1111110 10100001
Octal 242 176 241

Shades and tints

Shades of #A27EA1

#A27EA1
(162,126,161)
#947393
(148,115,147)
#866885
(134,104,133)
#785D77
(120,93,119)
#6A5269
(106,82,105)
#5C475B
(92,71,91)
#4E3C4D
(78,60,77)
#40313F
(64,49,63)
#322631
(50,38,49)
#241B23
(36,27,35)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #A27EA1

#A27EA1
(162,126,161)
#AA89A9
(170,137,169)
#B294B1
(178,148,177)
#BA9FB9
(186,159,185)
#C2AAC1
(194,170,193)
#CAB5C9
(202,181,201)
#D2C0D1
(210,192,209)
#DACBD9
(218,203,217)
#E2D6E1
(226,214,225)
#EAE1E9
(234,225,233)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27EA1; }

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

This text font color is #A27EA1.

Background Color

.myBgColor { background-color: #A27EA1; }

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

This div background color is #A27EA1.

Border color

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

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

This div border color is #A27EA1.

Opacity

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

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

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

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

This text has shadow with #A27EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27EA1.

Preview

Color preview on black background

This text has color #A27EA1 on black background.


Color preview on white background

This text has color #A27EA1 on white background.


Black color preview on #A27EA1 background

This text has black color on #A27EA1 background.


White color preview on #A27EA1 background

This text has white color on #A27EA1 background.


Related colors

Complementary color

Complementary color for #hex is #5D815E.


I love getcolorcode.com

Triadic colors

1 #A1A27E and #7EA1A2 with #A27EA1 are triadic colors.

2 #A17EA2 and #7EA2A1 with #A27EA1 are triadic colors.