COLOR #A27C9A

HEX: #A27C9A
RGB: (162,124,154)

Color info

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

RGB color model

#A27C9A color RGB value is (162,124,154).

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

RGB channels and saturation

R 162 of 255 = 64%
G 124 of 255 = 49%
B 154 of 255 = 60%

162
124
154

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

Portions of RGB colors in percentages

R + G + B =
162 + 124 + 154 = 440 (100%)
R 162 of 440 ~ 36.82%
G 124 of 440 ~ 28.18%
B 154 of 440 ~ 35%

%36.82
%28.18
%35

CMYK color model

#A27C9A color CMYK value is (0,23,5,36).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 4.94%
  • key color value is 36.47%
CMYK:
(0,23,5,36)
C0M23Y5K36 
(0%,23%,5%,36%)
(0.00/0.23/0.05/0.36)	

CMYK percentages

%0
%23.46
%4.94
%36.47

Codes

Color #A27C9A in popluar color models

A27C9A
RGB162124154
HSL313°16.96%56.08%
HSB/HSV313°23.46%63.53%
CMYK0.00%23.46%4.94%
36.47%

Color #A27C9A in popluar number systems.

HEXA27C9A
Decimal162124154
Binary10100010111110010011010
Octal242174232

Shades and tints

Shades of #A27C9A

#A27C9A
(162,124,154)
#94718C
(148,113,140)
#86667E
(134,102,126)
#785B70
(120,91,112)
#6A5062
(106,80,98)
#5C4554
(92,69,84)
#4E3A46
(78,58,70)
#402F38
(64,47,56)
#32242A
(50,36,42)
#24191C
(36,25,28)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #A27C9A

#A27C9A
(162,124,154)
#AA87A3
(170,135,163)
#B292AC
(178,146,172)
#BA9DB5
(186,157,181)
#C2A8BE
(194,168,190)
#CAB3C7
(202,179,199)
#D2BED0
(210,190,208)
#DAC9D9
(218,201,217)
#E2D4E2
(226,212,226)
#EADFEB
(234,223,235)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27C9A; }

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

This text font color is #A27C9A.


Background Color

.myBgColor { background-color: #A27C9A; }

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

This div background color is #A27C9A.


Border color

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

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

This div border color is #A27C9A.


Opacity

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

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

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

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

This text has shadow with #A27C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27C9A on black background.


Color preview on white background

This text has color #A27C9A on white background.



Black color preview on #A27C9A background

This text has black color on #A27C9A background.


White color preview on #A27C9A background

This text has white color on #A27C9A background.