COLOR #A477A0

HEX: #A477A0
RGB: (164,119,160)

Color info

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

RGB color model

#A477A0 color RGB value is (164,119,160).

  • red value is 164;
  • green value is 119;
  • blue value is 160.
RGB:
(164,119,160)
(64%,47%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 160 of 255 = 63%

164
119
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 160 = 443 (100%)
R 164 of 443 ~ 37.02%
G 119 of 443 ~ 26.86%
B 160 of 443 ~ 36.12%

%37.02
%26.86
%36.12

CMYK color model

#A477A0 color CMYK value is (0,27,2,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 2.44%
  • key color value is 35.69%
CMYK:
(0,27,2,36)
C0M27Y2K36 
(0%,27%,2%,36%)
(0.00/0.27/0.02/0.36)	

CMYK percentages

%0
%27.44
%2.44
%35.69

Codes

Color #A477A0 in popluar color models

A477A0
RGB164119160
HSL305°19.82%55.49%
HSB/HSV305°27.44%64.31%
CMYK0.00%27.44%2.44%
35.69%

Color #A477A0 in popluar number systems.

HEXA477A0
Decimal164119160
Binary10100100111011110100000
Octal244167240

Shades and tints

Shades of #A477A0

#A477A0
(164,119,160)
#966D92
(150,109,146)
#886384
(136,99,132)
#7A5976
(122,89,118)
#6C4F68
(108,79,104)
#5E455A
(94,69,90)
#503B4C
(80,59,76)
#42313E
(66,49,62)
#342730
(52,39,48)
#261D22
(38,29,34)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A477A0

#A477A0
(164,119,160)
#AC83A8
(172,131,168)
#B48FB0
(180,143,176)
#BC9BB8
(188,155,184)
#C4A7C0
(196,167,192)
#CCB3C8
(204,179,200)
#D4BFD0
(212,191,208)
#DCCBD8
(220,203,216)
#E4D7E0
(228,215,224)
#ECE3E8
(236,227,232)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A477A0 color. Also use rgb(164,119,160) instead hex code.

Text Font Color

.myTextColor { color: #A477A0; }

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

This text font color is #A477A0.


Background Color

.myBgColor { background-color: #A477A0; }

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

This div background color is #A477A0.


Border color

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

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

This div border color is #A477A0.


Opacity

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

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

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

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

This text has shadow with #A477A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A477A0 on black background.


Color preview on white background

This text has color #A477A0 on white background.



Black color preview on #A477A0 background

This text has black color on #A477A0 background.


White color preview on #A477A0 background

This text has white color on #A477A0 background.