COLOR #A97EBA

HEX: #A97EBA RGB: (169,126,186)

Color info

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

RGB color model

#A97EBA color RGB value is (169,126,186).

RGB: (169,126,186) (66%, 49%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 186 of 255 = 73%

169
126
186

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

Portions of RGB colors in percentages

R + G + B = 169 + 126 + 186 = 481 (100%)
R 169 of 481 ~ 35.14%
G 126 of 481 ~ 26.2%
B 186 of 481 ~ 38.67'%

%35.14
%26.2
%38.67

CMYK color model

#A97EBA color CMYK value is (9,32,0,27).

  • cyan value is 9.14%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (9,32,0,27)
C9M32Y0K27 (9%, 32%, 0%, 27%)
(0.09 / 0.32 / 0.00 / 0.27)

CMYK percentages

%9.14
%32.26
%0
%27.06

Codes

Color #A97EBA in popluar color models

A9 7E BA
RGB 169 126 186
HSL 283° 30.30% 61.18%
HSB/HSV 283° 32.26% 72.94%
CMYK 9.14% 32.26% 0.00%
27.06%

Color #A97EBA in popluar number systems.

HEX A9 7E BA
Decimal 169 126 186
Binary 10101001 1111110 10111010
Octal 251 176 272

Shades and tints

Shades of #A97EBA

#A97EBA
(169,126,186)
#9A73AA
(154,115,170)
#8B689A
(139,104,154)
#7C5D8A
(124,93,138)
#6D527A
(109,82,122)
#5E476A
(94,71,106)
#4F3C5A
(79,60,90)
#40314A
(64,49,74)
#31263A
(49,38,58)
#221B2A
(34,27,42)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #A97EBA

#A97EBA
(169,126,186)
#B089C0
(176,137,192)
#B794C6
(183,148,198)
#BE9FCC
(190,159,204)
#C5AAD2
(197,170,210)
#CCB5D8
(204,181,216)
#D3C0DE
(211,192,222)
#DACBE4
(218,203,228)
#E1D6EA
(225,214,234)
#E8E1F0
(232,225,240)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97EBA color. Also use rgb(169,126,186) instead hex code.

Text Font Color

.myTextColor { color: #A97EBA; }

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

This text font color is #A97EBA.

Background Color

.myBgColor { background-color: #A97EBA; }

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

This div background color is #A97EBA.

Border color

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

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

This div border color is #A97EBA.

Opacity

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

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

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

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

This text has shadow with #A97EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97EBA.

Preview

Color preview on black background

This text has color #A97EBA on black background.


Color preview on white background

This text has color #A97EBA on white background.


Black color preview on #A97EBA background

This text has black color on #A97EBA background.


White color preview on #A97EBA background

This text has white color on #A97EBA background.


Related colors

Complementary color

Complementary color for #hex is #568145.


I love getcolorcode.com

Triadic colors

1 #BAA97E and #7EBAA9 with #A97EBA are triadic colors.

2 #BA7EA9 and #7EA9BA with #A97EBA are triadic colors.