COLOR #A17AAB

HEX: #A17AAB RGB: (161,122,171)

Color info

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

RGB color model

#A17AAB color RGB value is (161,122,171).

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

RGB channels and saturation

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

161
122
171

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

Portions of RGB colors in percentages

R + G + B = 161 + 122 + 171 = 454 (100%)
R 161 of 454 ~ 35.46%
G 122 of 454 ~ 26.87%
B 171 of 454 ~ 37.67'%

%35.46
%26.87
%37.67

CMYK color model

#A17AAB color CMYK value is (6,29,0,33).

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

CMYK: (6,29,0,33)
C6M29Y0K33 (6%, 29%, 0%, 33%)
(0.06 / 0.29 / 0.00 / 0.33)

CMYK percentages

%5.85
%28.65
%0
%32.94

Codes

Color #A17AAB in popluar color models

A1 7A AB
RGB 161 122 171
HSL 288° 22.58% 57.45%
HSB/HSV 288° 28.65% 67.06%
CMYK 5.85% 28.65% 0.00%
32.94%

Color #A17AAB in popluar number systems.

HEX A1 7A AB
Decimal 161 122 171
Binary 10100001 1111010 10101011
Octal 241 172 253

Shades and tints

Shades of #A17AAB

#A17AAB
(161,122,171)
#936F9C
(147,111,156)
#85648D
(133,100,141)
#77597E
(119,89,126)
#694E6F
(105,78,111)
#5B4360
(91,67,96)
#4D3851
(77,56,81)
#3F2D42
(63,45,66)
#312233
(49,34,51)
#231724
(35,23,36)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #A17AAB

#A17AAB
(161,122,171)
#A986B2
(169,134,178)
#B192B9
(177,146,185)
#B99EC0
(185,158,192)
#C1AAC7
(193,170,199)
#C9B6CE
(201,182,206)
#D1C2D5
(209,194,213)
#D9CEDC
(217,206,220)
#E1DAE3
(225,218,227)
#E9E6EA
(233,230,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17AAB; }

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

This text font color is #A17AAB.

Background Color

.myBgColor { background-color: #A17AAB; }

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

This div background color is #A17AAB.

Border color

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

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

This div border color is #A17AAB.

Opacity

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

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

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

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

This text has shadow with #A17AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17AAB.

Preview

Color preview on black background

This text has color #A17AAB on black background.


Color preview on white background

This text has color #A17AAB on white background.


Black color preview on #A17AAB background

This text has black color on #A17AAB background.


White color preview on #A17AAB background

This text has white color on #A17AAB background.


Related colors

Complementary color

Complementary color for #hex is #5E8554.


I love getcolorcode.com

Triadic colors

1 #ABA17A and #7AABA1 with #A17AAB are triadic colors.

2 #AB7AA1 and #7AA1AB with #A17AAB are triadic colors.