COLOR #A947A0

HEX: #A947A0
RGB: (169,71,160)

Color info

#A947A0 contains mainly red and blue colors. Web safe color of #A947A0 is #993399 (or #939).

RGB color model

#A947A0 color RGB value is (169,71,160).

  • red value is 169;
  • green value is 71;
  • blue value is 160.
RGB:
(169,71,160)
(66%,28%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 71 of 255 = 28%
B 160 of 255 = 63%

169
71
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 71 + 160 = 400 (100%)
R 169 of 400 ~ 42.25%
G 71 of 400 ~ 17.75%
B 160 of 400 ~ 40%

%42.25
%17.75
%40

CMYK color model

#A947A0 color CMYK value is (0,58,5,34).

  • cyan value is 0.00%
  • magenta value is 57.99%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,58,5,34)
C0M58Y5K34 
(0%,58%,5%,34%)
(0.00/0.58/0.05/0.34)	

CMYK percentages

%0
%57.99
%5.33
%33.73

Codes

Color #A947A0 in popluar color models

A947A0
RGB16971160
HSL306°40.83%47.06%
HSB/HSV306°57.99%66.27%
CMYK0.00%57.99%5.33%
33.73%

Color #A947A0 in popluar number systems.

HEXA947A0
Decimal16971160
Binary10101001100011110100000
Octal251107240

Shades and tints

Shades of #A947A0

#A947A0
(169,71,160)
#9A4192
(154,65,146)
#8B3B84
(139,59,132)
#7C3576
(124,53,118)
#6D2F68
(109,47,104)
#5E295A
(94,41,90)
#4F234C
(79,35,76)
#401D3E
(64,29,62)
#311730
(49,23,48)
#221122
(34,17,34)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #A947A0

#A947A0
(169,71,160)
#B057A8
(176,87,168)
#B767B0
(183,103,176)
#BE77B8
(190,119,184)
#C587C0
(197,135,192)
#CC97C8
(204,151,200)
#D3A7D0
(211,167,208)
#DAB7D8
(218,183,216)
#E1C7E0
(225,199,224)
#E8D7E8
(232,215,232)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A947A0 color. Also use rgb(169,71,160) instead hex code.

Text Font Color

.myTextColor { color: #A947A0; }

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

This text font color is #A947A0.


Background Color

.myBgColor { background-color: #A947A0; }

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

This div background color is #A947A0.


Border color

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

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

This div border color is #A947A0.


Opacity

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

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

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

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

This text has shadow with #A947A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A947A0 on black background.


Color preview on white background

This text has color #A947A0 on white background.



Black color preview on #A947A0 background

This text has black color on #A947A0 background.


White color preview on #A947A0 background

This text has white color on #A947A0 background.