COLOR #A96DA9

HEX: #A96DA9
RGB: (169,109,169)

Color info

#A96DA9 contains mainly red and blue colors. Web safe color of #A96DA9 is #996699 (or #969).

RGB color model

#A96DA9 color RGB value is (169,109,169).

  • red value is 169;
  • green value is 109;
  • blue value is 169.
RGB:
(169,109,169)
(66%,43%,66%)

RGB channels and saturation

R 169 of 255 = 66%
G 109 of 255 = 43%
B 169 of 255 = 66%

169
109
169

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

Portions of RGB colors in percentages

R + G + B =
169 + 109 + 169 = 447 (100%)
R 169 of 447 ~ 37.81%
G 109 of 447 ~ 24.38%
B 169 of 447 ~ 37.81%

%37.81
%24.38
%37.81

CMYK color model

#A96DA9 color CMYK value is (0,36,0,34).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(0,36,0,34)
C0M36Y0K34 
(0%,36%,0%,34%)
(0.00/0.36/0.00/0.34)	

CMYK percentages

%0
%35.5
%0
%33.73

Codes

Color #A96DA9 in popluar color models

A96DA9
RGB169109169
HSL300°25.86%54.51%
HSB/HSV300°35.50%66.27%
CMYK0.00%35.50%0.00%
33.73%

Color #A96DA9 in popluar number systems.

HEXA96DA9
Decimal169109169
Binary10101001110110110101001
Octal251155251

Shades and tints

Shades of #A96DA9

#A96DA9
(169,109,169)
#9A649A
(154,100,154)
#8B5B8B
(139,91,139)
#7C527C
(124,82,124)
#6D496D
(109,73,109)
#5E405E
(94,64,94)
#4F374F
(79,55,79)
#402E40
(64,46,64)
#312531
(49,37,49)
#221C22
(34,28,34)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A96DA9

#A96DA9
(169,109,169)
#B07AB0
(176,122,176)
#B787B7
(183,135,183)
#BE94BE
(190,148,190)
#C5A1C5
(197,161,197)
#CCAECC
(204,174,204)
#D3BBD3
(211,187,211)
#DAC8DA
(218,200,218)
#E1D5E1
(225,213,225)
#E8E2E8
(232,226,232)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96DA9; }

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

This text font color is #A96DA9.


Background Color

.myBgColor { background-color: #A96DA9; }

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

This div background color is #A96DA9.


Border color

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

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

This div border color is #A96DA9.


Opacity

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

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

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

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

This text has shadow with #A96DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96DA9 on black background.


Color preview on white background

This text has color #A96DA9 on white background.



Black color preview on #A96DA9 background

This text has black color on #A96DA9 background.


White color preview on #A96DA9 background

This text has white color on #A96DA9 background.