COLOR #A471A2

HEX: #A471A2
RGB: (164,113,162)

Color info

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

RGB color model

#A471A2 color RGB value is (164,113,162).

  • red value is 164;
  • green value is 113;
  • blue value is 162.
RGB:
(164,113,162)
(64%,44%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 113 of 255 = 44%
B 162 of 255 = 64%

164
113
162

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

Portions of RGB colors in percentages

R + G + B =
164 + 113 + 162 = 439 (100%)
R 164 of 439 ~ 37.36%
G 113 of 439 ~ 25.74%
B 162 of 439 ~ 36.9%

%37.36
%25.74
%36.9

CMYK color model

#A471A2 color CMYK value is (0,31,1,36).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 1.22%
  • key color value is 35.69%
CMYK:
(0,31,1,36)
C0M31Y1K36 
(0%,31%,1%,36%)
(0.00/0.31/0.01/0.36)	

CMYK percentages

%0
%31.1
%1.22
%35.69

Codes

Color #A471A2 in popluar color models

A471A2
RGB164113162
HSL302°21.89%54.31%
HSB/HSV302°31.10%64.31%
CMYK0.00%31.10%1.22%
35.69%

Color #A471A2 in popluar number systems.

HEXA471A2
Decimal164113162
Binary10100100111000110100010
Octal244161242

Shades and tints

Shades of #A471A2

#A471A2
(164,113,162)
#966794
(150,103,148)
#885D86
(136,93,134)
#7A5378
(122,83,120)
#6C496A
(108,73,106)
#5E3F5C
(94,63,92)
#50354E
(80,53,78)
#422B40
(66,43,64)
#342132
(52,33,50)
#261724
(38,23,36)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #A471A2

#A471A2
(164,113,162)
#AC7DAA
(172,125,170)
#B489B2
(180,137,178)
#BC95BA
(188,149,186)
#C4A1C2
(196,161,194)
#CCADCA
(204,173,202)
#D4B9D2
(212,185,210)
#DCC5DA
(220,197,218)
#E4D1E2
(228,209,226)
#ECDDEA
(236,221,234)
#F4E9F2
(244,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A471A2 color. Also use rgb(164,113,162) instead hex code.

Text Font Color

.myTextColor { color: #A471A2; }

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

This text font color is #A471A2.


Background Color

.myBgColor { background-color: #A471A2; }

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

This div background color is #A471A2.


Border color

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

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

This div border color is #A471A2.


Opacity

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

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

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

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

This text has shadow with #A471A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A471A2 on black background.


Color preview on white background

This text has color #A471A2 on white background.



Black color preview on #A471A2 background

This text has black color on #A471A2 background.


White color preview on #A471A2 background

This text has white color on #A471A2 background.