COLOR #A97FBB

HEX: #A97FBB RGB: (169,127,187)

Color info

#A97FBB contains mainly red and blue colors. Web safe color of #A97FBB is #9966CC (or #96C).

RGB color model

#A97FBB color RGB value is (169,127,187).

RGB: (169,127,187) (66%, 50%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 187 of 255 = 73%

169
127
187

R + G + B ~ 63%. #A97FBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 127 + 187 = 483 (100%)
R 169 of 483 ~ 34.99%
G 127 of 483 ~ 26.29%
B 187 of 483 ~ 38.72'%

%34.99
%26.29
%38.72

CMYK color model

#A97FBB color CMYK value is (10,32,0,27).

  • cyan value is 9.63%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,32,0,27)
C10M32Y0K27 (10%, 32%, 0%, 27%)
(0.10 / 0.32 / 0.00 / 0.27)

CMYK percentages

%9.63
%32.09
%0
%26.67

Codes

Color #A97FBB in popluar color models

A9 7F BB
RGB 169 127 187
HSL 282° 30.61% 61.57%
HSB/HSV 282° 32.09% 73.33%
CMYK 9.63% 32.09% 0.00%
26.67%

Color #A97FBB in popluar number systems.

HEX A9 7F BB
Decimal 169 127 187
Binary 10101001 1111111 10111011
Octal 251 177 273

Shades and tints

Shades of #A97FBB

#A97FBB
(169,127,187)
#9A74AA
(154,116,170)
#8B6999
(139,105,153)
#7C5E88
(124,94,136)
#6D5377
(109,83,119)
#5E4866
(94,72,102)
#4F3D55
(79,61,85)
#403244
(64,50,68)
#312733
(49,39,51)
#221C22
(34,28,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A97FBB

#A97FBB
(169,127,187)
#B08AC1
(176,138,193)
#B795C7
(183,149,199)
#BEA0CD
(190,160,205)
#C5ABD3
(197,171,211)
#CCB6D9
(204,182,217)
#D3C1DF
(211,193,223)
#DACCE5
(218,204,229)
#E1D7EB
(225,215,235)
#E8E2F1
(232,226,241)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97FBB; }

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

This text font color is #A97FBB.

Background Color

.myBgColor { background-color: #A97FBB; }

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

This div background color is #A97FBB.

Border color

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

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

This div border color is #A97FBB.

Opacity

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

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

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

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

This text has shadow with #A97FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97FBB.

Preview

Color preview on black background

This text has color #A97FBB on black background.


Color preview on white background

This text has color #A97FBB on white background.


Black color preview on #A97FBB background

This text has black color on #A97FBB background.


White color preview on #A97FBB background

This text has white color on #A97FBB background.


Related colors

Complementary color

Complementary color for #hex is #568044.


I love getcolorcode.com

Triadic colors

1 #BBA97F and #7FBBA9 with #A97FBB are triadic colors.

2 #BB7FA9 and #7FA9BB with #A97FBB are triadic colors.