COLOR #A97CAE

HEX: #A97CAE
RGB: (169,124,174)

Color info

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

RGB color model

#A97CAE color RGB value is (169,124,174).

  • red value is 169;
  • green value is 124;
  • blue value is 174.
RGB:
(169,124,174)
(66%,49%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 174 of 255 = 68%

169
124
174

R + G + B ~ 61%. #A97CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 124 + 174 = 467 (100%)
R 169 of 467 ~ 36.19%
G 124 of 467 ~ 26.55%
B 174 of 467 ~ 37.26%

%36.19
%26.55
%37.26

CMYK color model

#A97CAE color CMYK value is (3,29,0,32).

  • cyan value is 2.87%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,29,0,32)
C3M29Y0K32 
(3%,29%,0%,32%)
(0.03/0.29/0.00/0.32)	

CMYK percentages

%2.87
%28.74
%0
%31.76

Codes

Color #A97CAE in popluar color models

A97CAE
RGB169124174
HSL294°23.58%58.43%
HSB/HSV294°28.74%68.24%
CMYK2.87%28.74%0.00%
31.76%

Color #A97CAE in popluar number systems.

HEXA97CAE
Decimal169124174
Binary10101001111110010101110
Octal251174256

Shades and tints

Shades of #A97CAE

#A97CAE
(169,124,174)
#9A719F
(154,113,159)
#8B6690
(139,102,144)
#7C5B81
(124,91,129)
#6D5072
(109,80,114)
#5E4563
(94,69,99)
#4F3A54
(79,58,84)
#402F45
(64,47,69)
#312436
(49,36,54)
#221927
(34,25,39)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #A97CAE

#A97CAE
(169,124,174)
#B087B5
(176,135,181)
#B792BC
(183,146,188)
#BE9DC3
(190,157,195)
#C5A8CA
(197,168,202)
#CCB3D1
(204,179,209)
#D3BED8
(211,190,216)
#DAC9DF
(218,201,223)
#E1D4E6
(225,212,230)
#E8DFED
(232,223,237)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97CAE; }

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

This text font color is #A97CAE.


Background Color

.myBgColor { background-color: #A97CAE; }

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

This div background color is #A97CAE.


Border color

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

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

This div border color is #A97CAE.


Opacity

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

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

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

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

This text has shadow with #A97CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97CAE on black background.


Color preview on white background

This text has color #A97CAE on white background.



Black color preview on #A97CAE background

This text has black color on #A97CAE background.


White color preview on #A97CAE background

This text has white color on #A97CAE background.