COLOR #A473C6

HEX: #A473C6
RGB: (164,115,198)

Color info

#A473C6 contains mainly red and blue colors. Web safe color of #A473C6 is #9966CC (or #96C).

RGB color model

#A473C6 color RGB value is (164,115,198).

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

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 198 of 255 = 78%

164
115
198

R + G + B ~ 62%. #A473C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 115 + 198 = 477 (100%)
R 164 of 477 ~ 34.38%
G 115 of 477 ~ 24.11%
B 198 of 477 ~ 41.51%

%34.38
%24.11
%41.51

CMYK color model

#A473C6 color CMYK value is (17,42,0,22).

  • cyan value is 17.17%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(17,42,0,22)
C17M42Y0K22 
(17%,42%,0%,22%)
(0.17/0.42/0.00/0.22)	

CMYK percentages

%17.17
%41.92
%0
%22.35

Codes

Color #A473C6 in popluar color models

A473C6
RGB164115198
HSL275°42.13%61.37%
HSB/HSV275°41.92%77.65%
CMYK17.17%41.92%0.00%
22.35%

Color #A473C6 in popluar number systems.

HEXA473C6
Decimal164115198
Binary10100100111001111000110
Octal244163306

Shades and tints

Shades of #A473C6

#A473C6
(164,115,198)
#9669B4
(150,105,180)
#885FA2
(136,95,162)
#7A5590
(122,85,144)
#6C4B7E
(108,75,126)
#5E416C
(94,65,108)
#50375A
(80,55,90)
#422D48
(66,45,72)
#342336
(52,35,54)
#261924
(38,25,36)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A473C6

#A473C6
(164,115,198)
#AC7FCB
(172,127,203)
#B48BD0
(180,139,208)
#BC97D5
(188,151,213)
#C4A3DA
(196,163,218)
#CCAFDF
(204,175,223)
#D4BBE4
(212,187,228)
#DCC7E9
(220,199,233)
#E4D3EE
(228,211,238)
#ECDFF3
(236,223,243)
#F4EBF8
(244,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A473C6; }

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

This text font color is #A473C6.


Background Color

.myBgColor { background-color: #A473C6; }

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

This div background color is #A473C6.


Border color

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

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

This div border color is #A473C6.


Opacity

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

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

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

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

This text has shadow with #A473C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A473C6 on black background.


Color preview on white background

This text has color #A473C6 on white background.



Black color preview on #A473C6 background

This text has black color on #A473C6 background.


White color preview on #A473C6 background

This text has white color on #A473C6 background.