COLOR #A476A3

HEX: #A476A3
RGB: (164,118,163)

Color info

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

RGB color model

#A476A3 color RGB value is (164,118,163).

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

RGB channels and saturation

R 164 of 255 = 64%
G 118 of 255 = 46%
B 163 of 255 = 64%

164
118
163

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

Portions of RGB colors in percentages

R + G + B =
164 + 118 + 163 = 445 (100%)
R 164 of 445 ~ 36.85%
G 118 of 445 ~ 26.52%
B 163 of 445 ~ 36.63%

%36.85
%26.52
%36.63

CMYK color model

#A476A3 color CMYK value is (0,28,1,36).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(0,28,1,36)
C0M28Y1K36 
(0%,28%,1%,36%)
(0.00/0.28/0.01/0.36)	

CMYK percentages

%0
%28.05
%0.61
%35.69

Codes

Color #A476A3 in popluar color models

A476A3
RGB164118163
HSL301°20.18%55.29%
HSB/HSV301°28.05%64.31%
CMYK0.00%28.05%0.61%
35.69%

Color #A476A3 in popluar number systems.

HEXA476A3
Decimal164118163
Binary10100100111011010100011
Octal244166243

Shades and tints

Shades of #A476A3

#A476A3
(164,118,163)
#966C95
(150,108,149)
#886287
(136,98,135)
#7A5879
(122,88,121)
#6C4E6B
(108,78,107)
#5E445D
(94,68,93)
#503A4F
(80,58,79)
#423041
(66,48,65)
#342633
(52,38,51)
#261C25
(38,28,37)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A476A3

#A476A3
(164,118,163)
#AC82AB
(172,130,171)
#B48EB3
(180,142,179)
#BC9ABB
(188,154,187)
#C4A6C3
(196,166,195)
#CCB2CB
(204,178,203)
#D4BED3
(212,190,211)
#DCCADB
(220,202,219)
#E4D6E3
(228,214,227)
#ECE2EB
(236,226,235)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A476A3; }

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

This text font color is #A476A3.


Background Color

.myBgColor { background-color: #A476A3; }

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

This div background color is #A476A3.


Border color

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

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

This div border color is #A476A3.


Opacity

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

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

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

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

This text has shadow with #A476A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A476A3 on black background.


Color preview on white background

This text has color #A476A3 on white background.



Black color preview on #A476A3 background

This text has black color on #A476A3 background.


White color preview on #A476A3 background

This text has white color on #A476A3 background.