COLOR #A27F9D

HEX: #A27F9D RGB: (162,127,157)

Color info

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

RGB color model

#A27F9D color RGB value is (162,127,157).

RGB: (162,127,157) (64%, 50%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 157 of 255 = 62%

162
127
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 127 + 157 = 446 (100%)
R 162 of 446 ~ 36.32%
G 127 of 446 ~ 28.48%
B 157 of 446 ~ 35.2'%

%36.32
%28.48
%35.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 3.09%
  • key color value is 36.47%

CMYK: (0,22,3,36)
C0M22Y3K36 (0%, 22%, 3%, 36%)
(0.00 / 0.22 / 0.03 / 0.36)

CMYK percentages

%0
%21.6
%3.09
%36.47

Codes

Color #A27F9D in popluar color models

A2 7F 9D
RGB 162 127 157
HSL 309° 15.84% 56.67%
HSB/HSV 309° 21.60% 63.53%
CMYK 0.00% 21.60% 3.09%
36.47%

Color #A27F9D in popluar number systems.

HEX A2 7F 9D
Decimal 162 127 157
Binary 10100010 1111111 10011101
Octal 242 177 235

Shades and tints

Shades of #A27F9D

#A27F9D
(162,127,157)
#94748F
(148,116,143)
#866981
(134,105,129)
#785E73
(120,94,115)
#6A5365
(106,83,101)
#5C4857
(92,72,87)
#4E3D49
(78,61,73)
#40323B
(64,50,59)
#32272D
(50,39,45)
#241C1F
(36,28,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #A27F9D

#A27F9D
(162,127,157)
#AA8AA5
(170,138,165)
#B295AD
(178,149,173)
#BAA0B5
(186,160,181)
#C2ABBD
(194,171,189)
#CAB6C5
(202,182,197)
#D2C1CD
(210,193,205)
#DACCD5
(218,204,213)
#E2D7DD
(226,215,221)
#EAE2E5
(234,226,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27F9D; }

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

This text font color is #A27F9D.

Background Color

.myBgColor { background-color: #A27F9D; }

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

This div background color is #A27F9D.

Border color

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

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

This div border color is #A27F9D.

Opacity

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

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

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

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

This text has shadow with #A27F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27F9D.

Preview

Color preview on black background

This text has color #A27F9D on black background.


Color preview on white background

This text has color #A27F9D on white background.


Black color preview on #A27F9D background

This text has black color on #A27F9D background.


White color preview on #A27F9D background

This text has white color on #A27F9D background.


Related colors

Complementary color

Complementary color for #hex is #5D8062.


I love getcolorcode.com

Triadic colors

1 #9DA27F and #7F9DA2 with #A27F9D are triadic colors.

2 #9D7FA2 and #7FA29D with #A27F9D are triadic colors.