COLOR #A474A3

HEX: #A474A3
RGB: (164,116,163)

Color info

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

RGB color model

#A474A3 color RGB value is (164,116,163).

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

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 163 of 255 = 64%

164
116
163

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 163 = 443 (100%)
R 164 of 443 ~ 37.02%
G 116 of 443 ~ 26.19%
B 163 of 443 ~ 36.79%

%37.02
%26.19
%36.79

CMYK color model

#A474A3 color CMYK value is (0,29,1,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(0,29,1,36)
C0M29Y1K36 
(0%,29%,1%,36%)
(0.00/0.29/0.01/0.36)	

CMYK percentages

%0
%29.27
%0.61
%35.69

Codes

Color #A474A3 in popluar color models

A474A3
RGB164116163
HSL301°20.87%54.90%
HSB/HSV301°29.27%64.31%
CMYK0.00%29.27%0.61%
35.69%

Color #A474A3 in popluar number systems.

HEXA474A3
Decimal164116163
Binary10100100111010010100011
Octal244164243

Shades and tints

Shades of #A474A3

#A474A3
(164,116,163)
#966A95
(150,106,149)
#886087
(136,96,135)
#7A5679
(122,86,121)
#6C4C6B
(108,76,107)
#5E425D
(94,66,93)
#50384F
(80,56,79)
#422E41
(66,46,65)
#342433
(52,36,51)
#261A25
(38,26,37)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #A474A3

#A474A3
(164,116,163)
#AC80AB
(172,128,171)
#B48CB3
(180,140,179)
#BC98BB
(188,152,187)
#C4A4C3
(196,164,195)
#CCB0CB
(204,176,203)
#D4BCD3
(212,188,211)
#DCC8DB
(220,200,219)
#E4D4E3
(228,212,227)
#ECE0EB
(236,224,235)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A474A3; }

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

This text font color is #A474A3.


Background Color

.myBgColor { background-color: #A474A3; }

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

This div background color is #A474A3.


Border color

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

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

This div border color is #A474A3.


Opacity

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

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

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

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

This text has shadow with #A474A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A474A3 on black background.


Color preview on white background

This text has color #A474A3 on white background.



Black color preview on #A474A3 background

This text has black color on #A474A3 background.


White color preview on #A474A3 background

This text has white color on #A474A3 background.