COLOR #A17BAB

HEX: #A17BAB RGB: (161,123,171)

Color info

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

RGB color model

#A17BAB color RGB value is (161,123,171).

RGB: (161,123,171) (63%, 48%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 171 of 255 = 67%

161
123
171

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

Portions of RGB colors in percentages

R + G + B = 161 + 123 + 171 = 455 (100%)
R 161 of 455 ~ 35.38%
G 123 of 455 ~ 27.03%
B 171 of 455 ~ 37.58'%

%35.38
%27.03
%37.58

CMYK color model

#A17BAB color CMYK value is (6,28,0,33).

  • cyan value is 5.85%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (6,28,0,33)
C6M28Y0K33 (6%, 28%, 0%, 33%)
(0.06 / 0.28 / 0.00 / 0.33)

CMYK percentages

%5.85
%28.07
%0
%32.94

Codes

Color #A17BAB in popluar color models

A1 7B AB
RGB 161 123 171
HSL 288° 22.22% 57.65%
HSB/HSV 288° 28.07% 67.06%
CMYK 5.85% 28.07% 0.00%
32.94%

Color #A17BAB in popluar number systems.

HEX A1 7B AB
Decimal 161 123 171
Binary 10100001 1111011 10101011
Octal 241 173 253

Shades and tints

Shades of #A17BAB

#A17BAB
(161,123,171)
#93709C
(147,112,156)
#85658D
(133,101,141)
#775A7E
(119,90,126)
#694F6F
(105,79,111)
#5B4460
(91,68,96)
#4D3951
(77,57,81)
#3F2E42
(63,46,66)
#312333
(49,35,51)
#231824
(35,24,36)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #A17BAB

#A17BAB
(161,123,171)
#A987B2
(169,135,178)
#B193B9
(177,147,185)
#B99FC0
(185,159,192)
#C1ABC7
(193,171,199)
#C9B7CE
(201,183,206)
#D1C3D5
(209,195,213)
#D9CFDC
(217,207,220)
#E1DBE3
(225,219,227)
#E9E7EA
(233,231,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17BAB color. Also use rgb(161,123,171) instead hex code.

Text Font Color

.myTextColor { color: #A17BAB; }

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

This text font color is #A17BAB.

Background Color

.myBgColor { background-color: #A17BAB; }

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

This div background color is #A17BAB.

Border color

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

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

This div border color is #A17BAB.

Opacity

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

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

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

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

This text has shadow with #A17BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17BAB.

Preview

Color preview on black background

This text has color #A17BAB on black background.


Color preview on white background

This text has color #A17BAB on white background.


Black color preview on #A17BAB background

This text has black color on #A17BAB background.


White color preview on #A17BAB background

This text has white color on #A17BAB background.


Related colors

Complementary color

Complementary color for #hex is #5E8454.


I love getcolorcode.com

Triadic colors

1 #ABA17B and #7BABA1 with #A17BAB are triadic colors.

2 #AB7BA1 and #7BA1AB with #A17BAB are triadic colors.