COLOR #A477A3

HEX: #A477A3
RGB: (164,119,163)

Color info

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

RGB color model

#A477A3 color RGB value is (164,119,163).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 163 of 255 = 64%

164
119
163

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 163 = 446 (100%)
R 164 of 446 ~ 36.77%
G 119 of 446 ~ 26.68%
B 163 of 446 ~ 36.55%

%36.77
%26.68
%36.55

CMYK color model

#A477A3 color CMYK value is (0,27,1,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(0,27,1,36)
C0M27Y1K36 
(0%,27%,1%,36%)
(0.00/0.27/0.01/0.36)	

CMYK percentages

%0
%27.44
%0.61
%35.69

Codes

Color #A477A3 in popluar color models

A477A3
RGB164119163
HSL301°19.82%55.49%
HSB/HSV301°27.44%64.31%
CMYK0.00%27.44%0.61%
35.69%

Color #A477A3 in popluar number systems.

HEXA477A3
Decimal164119163
Binary10100100111011110100011
Octal244167243

Shades and tints

Shades of #A477A3

#A477A3
(164,119,163)
#966D95
(150,109,149)
#886387
(136,99,135)
#7A5979
(122,89,121)
#6C4F6B
(108,79,107)
#5E455D
(94,69,93)
#503B4F
(80,59,79)
#423141
(66,49,65)
#342733
(52,39,51)
#261D25
(38,29,37)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #A477A3

#A477A3
(164,119,163)
#AC83AB
(172,131,171)
#B48FB3
(180,143,179)
#BC9BBB
(188,155,187)
#C4A7C3
(196,167,195)
#CCB3CB
(204,179,203)
#D4BFD3
(212,191,211)
#DCCBDB
(220,203,219)
#E4D7E3
(228,215,227)
#ECE3EB
(236,227,235)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A477A3; }

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

This text font color is #A477A3.


Background Color

.myBgColor { background-color: #A477A3; }

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

This div background color is #A477A3.


Border color

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

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

This div border color is #A477A3.


Opacity

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

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

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

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

This text has shadow with #A477A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A477A3 on black background.


Color preview on white background

This text has color #A477A3 on white background.



Black color preview on #A477A3 background

This text has black color on #A477A3 background.


White color preview on #A477A3 background

This text has white color on #A477A3 background.