COLOR #A966CE

HEX: #A966CE
RGB: (169,102,206)

Color info

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

RGB color model

#A966CE color RGB value is (169,102,206).

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

RGB channels and saturation

R 169 of 255 = 66%
G 102 of 255 = 40%
B 206 of 255 = 81%

169
102
206

R + G + B ~ 62%. #A966CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 102 + 206 = 477 (100%)
R 169 of 477 ~ 35.43%
G 102 of 477 ~ 21.38%
B 206 of 477 ~ 43.19%

%35.43
%21.38
%43.19

CMYK color model

#A966CE color CMYK value is (18,50,0,19).

  • cyan value is 17.96%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,50,0,19)
C18M50Y0K19 
(18%,50%,0%,19%)
(0.18/0.50/0.00/0.19)	

CMYK percentages

%17.96
%50.49
%0
%19.22

Codes

Color #A966CE in popluar color models

A966CE
RGB169102206
HSL279°51.49%60.39%
HSB/HSV279°50.49%80.78%
CMYK17.96%50.49%0.00%
19.22%

Color #A966CE in popluar number systems.

HEXA966CE
Decimal169102206
Binary10101001110011011001110
Octal251146316

Shades and tints

Shades of #A966CE

#A966CE
(169,102,206)
#9A5DBC
(154,93,188)
#8B54AA
(139,84,170)
#7C4B98
(124,75,152)
#6D4286
(109,66,134)
#5E3974
(94,57,116)
#4F3062
(79,48,98)
#402750
(64,39,80)
#311E3E
(49,30,62)
#22152C
(34,21,44)
#130C1A
(19,12,26)
#000000
(0,0,0)

Tints of #A966CE

#A966CE
(169,102,206)
#B073D2
(176,115,210)
#B780D6
(183,128,214)
#BE8DDA
(190,141,218)
#C59ADE
(197,154,222)
#CCA7E2
(204,167,226)
#D3B4E6
(211,180,230)
#DAC1EA
(218,193,234)
#E1CEEE
(225,206,238)
#E8DBF2
(232,219,242)
#EFE8F6
(239,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A966CE; }

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

This text font color is #A966CE.


Background Color

.myBgColor { background-color: #A966CE; }

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

This div background color is #A966CE.


Border color

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

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

This div border color is #A966CE.


Opacity

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

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

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

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

This text has shadow with #A966CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A966CE on black background.


Color preview on white background

This text has color #A966CE on white background.



Black color preview on #A966CE background

This text has black color on #A966CE background.


White color preview on #A966CE background

This text has white color on #A966CE background.