COLOR #A97AAD

HEX: #A97AAD RGB: (169,122,173)

Color info

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

RGB color model

#A97AAD color RGB value is (169,122,173).

RGB: (169,122,173) (66%, 48%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 173 of 255 = 68%

169
122
173

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

Portions of RGB colors in percentages

R + G + B = 169 + 122 + 173 = 464 (100%)
R 169 of 464 ~ 36.42%
G 122 of 464 ~ 26.29%
B 173 of 464 ~ 37.28'%

%36.42
%26.29
%37.28

CMYK color model

#A97AAD color CMYK value is (2,29,0,32).

  • cyan value is 2.31%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (2,29,0,32)
C2M29Y0K32 (2%, 29%, 0%, 32%)
(0.02 / 0.29 / 0.00 / 0.32)

CMYK percentages

%2.31
%29.48
%0
%32.16

Codes

Color #A97AAD in popluar color models

A9 7A AD
RGB 169 122 173
HSL 295° 23.72% 57.84%
HSB/HSV 295° 29.48% 67.84%
CMYK 2.31% 29.48% 0.00%
32.16%

Color #A97AAD in popluar number systems.

HEX A9 7A AD
Decimal 169 122 173
Binary 10101001 1111010 10101101
Octal 251 172 255

Shades and tints

Shades of #A97AAD

#A97AAD
(169,122,173)
#9A6F9E
(154,111,158)
#8B648F
(139,100,143)
#7C5980
(124,89,128)
#6D4E71
(109,78,113)
#5E4362
(94,67,98)
#4F3853
(79,56,83)
#402D44
(64,45,68)
#312235
(49,34,53)
#221726
(34,23,38)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #A97AAD

#A97AAD
(169,122,173)
#B086B4
(176,134,180)
#B792BB
(183,146,187)
#BE9EC2
(190,158,194)
#C5AAC9
(197,170,201)
#CCB6D0
(204,182,208)
#D3C2D7
(211,194,215)
#DACEDE
(218,206,222)
#E1DAE5
(225,218,229)
#E8E6EC
(232,230,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97AAD color. Also use rgb(169,122,173) instead hex code.

Text Font Color

.myTextColor { color: #A97AAD; }

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

This text font color is #A97AAD.

Background Color

.myBgColor { background-color: #A97AAD; }

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

This div background color is #A97AAD.

Border color

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

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

This div border color is #A97AAD.

Opacity

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

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

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

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

This text has shadow with #A97AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97AAD.

Preview

Color preview on black background

This text has color #A97AAD on black background.


Color preview on white background

This text has color #A97AAD on white background.


Black color preview on #A97AAD background

This text has black color on #A97AAD background.


White color preview on #A97AAD background

This text has white color on #A97AAD background.


Related colors

Complementary color

Complementary color for #hex is #568552.


I love getcolorcode.com

Triadic colors

1 #ADA97A and #7AADA9 with #A97AAD are triadic colors.

2 #AD7AA9 and #7AA9AD with #A97AAD are triadic colors.