COLOR #A477B2

HEX: #A477B2
RGB: (164,119,178)

Color info

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

RGB color model

#A477B2 color RGB value is (164,119,178).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 178 of 255 = 70%

164
119
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 178 = 461 (100%)
R 164 of 461 ~ 35.57%
G 119 of 461 ~ 25.81%
B 178 of 461 ~ 38.61%

%35.57
%25.81
%38.61

CMYK color model

#A477B2 color CMYK value is (8,33,0,30).

  • cyan value is 7.87%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,33,0,30)
C8M33Y0K30 
(8%,33%,0%,30%)
(0.08/0.33/0.00/0.30)	

CMYK percentages

%7.87
%33.15
%0
%30.2

Codes

Color #A477B2 in popluar color models

A477B2
RGB164119178
HSL286°27.70%58.24%
HSB/HSV286°33.15%69.80%
CMYK7.87%33.15%0.00%
30.20%

Color #A477B2 in popluar number systems.

HEXA477B2
Decimal164119178
Binary10100100111011110110010
Octal244167262

Shades and tints

Shades of #A477B2

#A477B2
(164,119,178)
#966DA2
(150,109,162)
#886392
(136,99,146)
#7A5982
(122,89,130)
#6C4F72
(108,79,114)
#5E4562
(94,69,98)
#503B52
(80,59,82)
#423142
(66,49,66)
#342732
(52,39,50)
#261D22
(38,29,34)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A477B2

#A477B2
(164,119,178)
#AC83B9
(172,131,185)
#B48FC0
(180,143,192)
#BC9BC7
(188,155,199)
#C4A7CE
(196,167,206)
#CCB3D5
(204,179,213)
#D4BFDC
(212,191,220)
#DCCBE3
(220,203,227)
#E4D7EA
(228,215,234)
#ECE3F1
(236,227,241)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A477B2; }

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

This text font color is #A477B2.


Background Color

.myBgColor { background-color: #A477B2; }

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

This div background color is #A477B2.


Border color

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

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

This div border color is #A477B2.


Opacity

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

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

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

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

This text has shadow with #A477B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A477B2 on black background.


Color preview on white background

This text has color #A477B2 on white background.



Black color preview on #A477B2 background

This text has black color on #A477B2 background.


White color preview on #A477B2 background

This text has white color on #A477B2 background.