COLOR #A97FAE

HEX: #A97FAE RGB: (169,127,174)

Color info

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

RGB color model

#A97FAE color RGB value is (169,127,174).

RGB: (169,127,174) (66%, 50%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 174 of 255 = 68%

169
127
174

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

Portions of RGB colors in percentages

R + G + B = 169 + 127 + 174 = 470 (100%)
R 169 of 470 ~ 35.96%
G 127 of 470 ~ 27.02%
B 174 of 470 ~ 37.02'%

%35.96
%27.02
%37.02

CMYK color model

#A97FAE color CMYK value is (3,27,0,32).

  • cyan value is 2.87%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (3,27,0,32)
C3M27Y0K32 (3%, 27%, 0%, 32%)
(0.03 / 0.27 / 0.00 / 0.32)

CMYK percentages

%2.87
%27.01
%0
%31.76

Codes

Color #A97FAE in popluar color models

A9 7F AE
RGB 169 127 174
HSL 294° 22.49% 59.02%
HSB/HSV 294° 27.01% 68.24%
CMYK 2.87% 27.01% 0.00%
31.76%

Color #A97FAE in popluar number systems.

HEX A9 7F AE
Decimal 169 127 174
Binary 10101001 1111111 10101110
Octal 251 177 256

Shades and tints

Shades of #A97FAE

#A97FAE
(169,127,174)
#9A749F
(154,116,159)
#8B6990
(139,105,144)
#7C5E81
(124,94,129)
#6D5372
(109,83,114)
#5E4863
(94,72,99)
#4F3D54
(79,61,84)
#403245
(64,50,69)
#312736
(49,39,54)
#221C27
(34,28,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #A97FAE

#A97FAE
(169,127,174)
#B08AB5
(176,138,181)
#B795BC
(183,149,188)
#BEA0C3
(190,160,195)
#C5ABCA
(197,171,202)
#CCB6D1
(204,182,209)
#D3C1D8
(211,193,216)
#DACCDF
(218,204,223)
#E1D7E6
(225,215,230)
#E8E2ED
(232,226,237)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97FAE; }

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

This text font color is #A97FAE.

Background Color

.myBgColor { background-color: #A97FAE; }

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

This div background color is #A97FAE.

Border color

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

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

This div border color is #A97FAE.

Opacity

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

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

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

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

This text has shadow with #A97FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97FAE.

Preview

Color preview on black background

This text has color #A97FAE on black background.


Color preview on white background

This text has color #A97FAE on white background.


Black color preview on #A97FAE background

This text has black color on #A97FAE background.


White color preview on #A97FAE background

This text has white color on #A97FAE background.


Related colors

Complementary color

Complementary color for #hex is #568051.


I love getcolorcode.com

Triadic colors

1 #AEA97F and #7FAEA9 with #A97FAE are triadic colors.

2 #AE7FA9 and #7FA9AE with #A97FAE are triadic colors.