COLOR #A96E97

HEX: #A96E97
RGB: (169,110,151)

Color info

#A96E97 contains red, green and blue colors in about the same proportion. Web safe color of #A96E97 is #996699 (or #969).

RGB color model

#A96E97 color RGB value is (169,110,151).

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

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 151 of 255 = 59%

169
110
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 110 + 151 = 430 (100%)
R 169 of 430 ~ 39.3%
G 110 of 430 ~ 25.58%
B 151 of 430 ~ 35.12%

%39.3
%25.58
%35.12

CMYK color model

#A96E97 color CMYK value is (0,35,11,34).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(0,35,11,34)
C0M35Y11K34 
(0%,35%,11%,34%)
(0.00/0.35/0.11/0.34)	

CMYK percentages

%0
%34.91
%10.65
%33.73

Codes

Color #A96E97 in popluar color models

A96E97
RGB169110151
HSL318°25.54%54.71%
HSB/HSV318°34.91%66.27%
CMYK0.00%34.91%10.65%
33.73%

Color #A96E97 in popluar number systems.

HEXA96E97
Decimal169110151
Binary10101001110111010010111
Octal251156227

Shades and tints

Shades of #A96E97

#A96E97
(169,110,151)
#9A648A
(154,100,138)
#8B5A7D
(139,90,125)
#7C5070
(124,80,112)
#6D4663
(109,70,99)
#5E3C56
(94,60,86)
#4F3249
(79,50,73)
#40283C
(64,40,60)
#311E2F
(49,30,47)
#221422
(34,20,34)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #A96E97

#A96E97
(169,110,151)
#B07BA0
(176,123,160)
#B788A9
(183,136,169)
#BE95B2
(190,149,178)
#C5A2BB
(197,162,187)
#CCAFC4
(204,175,196)
#D3BCCD
(211,188,205)
#DAC9D6
(218,201,214)
#E1D6DF
(225,214,223)
#E8E3E8
(232,227,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96E97; }

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

This text font color is #A96E97.


Background Color

.myBgColor { background-color: #A96E97; }

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

This div background color is #A96E97.


Border color

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

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

This div border color is #A96E97.


Opacity

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

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

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

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

This text has shadow with #A96E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96E97 on black background.


Color preview on white background

This text has color #A96E97 on white background.



Black color preview on #A96E97 background

This text has black color on #A96E97 background.


White color preview on #A96E97 background

This text has white color on #A96E97 background.