COLOR #A947D4

HEX: #A947D4
RGB: (169,71,212)

Color info

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

RGB color model

#A947D4 color RGB value is (169,71,212).

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

RGB channels and saturation

R 169 of 255 = 66%
G 71 of 255 = 28%
B 212 of 255 = 83%

169
71
212

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

Portions of RGB colors in percentages

R + G + B =
169 + 71 + 212 = 452 (100%)
R 169 of 452 ~ 37.39%
G 71 of 452 ~ 15.71%
B 212 of 452 ~ 46.9%

%37.39
%15.71
%46.9

CMYK color model

#A947D4 color CMYK value is (20,67,0,17).

  • cyan value is 20.28%
  • magenta value is 66.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(20,67,0,17)
C20M67Y0K17 
(20%,67%,0%,17%)
(0.20/0.67/0.00/0.17)	

CMYK percentages

%20.28
%66.51
%0
%16.86

Codes

Color #A947D4 in popluar color models

A947D4
RGB16971212
HSL282°62.11%55.49%
HSB/HSV282°66.51%83.14%
CMYK20.28%66.51%0.00%
16.86%

Color #A947D4 in popluar number systems.

HEXA947D4
Decimal16971212
Binary10101001100011111010100
Octal251107324

Shades and tints

Shades of #A947D4

#A947D4
(169,71,212)
#9A41C1
(154,65,193)
#8B3BAE
(139,59,174)
#7C359B
(124,53,155)
#6D2F88
(109,47,136)
#5E2975
(94,41,117)
#4F2362
(79,35,98)
#401D4F
(64,29,79)
#31173C
(49,23,60)
#221129
(34,17,41)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #A947D4

#A947D4
(169,71,212)
#B057D7
(176,87,215)
#B767DA
(183,103,218)
#BE77DD
(190,119,221)
#C587E0
(197,135,224)
#CC97E3
(204,151,227)
#D3A7E6
(211,167,230)
#DAB7E9
(218,183,233)
#E1C7EC
(225,199,236)
#E8D7EF
(232,215,239)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A947D4; }

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

This text font color is #A947D4.


Background Color

.myBgColor { background-color: #A947D4; }

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

This div background color is #A947D4.


Border color

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

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

This div border color is #A947D4.


Opacity

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

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

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

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

This text has shadow with #A947D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A947D4 on black background.


Color preview on white background

This text has color #A947D4 on white background.



Black color preview on #A947D4 background

This text has black color on #A947D4 background.


White color preview on #A947D4 background

This text has white color on #A947D4 background.