COLOR #A479AA

HEX: #A479AA
RGB: (164,121,170)

Color info

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

RGB color model

#A479AA color RGB value is (164,121,170).

  • red value is 164;
  • green value is 121;
  • blue value is 170.
RGB:
(164,121,170)
(64%,47%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 170 of 255 = 67%

164
121
170

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 170 = 455 (100%)
R 164 of 455 ~ 36.04%
G 121 of 455 ~ 26.59%
B 170 of 455 ~ 37.36%

%36.04
%26.59
%37.36

CMYK color model

#A479AA color CMYK value is (4,29,0,33).

  • cyan value is 3.53%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,29,0,33)
C4M29Y0K33 
(4%,29%,0%,33%)
(0.04/0.29/0.00/0.33)	

CMYK percentages

%3.53
%28.82
%0
%33.33

Codes

Color #A479AA in popluar color models

A479AA
RGB164121170
HSL293°22.37%57.06%
HSB/HSV293°28.82%66.67%
CMYK3.53%28.82%0.00%
33.33%

Color #A479AA in popluar number systems.

HEXA479AA
Decimal164121170
Binary10100100111100110101010
Octal244171252

Shades and tints

Shades of #A479AA

#A479AA
(164,121,170)
#966E9B
(150,110,155)
#88638C
(136,99,140)
#7A587D
(122,88,125)
#6C4D6E
(108,77,110)
#5E425F
(94,66,95)
#503750
(80,55,80)
#422C41
(66,44,65)
#342132
(52,33,50)
#261623
(38,22,35)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #A479AA

#A479AA
(164,121,170)
#AC85B1
(172,133,177)
#B491B8
(180,145,184)
#BC9DBF
(188,157,191)
#C4A9C6
(196,169,198)
#CCB5CD
(204,181,205)
#D4C1D4
(212,193,212)
#DCCDDB
(220,205,219)
#E4D9E2
(228,217,226)
#ECE5E9
(236,229,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A479AA color. Also use rgb(164,121,170) instead hex code.

Text Font Color

.myTextColor { color: #A479AA; }

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

This text font color is #A479AA.


Background Color

.myBgColor { background-color: #A479AA; }

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

This div background color is #A479AA.


Border color

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

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

This div border color is #A479AA.


Opacity

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

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

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

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

This text has shadow with #A479AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A479AA on black background.


Color preview on white background

This text has color #A479AA on white background.



Black color preview on #A479AA background

This text has black color on #A479AA background.


White color preview on #A479AA background

This text has white color on #A479AA background.