COLOR #A17FA6

HEX: #A17FA6
RGB: (161,127,166)

Color info

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

RGB color model

#A17FA6 color RGB value is (161,127,166).

  • red value is 161;
  • green value is 127;
  • blue value is 166.
RGB:
(161,127,166)
(63%,50%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 127 of 255 = 50%
B 166 of 255 = 65%

161
127
166

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

Portions of RGB colors in percentages

R + G + B =
161 + 127 + 166 = 454 (100%)
R 161 of 454 ~ 35.46%
G 127 of 454 ~ 27.97%
B 166 of 454 ~ 36.56%

%35.46
%27.97
%36.56

CMYK color model

#A17FA6 color CMYK value is (3,23,0,35).

  • cyan value is 3.01%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(3,23,0,35)
C3M23Y0K35 
(3%,23%,0%,35%)
(0.03/0.23/0.00/0.35)	

CMYK percentages

%3.01
%23.49
%0
%34.9

Codes

Color #A17FA6 in popluar color models

A17FA6
RGB161127166
HSL292°17.97%57.45%
HSB/HSV292°23.49%65.10%
CMYK3.01%23.49%0.00%
34.90%

Color #A17FA6 in popluar number systems.

HEXA17FA6
Decimal161127166
Binary10100001111111110100110
Octal241177246

Shades and tints

Shades of #A17FA6

#A17FA6
(161,127,166)
#937497
(147,116,151)
#856988
(133,105,136)
#775E79
(119,94,121)
#69536A
(105,83,106)
#5B485B
(91,72,91)
#4D3D4C
(77,61,76)
#3F323D
(63,50,61)
#31272E
(49,39,46)
#231C1F
(35,28,31)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A17FA6

#A17FA6
(161,127,166)
#A98AAE
(169,138,174)
#B195B6
(177,149,182)
#B9A0BE
(185,160,190)
#C1ABC6
(193,171,198)
#C9B6CE
(201,182,206)
#D1C1D6
(209,193,214)
#D9CCDE
(217,204,222)
#E1D7E6
(225,215,230)
#E9E2EE
(233,226,238)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17FA6 color. Also use rgb(161,127,166) instead hex code.

Text Font Color

.myTextColor { color: #A17FA6; }

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

This text font color is #A17FA6.


Background Color

.myBgColor { background-color: #A17FA6; }

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

This div background color is #A17FA6.


Border color

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

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

This div border color is #A17FA6.


Opacity

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

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

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

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

This text has shadow with #A17FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17FA6 on black background.


Color preview on white background

This text has color #A17FA6 on white background.



Black color preview on #A17FA6 background

This text has black color on #A17FA6 background.


White color preview on #A17FA6 background

This text has white color on #A17FA6 background.