COLOR #A947BE

HEX: #A947BE RGB: (169,71,190)

Color info

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

RGB color model

#A947BE color RGB value is (169,71,190).

RGB: (169,71,190) (66%, 28%, 75%)

RGB channels and saturation

R 169 of 255 = 66%
G 71 of 255 = 28%
B 190 of 255 = 75%

169
71
190

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

Portions of RGB colors in percentages

R + G + B = 169 + 71 + 190 = 430 (100%)
R 169 of 430 ~ 39.3%
G 71 of 430 ~ 16.51%
B 190 of 430 ~ 44.19'%

%39.3
%16.51
%44.19

CMYK color model

#A947BE color CMYK value is (11,63,0,25).

  • cyan value is 11.05%
  • magenta value is 62.63%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (11,63,0,25)
C11M63Y0K25 (11%, 63%, 0%, 25%)
(0.11 / 0.63 / 0.00 / 0.25)

CMYK percentages

%11.05
%62.63
%0
%25.49

Codes

Color #A947BE in popluar color models

A9 47 BE
RGB 169 71 190
HSL 289° 47.79% 51.18%
HSB/HSV 289° 62.63% 74.51%
CMYK 11.05% 62.63% 0.00%
25.49%

Color #A947BE in popluar number systems.

HEX A9 47 BE
Decimal 169 71 190
Binary 10101001 1000111 10111110
Octal 251 107 276

Shades and tints

Shades of #A947BE

#A947BE
(169,71,190)
#9A41AD
(154,65,173)
#8B3B9C
(139,59,156)
#7C358B
(124,53,139)
#6D2F7A
(109,47,122)
#5E2969
(94,41,105)
#4F2358
(79,35,88)
#401D47
(64,29,71)
#311736
(49,23,54)
#221125
(34,17,37)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #A947BE

#A947BE
(169,71,190)
#B057C3
(176,87,195)
#B767C8
(183,103,200)
#BE77CD
(190,119,205)
#C587D2
(197,135,210)
#CC97D7
(204,151,215)
#D3A7DC
(211,167,220)
#DAB7E1
(218,183,225)
#E1C7E6
(225,199,230)
#E8D7EB
(232,215,235)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A947BE; }

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

This text font color is #A947BE.

Background Color

.myBgColor { background-color: #A947BE; }

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

This div background color is #A947BE.

Border color

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

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

This div border color is #A947BE.

Opacity

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

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

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

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

This text has shadow with #A947BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A947BE.

Preview

Color preview on black background

This text has color #A947BE on black background.


Color preview on white background

This text has color #A947BE on white background.


Black color preview on #A947BE background

This text has black color on #A947BE background.


White color preview on #A947BE background

This text has white color on #A947BE background.


Related colors

Complementary color

Complementary color for #hex is #56B841.


I love getcolorcode.com

Triadic colors

1 #BEA947 and #47BEA9 with #A947BE are triadic colors.

2 #BE47A9 and #47A9BE with #A947BE are triadic colors.