COLOR #A96FDC

HEX: #A96FDC
RGB: (169,111,220)

Color info

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

RGB color model

#A96FDC color RGB value is (169,111,220).

  • red value is 169;
  • green value is 111;
  • blue value is 220.
RGB:
(169,111,220)
(66%,44%,86%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 220 of 255 = 86%

169
111
220

R + G + B ~ 65%. #A96FDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 111 + 220 = 500 (100%)
R 169 of 500 ~ 33.8%
G 111 of 500 ~ 22.2%
B 220 of 500 ~ 44%

%33.8
%22.2
%44

CMYK color model

#A96FDC color CMYK value is (23,50,0,14).

  • cyan value is 23.18%
  • magenta value is 49.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,50,0,14)
C23M50Y0K14 
(23%,50%,0%,14%)
(0.23/0.50/0.00/0.14)	

CMYK percentages

%23.18
%49.55
%0
%13.73

Codes

Color #A96FDC in popluar color models

A96FDC
RGB169111220
HSL272°60.89%64.90%
HSB/HSV272°49.55%86.27%
CMYK23.18%49.55%0.00%
13.73%

Color #A96FDC in popluar number systems.

HEXA96FDC
Decimal169111220
Binary10101001110111111011100
Octal251157334

Shades and tints

Shades of #A96FDC

#A96FDC
(169,111,220)
#9A65C8
(154,101,200)
#8B5BB4
(139,91,180)
#7C51A0
(124,81,160)
#6D478C
(109,71,140)
#5E3D78
(94,61,120)
#4F3364
(79,51,100)
#402950
(64,41,80)
#311F3C
(49,31,60)
#221528
(34,21,40)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #A96FDC

#A96FDC
(169,111,220)
#B07CDF
(176,124,223)
#B789E2
(183,137,226)
#BE96E5
(190,150,229)
#C5A3E8
(197,163,232)
#CCB0EB
(204,176,235)
#D3BDEE
(211,189,238)
#DACAF1
(218,202,241)
#E1D7F4
(225,215,244)
#E8E4F7
(232,228,247)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96FDC color. Also use rgb(169,111,220) instead hex code.

Text Font Color

.myTextColor { color: #A96FDC; }

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

This text font color is #A96FDC.


Background Color

.myBgColor { background-color: #A96FDC; }

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

This div background color is #A96FDC.


Border color

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

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

This div border color is #A96FDC.


Opacity

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

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

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

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

This text has shadow with #A96FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96FDC on black background.


Color preview on white background

This text has color #A96FDC on white background.



Black color preview on #A96FDC background

This text has black color on #A96FDC background.


White color preview on #A96FDC background

This text has white color on #A96FDC background.