COLOR #A17EAE

HEX: #A17EAE RGB: (161,126,174)

Color info

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

RGB color model

#A17EAE color RGB value is (161,126,174).

RGB: (161,126,174) (63%, 49%, 68%)

RGB channels and saturation

R 161 of 255 = 63%
G 126 of 255 = 49%
B 174 of 255 = 68%

161
126
174

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

Portions of RGB colors in percentages

R + G + B = 161 + 126 + 174 = 461 (100%)
R 161 of 461 ~ 34.92%
G 126 of 461 ~ 27.33%
B 174 of 461 ~ 37.74'%

%34.92
%27.33
%37.74

CMYK color model

#A17EAE color CMYK value is (7,28,0,32).

  • cyan value is 7.47%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (7,28,0,32)
C7M28Y0K32 (7%, 28%, 0%, 32%)
(0.07 / 0.28 / 0.00 / 0.32)

CMYK percentages

%7.47
%27.59
%0
%31.76

Codes

Color #A17EAE in popluar color models

A1 7E AE
RGB 161 126 174
HSL 284° 22.86% 58.82%
HSB/HSV 284° 27.59% 68.24%
CMYK 7.47% 27.59% 0.00%
31.76%

Color #A17EAE in popluar number systems.

HEX A1 7E AE
Decimal 161 126 174
Binary 10100001 1111110 10101110
Octal 241 176 256

Shades and tints

Shades of #A17EAE

#A17EAE
(161,126,174)
#93739F
(147,115,159)
#856890
(133,104,144)
#775D81
(119,93,129)
#695272
(105,82,114)
#5B4763
(91,71,99)
#4D3C54
(77,60,84)
#3F3145
(63,49,69)
#312636
(49,38,54)
#231B27
(35,27,39)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #A17EAE

#A17EAE
(161,126,174)
#A989B5
(169,137,181)
#B194BC
(177,148,188)
#B99FC3
(185,159,195)
#C1AACA
(193,170,202)
#C9B5D1
(201,181,209)
#D1C0D8
(209,192,216)
#D9CBDF
(217,203,223)
#E1D6E6
(225,214,230)
#E9E1ED
(233,225,237)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17EAE; }

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

This text font color is #A17EAE.

Background Color

.myBgColor { background-color: #A17EAE; }

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

This div background color is #A17EAE.

Border color

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

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

This div border color is #A17EAE.

Opacity

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

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

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

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

This text has shadow with #A17EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17EAE.

Preview

Color preview on black background

This text has color #A17EAE on black background.


Color preview on white background

This text has color #A17EAE on white background.


Black color preview on #A17EAE background

This text has black color on #A17EAE background.


White color preview on #A17EAE background

This text has white color on #A17EAE background.


Related colors

Complementary color

Complementary color for #hex is #5E8151.


I love getcolorcode.com

Triadic colors

1 #AEA17E and #7EAEA1 with #A17EAE are triadic colors.

2 #AE7EA1 and #7EA1AE with #A17EAE are triadic colors.