COLOR #A473A7

HEX: #A473A7
RGB: (164,115,167)

Color info

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

RGB color model

#A473A7 color RGB value is (164,115,167).

  • red value is 164;
  • green value is 115;
  • blue value is 167.
RGB:
(164,115,167)
(64%,45%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 167 of 255 = 65%

164
115
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 115 + 167 = 446 (100%)
R 164 of 446 ~ 36.77%
G 115 of 446 ~ 25.78%
B 167 of 446 ~ 37.44%

%36.77
%25.78
%37.44

CMYK color model

#A473A7 color CMYK value is (2,31,0,35).

  • cyan value is 1.80%
  • magenta value is 31.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,31,0,35)
C2M31Y0K35 
(2%,31%,0%,35%)
(0.02/0.31/0.00/0.35)	

CMYK percentages

%1.8
%31.14
%0
%34.51

Codes

Color #A473A7 in popluar color models

A473A7
RGB164115167
HSL297°22.81%55.29%
HSB/HSV297°31.14%65.49%
CMYK1.80%31.14%0.00%
34.51%

Color #A473A7 in popluar number systems.

HEXA473A7
Decimal164115167
Binary10100100111001110100111
Octal244163247

Shades and tints

Shades of #A473A7

#A473A7
(164,115,167)
#966998
(150,105,152)
#885F89
(136,95,137)
#7A557A
(122,85,122)
#6C4B6B
(108,75,107)
#5E415C
(94,65,92)
#50374D
(80,55,77)
#422D3E
(66,45,62)
#34232F
(52,35,47)
#261920
(38,25,32)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #A473A7

#A473A7
(164,115,167)
#AC7FAF
(172,127,175)
#B48BB7
(180,139,183)
#BC97BF
(188,151,191)
#C4A3C7
(196,163,199)
#CCAFCF
(204,175,207)
#D4BBD7
(212,187,215)
#DCC7DF
(220,199,223)
#E4D3E7
(228,211,231)
#ECDFEF
(236,223,239)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A473A7 color. Also use rgb(164,115,167) instead hex code.

Text Font Color

.myTextColor { color: #A473A7; }

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

This text font color is #A473A7.


Background Color

.myBgColor { background-color: #A473A7; }

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

This div background color is #A473A7.


Border color

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

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

This div border color is #A473A7.


Opacity

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

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

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

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

This text has shadow with #A473A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A473A7 on black background.


Color preview on white background

This text has color #A473A7 on white background.



Black color preview on #A473A7 background

This text has black color on #A473A7 background.


White color preview on #A473A7 background

This text has white color on #A473A7 background.