COLOR #A177C9

HEX: #A177C9 RGB: (161,119,201)

Color info

#A177C9 contains mainly red and blue colors. Web safe color of #A177C9 is #9966CC (or #96C).

RGB color model

#A177C9 color RGB value is (161,119,201).

RGB: (161,119,201) (63%, 47%, 79%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 201 of 255 = 79%

161
119
201

R + G + B ~ 63%. #A177C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 119 + 201 = 481 (100%)
R 161 of 481 ~ 33.47%
G 119 of 481 ~ 24.74%
B 201 of 481 ~ 41.79'%

%33.47
%24.74
%41.79

CMYK color model

#A177C9 color CMYK value is (20,41,0,21).

  • cyan value is 19.90%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (20,41,0,21)
C20M41Y0K21 (20%, 41%, 0%, 21%)
(0.20 / 0.41 / 0.00 / 0.21)

CMYK percentages

%19.9
%40.8
%0
%21.18

Codes

Color #A177C9 in popluar color models

A1 77 C9
RGB 161 119 201
HSL 271° 43.16% 62.75%
HSB/HSV 271° 40.80% 78.82%
CMYK 19.90% 40.80% 0.00%
21.18%

Color #A177C9 in popluar number systems.

HEX A1 77 C9
Decimal 161 119 201
Binary 10100001 1110111 11001001
Octal 241 167 311

Shades and tints

Shades of #A177C9

#A177C9
(161,119,201)
#936DB7
(147,109,183)
#8563A5
(133,99,165)
#775993
(119,89,147)
#694F81
(105,79,129)
#5B456F
(91,69,111)
#4D3B5D
(77,59,93)
#3F314B
(63,49,75)
#312739
(49,39,57)
#231D27
(35,29,39)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A177C9

#A177C9
(161,119,201)
#A983CD
(169,131,205)
#B18FD1
(177,143,209)
#B99BD5
(185,155,213)
#C1A7D9
(193,167,217)
#C9B3DD
(201,179,221)
#D1BFE1
(209,191,225)
#D9CBE5
(217,203,229)
#E1D7E9
(225,215,233)
#E9E3ED
(233,227,237)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A177C9; }

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

This text font color is #A177C9.

Background Color

.myBgColor { background-color: #A177C9; }

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

This div background color is #A177C9.

Border color

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

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

This div border color is #A177C9.

Opacity

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

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

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

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

This text has shadow with #A177C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A177C9.

Preview

Color preview on black background

This text has color #A177C9 on black background.


Color preview on white background

This text has color #A177C9 on white background.


Black color preview on #A177C9 background

This text has black color on #A177C9 background.


White color preview on #A177C9 background

This text has white color on #A177C9 background.


Related colors

Complementary color

Complementary color for #hex is #5E8836.


I love getcolorcode.com

Triadic colors

1 #C9A177 and #77C9A1 with #A177C9 are triadic colors.

2 #C977A1 and #77A1C9 with #A177C9 are triadic colors.