COLOR #A177C7

HEX: #A177C7 RGB: (161,119,199)

Color info

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

RGB color model

#A177C7 color RGB value is (161,119,199).

RGB: (161,119,199) (63%, 47%, 78%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 199 of 255 = 78%

161
119
199

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

Portions of RGB colors in percentages

R + G + B = 161 + 119 + 199 = 479 (100%)
R 161 of 479 ~ 33.61%
G 119 of 479 ~ 24.84%
B 199 of 479 ~ 41.54'%

%33.61
%24.84
%41.54

CMYK color model

#A177C7 color CMYK value is (19,40,0,22).

  • cyan value is 19.10%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (19,40,0,22) C19M40Y0K22 (19%,40%,0%,22%) (0.19/0.40/0.00/0.22) 

CMYK percentages

%19.1
%40.2
%0
%21.96

Codes

Color #A177C7 in popluar color models

A1 77 C7
RGB 161 119 199
HSL 272° 41.67% 62.35%
HSB/HSV 272° 40.20% 78.04%
CMYK 19.10% 40.20% 0.00%
21.96%

Color #A177C7 in popluar number systems.

HEX A1 77 C7
Decimal 161 119 199
Binary 10100001 1110111 11000111
Octal 241 167 307

Shades and tints

Shades of #A177C7

#A177C7
(161,119,199)
#936DB5
(147,109,181)
#8563A3
(133,99,163)
#775991
(119,89,145)
#694F7F
(105,79,127)
#5B456D
(91,69,109)
#4D3B5B
(77,59,91)
#3F3149
(63,49,73)
#312737
(49,39,55)
#231D25
(35,29,37)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A177C7

#A177C7
(161,119,199)
#A983CC
(169,131,204)
#B18FD1
(177,143,209)
#B99BD6
(185,155,214)
#C1A7DB
(193,167,219)
#C9B3E0
(201,179,224)
#D1BFE5
(209,191,229)
#D9CBEA
(217,203,234)
#E1D7EF
(225,215,239)
#E9E3F4
(233,227,244)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A177C7; }

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

This text font color is #A177C7.

Background Color

.myBgColor { background-color: #A177C7; }

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

This div background color is #A177C7.

Border color

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

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

This div border color is #A177C7.

Opacity

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

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

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

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

This text has shadow with #A177C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A177C7.

Preview

Color preview on black background

This text has color #A177C7 on black background.


Color preview on white background

This text has color #A177C7 on white background.


Black color preview on #A177C7 background

This text has black color on #A177C7 background.


White color preview on #A177C7 background

This text has white color on #A177C7 background.


Related colors

Complementary color

Complementary color for #hex is #5E8838.


I love getcolorcode.com

Triadic colors

1 #C7A177 and #77C7A1 with #A177C7 are triadic colors.

2 #C777A1 and #77A1C7 with #A177C7 are triadic colors.