COLOR #A179B1

HEX: #A179B1
RGB: (161,121,177)

Color info

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

RGB color model

#A179B1 color RGB value is (161,121,177).

  • red value is 161;
  • green value is 121;
  • blue value is 177.
RGB:
(161,121,177)
(63%,47%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 177 of 255 = 69%

161
121
177

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 177 = 459 (100%)
R 161 of 459 ~ 35.08%
G 121 of 459 ~ 26.36%
B 177 of 459 ~ 38.56%

%35.08
%26.36
%38.56

CMYK color model

#A179B1 color CMYK value is (9,32,0,31).

  • cyan value is 9.04%
  • magenta value is 31.64%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,32,0,31)
C9M32Y0K31 
(9%,32%,0%,31%)
(0.09/0.32/0.00/0.31)	

CMYK percentages

%9.04
%31.64
%0
%30.59

Codes

Color #A179B1 in popluar color models

A179B1
RGB161121177
HSL283°26.42%58.43%
HSB/HSV283°31.64%69.41%
CMYK9.04%31.64%0.00%
30.59%

Color #A179B1 in popluar number systems.

HEXA179B1
Decimal161121177
Binary10100001111100110110001
Octal241171261

Shades and tints

Shades of #A179B1

#A179B1
(161,121,177)
#936EA1
(147,110,161)
#856391
(133,99,145)
#775881
(119,88,129)
#694D71
(105,77,113)
#5B4261
(91,66,97)
#4D3751
(77,55,81)
#3F2C41
(63,44,65)
#312131
(49,33,49)
#231621
(35,22,33)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #A179B1

#A179B1
(161,121,177)
#A985B8
(169,133,184)
#B191BF
(177,145,191)
#B99DC6
(185,157,198)
#C1A9CD
(193,169,205)
#C9B5D4
(201,181,212)
#D1C1DB
(209,193,219)
#D9CDE2
(217,205,226)
#E1D9E9
(225,217,233)
#E9E5F0
(233,229,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A179B1; }

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

This text font color is #A179B1.


Background Color

.myBgColor { background-color: #A179B1; }

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

This div background color is #A179B1.


Border color

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

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

This div border color is #A179B1.


Opacity

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

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

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

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

This text has shadow with #A179B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A179B1 on black background.


Color preview on white background

This text has color #A179B1 on white background.



Black color preview on #A179B1 background

This text has black color on #A179B1 background.


White color preview on #A179B1 background

This text has white color on #A179B1 background.