COLOR #A17CAE

HEX: #A17CAE RGB: (161,124,174)

Color info

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

RGB color model

#A17CAE color RGB value is (161,124,174).

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

RGB channels and saturation

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

161
124
174

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

Portions of RGB colors in percentages

R + G + B = 161 + 124 + 174 = 459 (100%)
R 161 of 459 ~ 35.08%
G 124 of 459 ~ 27.02%
B 174 of 459 ~ 37.91'%

%35.08
%27.02
%37.91

CMYK color model

#A17CAE color CMYK value is (7,29,0,32).

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

CMYK: (7,29,0,32)
C7M29Y0K32 (7%, 29%, 0%, 32%)
(0.07 / 0.29 / 0.00 / 0.32)

CMYK percentages

%7.47
%28.74
%0
%31.76

Codes

Color #A17CAE in popluar color models

A1 7C AE
RGB 161 124 174
HSL 284° 23.58% 58.43%
HSB/HSV 284° 28.74% 68.24%
CMYK 7.47% 28.74% 0.00%
31.76%

Color #A17CAE in popluar number systems.

HEX A1 7C AE
Decimal 161 124 174
Binary 10100001 1111100 10101110
Octal 241 174 256

Shades and tints

Shades of #A17CAE

#A17CAE
(161,124,174)
#93719F
(147,113,159)
#856690
(133,102,144)
#775B81
(119,91,129)
#695072
(105,80,114)
#5B4563
(91,69,99)
#4D3A54
(77,58,84)
#3F2F45
(63,47,69)
#312436
(49,36,54)
#231927
(35,25,39)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #A17CAE

#A17CAE
(161,124,174)
#A987B5
(169,135,181)
#B192BC
(177,146,188)
#B99DC3
(185,157,195)
#C1A8CA
(193,168,202)
#C9B3D1
(201,179,209)
#D1BED8
(209,190,216)
#D9C9DF
(217,201,223)
#E1D4E6
(225,212,230)
#E9DFED
(233,223,237)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17CAE; }

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

This text font color is #A17CAE.

Background Color

.myBgColor { background-color: #A17CAE; }

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

This div background color is #A17CAE.

Border color

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

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

This div border color is #A17CAE.

Opacity

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

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

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

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

This text has shadow with #A17CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17CAE.

Preview

Color preview on black background

This text has color #A17CAE on black background.


Color preview on white background

This text has color #A17CAE on white background.


Black color preview on #A17CAE background

This text has black color on #A17CAE background.


White color preview on #A17CAE background

This text has white color on #A17CAE background.


Related colors

Complementary color

Complementary color for #hex is #5E8351.


I love getcolorcode.com

Triadic colors

1 #AEA17C and #7CAEA1 with #A17CAE are triadic colors.

2 #AE7CA1 and #7CA1AE with #A17CAE are triadic colors.