COLOR #A947E6

HEX: #A947E6 RGB: (169,71,230)

Color info

#A947E6 contains mainly blue color. Web safe color of #A947E6 is #9933CC (or #93C).

RGB color model

#A947E6 color RGB value is (169,71,230).

RGB: (169,71,230) (66%, 28%, 90%)

RGB channels and saturation

R 169 of 255 = 66%
G 71 of 255 = 28%
B 230 of 255 = 90%

169
71
230

R + G + B ~ 61%. #A947E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 71 + 230 = 470 (100%)
R 169 of 470 ~ 35.96%
G 71 of 470 ~ 15.11%
B 230 of 470 ~ 48.94'%

%35.96
%15.11
%48.94

CMYK color model

#A947E6 color CMYK value is (27,69,0,10).

  • cyan value is 26.52%
  • magenta value is 69.13%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,69,0,10)
C27M69Y0K10 (27%, 69%, 0%, 10%)
(0.27 / 0.69 / 0.00 / 0.10)

CMYK percentages

%26.52
%69.13
%0
%9.8

Codes

Color #A947E6 in popluar color models

A9 47 E6
RGB 169 71 230
HSL 277° 76.08% 59.02%
HSB/HSV 277° 69.13% 90.20%
CMYK 26.52% 69.13% 0.00%
9.80%

Color #A947E6 in popluar number systems.

HEX A9 47 E6
Decimal 169 71 230
Binary 10101001 1000111 11100110
Octal 251 107 346

Shades and tints

Shades of #A947E6

#A947E6
(169,71,230)
#9A41D2
(154,65,210)
#8B3BBE
(139,59,190)
#7C35AA
(124,53,170)
#6D2F96
(109,47,150)
#5E2982
(94,41,130)
#4F236E
(79,35,110)
#401D5A
(64,29,90)
#311746
(49,23,70)
#221132
(34,17,50)
#130B1E
(19,11,30)
#000000
(0,0,0)

Tints of #A947E6

#A947E6
(169,71,230)
#B057E8
(176,87,232)
#B767EA
(183,103,234)
#BE77EC
(190,119,236)
#C587EE
(197,135,238)
#CC97F0
(204,151,240)
#D3A7F2
(211,167,242)
#DAB7F4
(218,183,244)
#E1C7F6
(225,199,246)
#E8D7F8
(232,215,248)
#EFE7FA
(239,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A947E6; }

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

This text font color is #A947E6.

Background Color

.myBgColor { background-color: #A947E6; }

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

This div background color is #A947E6.

Border color

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

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

This div border color is #A947E6.

Opacity

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

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

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

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

This text has shadow with #A947E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A947E6.

Preview

Color preview on black background

This text has color #A947E6 on black background.


Color preview on white background

This text has color #A947E6 on white background.


Black color preview on #A947E6 background

This text has black color on #A947E6 background.


White color preview on #A947E6 background

This text has white color on #A947E6 background.


Related colors

Complementary color

Complementary color for #hex is #56B819.


I love getcolorcode.com

Triadic colors

1 #E6A947 and #47E6A9 with #A947E6 are triadic colors.

2 #E647A9 and #47A9E6 with #A947E6 are triadic colors.