COLOR #A956CE

HEX: #A956CE
RGB: (169,86,206)

Color info

#A956CE contains mainly red and blue colors. Web safe color of #A956CE is #9966CC (or #96C).

RGB color model

#A956CE color RGB value is (169,86,206).

  • red value is 169;
  • green value is 86;
  • blue value is 206.
RGB:
(169,86,206)
(66%,34%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 86 of 255 = 34%
B 206 of 255 = 81%

169
86
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 86 + 206 = 461 (100%)
R 169 of 461 ~ 36.66%
G 86 of 461 ~ 18.66%
B 206 of 461 ~ 44.69%

%36.66
%18.66
%44.69

CMYK color model

#A956CE color CMYK value is (18,58,0,19).

  • cyan value is 17.96%
  • magenta value is 58.25%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,58,0,19)
C18M58Y0K19 
(18%,58%,0%,19%)
(0.18/0.58/0.00/0.19)	

CMYK percentages

%17.96
%58.25
%0
%19.22

Codes

Color #A956CE in popluar color models

A956CE
RGB16986206
HSL282°55.05%57.25%
HSB/HSV282°58.25%80.78%
CMYK17.96%58.25%0.00%
19.22%

Color #A956CE in popluar number systems.

HEXA956CE
Decimal16986206
Binary10101001101011011001110
Octal251126316

Shades and tints

Shades of #A956CE

#A956CE
(169,86,206)
#9A4FBC
(154,79,188)
#8B48AA
(139,72,170)
#7C4198
(124,65,152)
#6D3A86
(109,58,134)
#5E3374
(94,51,116)
#4F2C62
(79,44,98)
#402550
(64,37,80)
#311E3E
(49,30,62)
#22172C
(34,23,44)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #A956CE

#A956CE
(169,86,206)
#B065D2
(176,101,210)
#B774D6
(183,116,214)
#BE83DA
(190,131,218)
#C592DE
(197,146,222)
#CCA1E2
(204,161,226)
#D3B0E6
(211,176,230)
#DABFEA
(218,191,234)
#E1CEEE
(225,206,238)
#E8DDF2
(232,221,242)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A956CE color. Also use rgb(169,86,206) instead hex code.

Text Font Color

.myTextColor { color: #A956CE; }

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

This text font color is #A956CE.


Background Color

.myBgColor { background-color: #A956CE; }

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

This div background color is #A956CE.


Border color

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

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

This div border color is #A956CE.


Opacity

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

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

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

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

This text has shadow with #A956CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A956CE on black background.


Color preview on white background

This text has color #A956CE on white background.



Black color preview on #A956CE background

This text has black color on #A956CE background.


White color preview on #A956CE background

This text has white color on #A956CE background.