COLOR #A17AA1

HEX: #A17AA1 RGB: (161,122,161)

Color info

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

RGB color model

#A17AA1 color RGB value is (161,122,161).

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

RGB channels and saturation

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

161
122
161

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

Portions of RGB colors in percentages

R + G + B = 161 + 122 + 161 = 444 (100%)
R 161 of 444 ~ 36.26%
G 122 of 444 ~ 27.48%
B 161 of 444 ~ 36.26'%

%36.26
%27.48
%36.26

CMYK color model

#A17AA1 color CMYK value is (0,24,0,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (0,24,0,37) C0M24Y0K37 (0%,24%,0%,37%) (0.00/0.24/0.00/0.37) 

CMYK percentages

%0
%24.22
%0
%36.86

Codes

Color #A17AA1 in popluar color models

A1 7A A1
RGB 161 122 161
HSL 300° 17.18% 55.49%
HSB/HSV 300° 24.22% 63.14%
CMYK 0.00% 24.22% 0.00%
36.86%

Color #A17AA1 in popluar number systems.

HEX A1 7A A1
Decimal 161 122 161
Binary 10100001 1111010 10100001
Octal 241 172 241

Shades and tints

Shades of #A17AA1

#A17AA1
(161,122,161)
#936F93
(147,111,147)
#856485
(133,100,133)
#775977
(119,89,119)
#694E69
(105,78,105)
#5B435B
(91,67,91)
#4D384D
(77,56,77)
#3F2D3F
(63,45,63)
#312231
(49,34,49)
#231723
(35,23,35)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #A17AA1

#A17AA1
(161,122,161)
#A986A9
(169,134,169)
#B192B1
(177,146,177)
#B99EB9
(185,158,185)
#C1AAC1
(193,170,193)
#C9B6C9
(201,182,201)
#D1C2D1
(209,194,209)
#D9CED9
(217,206,217)
#E1DAE1
(225,218,225)
#E9E6E9
(233,230,233)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17AA1; }

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

This text font color is #A17AA1.

Background Color

.myBgColor { background-color: #A17AA1; }

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

This div background color is #A17AA1.

Border color

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

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

This div border color is #A17AA1.

Opacity

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

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

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

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

This text has shadow with #A17AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17AA1.

Preview

Color preview on black background

This text has color #A17AA1 on black background.


Color preview on white background

This text has color #A17AA1 on white background.


Black color preview on #A17AA1 background

This text has black color on #A17AA1 background.


White color preview on #A17AA1 background

This text has white color on #A17AA1 background.


Related colors

Complementary color

Complementary color for #hex is #5E855E.


I love getcolorcode.com

Triadic colors

1 #A1A17A and #7AA1A1 with #A17AA1 are triadic colors.

2 #A17AA1 and #7AA1A1 with #A17AA1 are triadic colors.