COLOR #A447C2

HEX: #A447C2
RGB: (164,71,194)

Color info

#A447C2 contains mainly red and blue colors. Web safe color of #A447C2 is #9933CC (or #93C).

RGB color model

#A447C2 color RGB value is (164,71,194).

  • red value is 164;
  • green value is 71;
  • blue value is 194.
RGB:
(164,71,194)
(64%,28%,76%)

RGB channels and saturation

R 164 of 255 = 64%
G 71 of 255 = 28%
B 194 of 255 = 76%

164
71
194

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

Portions of RGB colors in percentages

R + G + B =
164 + 71 + 194 = 429 (100%)
R 164 of 429 ~ 38.23%
G 71 of 429 ~ 16.55%
B 194 of 429 ~ 45.22%

%38.23
%16.55
%45.22

CMYK color model

#A447C2 color CMYK value is (15,63,0,24).

  • cyan value is 15.46%
  • magenta value is 63.40%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(15,63,0,24)
C15M63Y0K24 
(15%,63%,0%,24%)
(0.15/0.63/0.00/0.24)	

CMYK percentages

%15.46
%63.4
%0
%23.92

Codes

Color #A447C2 in popluar color models

A447C2
RGB16471194
HSL285°50.20%51.96%
HSB/HSV285°63.40%76.08%
CMYK15.46%63.40%0.00%
23.92%

Color #A447C2 in popluar number systems.

HEXA447C2
Decimal16471194
Binary10100100100011111000010
Octal244107302

Shades and tints

Shades of #A447C2

#A447C2
(164,71,194)
#9641B1
(150,65,177)
#883BA0
(136,59,160)
#7A358F
(122,53,143)
#6C2F7E
(108,47,126)
#5E296D
(94,41,109)
#50235C
(80,35,92)
#421D4B
(66,29,75)
#34173A
(52,23,58)
#261129
(38,17,41)
#180B18
(24,11,24)
#000000
(0,0,0)

Tints of #A447C2

#A447C2
(164,71,194)
#AC57C7
(172,87,199)
#B467CC
(180,103,204)
#BC77D1
(188,119,209)
#C487D6
(196,135,214)
#CC97DB
(204,151,219)
#D4A7E0
(212,167,224)
#DCB7E5
(220,183,229)
#E4C7EA
(228,199,234)
#ECD7EF
(236,215,239)
#F4E7F4
(244,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A447C2 color. Also use rgb(164,71,194) instead hex code.

Text Font Color

.myTextColor { color: #A447C2; }

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

This text font color is #A447C2.


Background Color

.myBgColor { background-color: #A447C2; }

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

This div background color is #A447C2.


Border color

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

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

This div border color is #A447C2.


Opacity

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

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

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

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

This text has shadow with #A447C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A447C2 on black background.


Color preview on white background

This text has color #A447C2 on white background.



Black color preview on #A447C2 background

This text has black color on #A447C2 background.


White color preview on #A447C2 background

This text has white color on #A447C2 background.