COLOR #A27AA1

HEX: #A27AA1
RGB: (162,122,161)

Color info

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

RGB color model

#A27AA1 color RGB value is (162,122,161).

  • red value is 162;
  • green value is 122;
  • blue value is 161.
RGB:
(162,122,161)
(64%,48%,63%)

RGB channels and saturation

R 162 of 255 = 64%
G 122 of 255 = 48%
B 161 of 255 = 63%

162
122
161

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

Portions of RGB colors in percentages

R + G + B =
162 + 122 + 161 = 445 (100%)
R 162 of 445 ~ 36.4%
G 122 of 445 ~ 27.42%
B 161 of 445 ~ 36.18%

%36.4
%27.42
%36.18

CMYK color model

#A27AA1 color CMYK value is (0,25,1,36).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 0.62%
  • key color value is 36.47%
CMYK:
(0,25,1,36)
C0M25Y1K36 
(0%,25%,1%,36%)
(0.00/0.25/0.01/0.36)	

CMYK percentages

%0
%24.69
%0.62
%36.47

Codes

Color #A27AA1 in popluar color models

A27AA1
RGB162122161
HSL302°17.70%55.69%
HSB/HSV302°24.69%63.53%
CMYK0.00%24.69%0.62%
36.47%

Color #A27AA1 in popluar number systems.

HEXA27AA1
Decimal162122161
Binary10100010111101010100001
Octal242172241

Shades and tints

Shades of #A27AA1

#A27AA1
(162,122,161)
#946F93
(148,111,147)
#866485
(134,100,133)
#785977
(120,89,119)
#6A4E69
(106,78,105)
#5C435B
(92,67,91)
#4E384D
(78,56,77)
#402D3F
(64,45,63)
#322231
(50,34,49)
#241723
(36,23,35)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #A27AA1

#A27AA1
(162,122,161)
#AA86A9
(170,134,169)
#B292B1
(178,146,177)
#BA9EB9
(186,158,185)
#C2AAC1
(194,170,193)
#CAB6C9
(202,182,201)
#D2C2D1
(210,194,209)
#DACED9
(218,206,217)
#E2DAE1
(226,218,225)
#EAE6E9
(234,230,233)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27AA1; }

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

This text font color is #A27AA1.


Background Color

.myBgColor { background-color: #A27AA1; }

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

This div background color is #A27AA1.


Border color

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

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

This div border color is #A27AA1.


Opacity

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

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

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

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

This text has shadow with #A27AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27AA1 on black background.


Color preview on white background

This text has color #A27AA1 on white background.



Black color preview on #A27AA1 background

This text has black color on #A27AA1 background.


White color preview on #A27AA1 background

This text has white color on #A27AA1 background.