COLOR #A97DA2

HEX: #A97DA2
RGB: (169,125,162)

Color info

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

RGB color model

#A97DA2 color RGB value is (169,125,162).

  • red value is 169;
  • green value is 125;
  • blue value is 162.
RGB: (169,125,162) (66%,49%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 125 of 255 = 49%
B 162 of 255 = 64%

169
125
162

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

Portions of RGB colors in percentages

R + G + B =
169 + 125 + 162 = 456 (100%)
R 169 of 456 ~ 37.06%
G 125 of 456 ~ 27.41%
B 162 of 456 ~ 35.53%

%37.06
%27.41
%35.53

CMYK color model

#A97DA2 color CMYK value is (0,26,4,34).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 4.14%
  • key color value is 33.73%
CMYK: (0,26,4,34) C0M26Y4K34 (0%,26%,4%,34%) (0.00/0.26/0.04/0.34)

CMYK percentages

%0
%26.04
%4.14
%33.73

Codes

Color #A97DA2 in popluar color models

A97DA2
RGB169125162
HSL310°20.37%57.65%
HSB/HSV310°26.04%66.27%
CMYK0.00%26.04%4.14%
33.73%

Color #A97DA2 in popluar number systems.

HEXA97DA2
Decimal169125162
Binary10101001111110110100010
Octal251175242

Shades and tints

Shades of #A97DA2

#A97DA2
(169,125,162)
#9A7294
(154,114,148)
#8B6786
(139,103,134)
#7C5C78
(124,92,120)
#6D516A
(109,81,106)
#5E465C
(94,70,92)
#4F3B4E
(79,59,78)
#403040
(64,48,64)
#312532
(49,37,50)
#221A24
(34,26,36)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A97DA2

#A97DA2
(169,125,162)
#B088AA
(176,136,170)
#B793B2
(183,147,178)
#BE9EBA
(190,158,186)
#C5A9C2
(197,169,194)
#CCB4CA
(204,180,202)
#D3BFD2
(211,191,210)
#DACADA
(218,202,218)
#E1D5E2
(225,213,226)
#E8E0EA
(232,224,234)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97DA2; }

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

This text font color is #A97DA2.


Background Color

.myBgColor { background-color: #A97DA2; }

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

This div background color is #A97DA2.


Border color

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

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

This div border color is #A97DA2.


Opacity

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

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

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

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

This text has shadow with #A97DA2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A97DA2 on black background.


Color preview on white background

This text has color #A97DA2 on white background.



Black color preview on #A97DA2 background

This text has black color on #A97DA2 background.


White color preview on #A97DA2 background

This text has white color on #A97DA2 background.