COLOR #A27EA2

HEX: #A27EA2
RGB: (162,126,162)

Color info

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

RGB color model

#A27EA2 color RGB value is (162,126,162).

  • red value is 162;
  • green value is 126;
  • blue value is 162.
RGB:
(162,126,162)
(64%,49%,64%)

RGB channels and saturation

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

162
126
162

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

Portions of RGB colors in percentages

R + G + B =
162 + 126 + 162 = 450 (100%)
R 162 of 450 ~ 36%
G 126 of 450 ~ 28%
B 162 of 450 ~ 36%

%36
%28
%36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(0,22,0,36)
C0M22Y0K36 
(0%,22%,0%,36%)
(0.00/0.22/0.00/0.36)	

CMYK percentages

%0
%22.22
%0
%36.47

Codes

Color #A27EA2 in popluar color models

A27EA2
RGB162126162
HSL300°16.22%56.47%
HSB/HSV300°22.22%63.53%
CMYK0.00%22.22%0.00%
36.47%

Color #A27EA2 in popluar number systems.

HEXA27EA2
Decimal162126162
Binary10100010111111010100010
Octal242176242

Shades and tints

Shades of #A27EA2

#A27EA2
(162,126,162)
#947394
(148,115,148)
#866886
(134,104,134)
#785D78
(120,93,120)
#6A526A
(106,82,106)
#5C475C
(92,71,92)
#4E3C4E
(78,60,78)
#403140
(64,49,64)
#322632
(50,38,50)
#241B24
(36,27,36)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #A27EA2

#A27EA2
(162,126,162)
#AA89AA
(170,137,170)
#B294B2
(178,148,178)
#BA9FBA
(186,159,186)
#C2AAC2
(194,170,194)
#CAB5CA
(202,181,202)
#D2C0D2
(210,192,210)
#DACBDA
(218,203,218)
#E2D6E2
(226,214,226)
#EAE1EA
(234,225,234)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27EA2; }

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

This text font color is #A27EA2.


Background Color

.myBgColor { background-color: #A27EA2; }

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

This div background color is #A27EA2.


Border color

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

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

This div border color is #A27EA2.


Opacity

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

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

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

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

This text has shadow with #A27EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27EA2 on black background.


Color preview on white background

This text has color #A27EA2 on white background.



Black color preview on #A27EA2 background

This text has black color on #A27EA2 background.


White color preview on #A27EA2 background

This text has white color on #A27EA2 background.