COLOR #A27CA1

HEX: #A27CA1
RGB: (162,124,161)

Color info

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

RGB color model

#A27CA1 color RGB value is (162,124,161).

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

RGB channels and saturation

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

162
124
161

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

Portions of RGB colors in percentages

R + G + B =
162 + 124 + 161 = 447 (100%)
R 162 of 447 ~ 36.24%
G 124 of 447 ~ 27.74%
B 161 of 447 ~ 36.02%

%36.24
%27.74
%36.02

CMYK color model

#A27CA1 color CMYK value is (0,23,1,36).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 0.62%
  • key color value is 36.47%
CMYK:
(0,23,1,36)
C0M23Y1K36 
(0%,23%,1%,36%)
(0.00/0.23/0.01/0.36)	

CMYK percentages

%0
%23.46
%0.62
%36.47

Codes

Color #A27CA1 in popluar color models

A27CA1
RGB162124161
HSL302°16.96%56.08%
HSB/HSV302°23.46%63.53%
CMYK0.00%23.46%0.62%
36.47%

Color #A27CA1 in popluar number systems.

HEXA27CA1
Decimal162124161
Binary10100010111110010100001
Octal242174241

Shades and tints

Shades of #A27CA1

#A27CA1
(162,124,161)
#947193
(148,113,147)
#866685
(134,102,133)
#785B77
(120,91,119)
#6A5069
(106,80,105)
#5C455B
(92,69,91)
#4E3A4D
(78,58,77)
#402F3F
(64,47,63)
#322431
(50,36,49)
#241923
(36,25,35)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #A27CA1

#A27CA1
(162,124,161)
#AA87A9
(170,135,169)
#B292B1
(178,146,177)
#BA9DB9
(186,157,185)
#C2A8C1
(194,168,193)
#CAB3C9
(202,179,201)
#D2BED1
(210,190,209)
#DAC9D9
(218,201,217)
#E2D4E1
(226,212,225)
#EADFE9
(234,223,233)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27CA1; }

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

This text font color is #A27CA1.


Background Color

.myBgColor { background-color: #A27CA1; }

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

This div background color is #A27CA1.


Border color

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

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

This div border color is #A27CA1.


Opacity

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

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

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

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

This text has shadow with #A27CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27CA1 on black background.


Color preview on white background

This text has color #A27CA1 on white background.



Black color preview on #A27CA1 background

This text has black color on #A27CA1 background.


White color preview on #A27CA1 background

This text has white color on #A27CA1 background.