COLOR #A27FA0

HEX: #A27FA0
RGB: (162,127,160)

Color info

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

RGB color model

#A27FA0 color RGB value is (162,127,160).

  • red value is 162;
  • green value is 127;
  • blue value is 160.
RGB:
(162,127,160)
(64%,50%,63%)

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 160 of 255 = 63%

162
127
160

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

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 160 = 449 (100%)
R 162 of 449 ~ 36.08%
G 127 of 449 ~ 28.29%
B 160 of 449 ~ 35.63%

%36.08
%28.29
%35.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 1.23%
  • 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
%21.6
%1.23
%36.47

Codes

Color #A27FA0 in popluar color models

A27FA0
RGB162127160
HSL303°15.84%56.67%
HSB/HSV303°21.60%63.53%
CMYK0.00%21.60%1.23%
36.47%

Color #A27FA0 in popluar number systems.

HEXA27FA0
Decimal162127160
Binary10100010111111110100000
Octal242177240

Shades and tints

Shades of #A27FA0

#A27FA0
(162,127,160)
#947492
(148,116,146)
#866984
(134,105,132)
#785E76
(120,94,118)
#6A5368
(106,83,104)
#5C485A
(92,72,90)
#4E3D4C
(78,61,76)
#40323E
(64,50,62)
#322730
(50,39,48)
#241C22
(36,28,34)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #A27FA0

#A27FA0
(162,127,160)
#AA8AA8
(170,138,168)
#B295B0
(178,149,176)
#BAA0B8
(186,160,184)
#C2ABC0
(194,171,192)
#CAB6C8
(202,182,200)
#D2C1D0
(210,193,208)
#DACCD8
(218,204,216)
#E2D7E0
(226,215,224)
#EAE2E8
(234,226,232)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27FA0; }

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

This text font color is #A27FA0.


Background Color

.myBgColor { background-color: #A27FA0; }

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

This div background color is #A27FA0.


Border color

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

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

This div border color is #A27FA0.


Opacity

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

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

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

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

This text has shadow with #A27FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27FA0 on black background.


Color preview on white background

This text has color #A27FA0 on white background.



Black color preview on #A27FA0 background

This text has black color on #A27FA0 background.


White color preview on #A27FA0 background

This text has white color on #A27FA0 background.