COLOR #A177AB

HEX: #A177AB
RGB: (161,119,171)

Color info

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

RGB color model

#A177AB color RGB value is (161,119,171).

  • red value is 161;
  • green value is 119;
  • blue value is 171.
RGB:
(161,119,171)
(63%,47%,67%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 171 of 255 = 67%

161
119
171

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

Portions of RGB colors in percentages

R + G + B =
161 + 119 + 171 = 451 (100%)
R 161 of 451 ~ 35.7%
G 119 of 451 ~ 26.39%
B 171 of 451 ~ 37.92%

%35.7
%26.39
%37.92

CMYK color model

#A177AB color CMYK value is (6,30,0,33).

  • cyan value is 5.85%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,30,0,33)
C6M30Y0K33 
(6%,30%,0%,33%)
(0.06/0.30/0.00/0.33)	

CMYK percentages

%5.85
%30.41
%0
%32.94

Codes

Color #A177AB in popluar color models

A177AB
RGB161119171
HSL288°23.64%56.86%
HSB/HSV288°30.41%67.06%
CMYK5.85%30.41%0.00%
32.94%

Color #A177AB in popluar number systems.

HEXA177AB
Decimal161119171
Binary10100001111011110101011
Octal241167253

Shades and tints

Shades of #A177AB

#A177AB
(161,119,171)
#936D9C
(147,109,156)
#85638D
(133,99,141)
#77597E
(119,89,126)
#694F6F
(105,79,111)
#5B4560
(91,69,96)
#4D3B51
(77,59,81)
#3F3142
(63,49,66)
#312733
(49,39,51)
#231D24
(35,29,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A177AB

#A177AB
(161,119,171)
#A983B2
(169,131,178)
#B18FB9
(177,143,185)
#B99BC0
(185,155,192)
#C1A7C7
(193,167,199)
#C9B3CE
(201,179,206)
#D1BFD5
(209,191,213)
#D9CBDC
(217,203,220)
#E1D7E3
(225,215,227)
#E9E3EA
(233,227,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A177AB; }

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

This text font color is #A177AB.


Background Color

.myBgColor { background-color: #A177AB; }

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

This div background color is #A177AB.


Border color

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

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

This div border color is #A177AB.


Opacity

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

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

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

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

This text has shadow with #A177AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A177AB on black background.


Color preview on white background

This text has color #A177AB on white background.



Black color preview on #A177AB background

This text has black color on #A177AB background.


White color preview on #A177AB background

This text has white color on #A177AB background.