COLOR #A17EA2

HEX: #A17EA2 RGB: (161,126,162)

Color info

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

RGB color model

#A17EA2 color RGB value is (161,126,162).

RGB: (161,126,162) (63%, 49%, 64%)

RGB channels and saturation

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

161
126
162

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

Portions of RGB colors in percentages

R + G + B = 161 + 126 + 162 = 449 (100%)
R 161 of 449 ~ 35.86%
G 126 of 449 ~ 28.06%
B 162 of 449 ~ 36.08'%

%35.86
%28.06
%36.08

CMYK color model

#A17EA2 color CMYK value is (1,22,0,36).

  • cyan value is 0.62%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (1,22,0,36)
C1M22Y0K36 (1%, 22%, 0%, 36%)
(0.01 / 0.22 / 0.00 / 0.36)

CMYK percentages

%0.62
%22.22
%0
%36.47

Codes

Color #A17EA2 in popluar color models

A1 7E A2
RGB 161 126 162
HSL 298° 16.22% 56.47%
HSB/HSV 298° 22.22% 63.53%
CMYK 0.62% 22.22% 0.00%
36.47%

Color #A17EA2 in popluar number systems.

HEX A1 7E A2
Decimal 161 126 162
Binary 10100001 1111110 10100010
Octal 241 176 242

Shades and tints

Shades of #A17EA2

#A17EA2
(161,126,162)
#937394
(147,115,148)
#856886
(133,104,134)
#775D78
(119,93,120)
#69526A
(105,82,106)
#5B475C
(91,71,92)
#4D3C4E
(77,60,78)
#3F3140
(63,49,64)
#312632
(49,38,50)
#231B24
(35,27,36)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #A17EA2

#A17EA2
(161,126,162)
#A989AA
(169,137,170)
#B194B2
(177,148,178)
#B99FBA
(185,159,186)
#C1AAC2
(193,170,194)
#C9B5CA
(201,181,202)
#D1C0D2
(209,192,210)
#D9CBDA
(217,203,218)
#E1D6E2
(225,214,226)
#E9E1EA
(233,225,234)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17EA2; }

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

This text font color is #A17EA2.

Background Color

.myBgColor { background-color: #A17EA2; }

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

This div background color is #A17EA2.

Border color

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

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

This div border color is #A17EA2.

Opacity

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

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

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

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

This text has shadow with #A17EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17EA2.

Preview

Color preview on black background

This text has color #A17EA2 on black background.


Color preview on white background

This text has color #A17EA2 on white background.


Black color preview on #A17EA2 background

This text has black color on #A17EA2 background.


White color preview on #A17EA2 background

This text has white color on #A17EA2 background.


Related colors

Complementary color

Complementary color for #hex is #5E815D.


I love getcolorcode.com

Triadic colors

1 #A2A17E and #7EA2A1 with #A17EA2 are triadic colors.

2 #A27EA1 and #7EA1A2 with #A17EA2 are triadic colors.