COLOR #A17CBA

HEX: #A17CBA RGB: (161,124,186)

Color info

#A17CBA contains mainly red and blue colors. Web safe color of #A17CBA is #9966CC (or #96C).

RGB color model

#A17CBA color RGB value is (161,124,186).

RGB: (161,124,186) (63%, 49%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 124 of 255 = 49%
B 186 of 255 = 73%

161
124
186

R + G + B ~ 62%. #A17CBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 124 + 186 = 471 (100%)
R 161 of 471 ~ 34.18%
G 124 of 471 ~ 26.33%
B 186 of 471 ~ 39.49'%

%34.18
%26.33
%39.49

CMYK color model

#A17CBA color CMYK value is (13,33,0,27).

  • cyan value is 13.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (13,33,0,27)
C13M33Y0K27 (13%, 33%, 0%, 27%)
(0.13 / 0.33 / 0.00 / 0.27)

CMYK percentages

%13.44
%33.33
%0
%27.06

Codes

Color #A17CBA in popluar color models

A1 7C BA
RGB 161 124 186
HSL 276° 31.00% 60.78%
HSB/HSV 276° 33.33% 72.94%
CMYK 13.44% 33.33% 0.00%
27.06%

Color #A17CBA in popluar number systems.

HEX A1 7C BA
Decimal 161 124 186
Binary 10100001 1111100 10111010
Octal 241 174 272

Shades and tints

Shades of #A17CBA

#A17CBA
(161,124,186)
#9371AA
(147,113,170)
#85669A
(133,102,154)
#775B8A
(119,91,138)
#69507A
(105,80,122)
#5B456A
(91,69,106)
#4D3A5A
(77,58,90)
#3F2F4A
(63,47,74)
#31243A
(49,36,58)
#23192A
(35,25,42)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #A17CBA

#A17CBA
(161,124,186)
#A987C0
(169,135,192)
#B192C6
(177,146,198)
#B99DCC
(185,157,204)
#C1A8D2
(193,168,210)
#C9B3D8
(201,179,216)
#D1BEDE
(209,190,222)
#D9C9E4
(217,201,228)
#E1D4EA
(225,212,234)
#E9DFF0
(233,223,240)
#F1EAF6
(241,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17CBA; }

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

This text font color is #A17CBA.

Background Color

.myBgColor { background-color: #A17CBA; }

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

This div background color is #A17CBA.

Border color

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

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

This div border color is #A17CBA.

Opacity

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

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

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

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

This text has shadow with #A17CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17CBA.

Preview

Color preview on black background

This text has color #A17CBA on black background.


Color preview on white background

This text has color #A17CBA on white background.


Black color preview on #A17CBA background

This text has black color on #A17CBA background.


White color preview on #A17CBA background

This text has white color on #A17CBA background.


Related colors

Complementary color

Complementary color for #hex is #5E8345.


I love getcolorcode.com

Triadic colors

1 #BAA17C and #7CBAA1 with #A17CBA are triadic colors.

2 #BA7CA1 and #7CA1BA with #A17CBA are triadic colors.