COLOR #A97498

HEX: #A97498 RGB: (169,116,152)

Color info

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

RGB color model

#A97498 color RGB value is (169,116,152).

RGB: (169,116,152) (66%, 45%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 116 of 255 = 45%
B 152 of 255 = 60%

169
116
152

R + G + B ~ 57%. #A97498 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 169 + 116 + 152 = 437 (100%)
R 169 of 437 ~ 38.67%
G 116 of 437 ~ 26.54%
B 152 of 437 ~ 34.78'%

%38.67
%26.54
%34.78

CMYK color model

#A97498 color CMYK value is (0,31,10,34).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 10.06%
  • key color value is 33.73%

CMYK: (0,31,10,34)
C0M31Y10K34 (0%, 31%, 10%, 34%)
(0.00 / 0.31 / 0.10 / 0.34)

CMYK percentages

%0
%31.36
%10.06
%33.73

Codes

Color #A97498 in popluar color models

A9 74 98
RGB 169 116 152
HSL 319° 23.56% 55.88%
HSB/HSV 319° 31.36% 66.27%
CMYK 0.00% 31.36% 10.06%
33.73%

Color #A97498 in popluar number systems.

HEX A9 74 98
Decimal 169 116 152
Binary 10101001 1110100 10011000
Octal 251 164 230

Shades and tints

Shades of #A97498

#A97498
(169,116,152)
#9A6A8B
(154,106,139)
#8B607E
(139,96,126)
#7C5671
(124,86,113)
#6D4C64
(109,76,100)
#5E4257
(94,66,87)
#4F384A
(79,56,74)
#402E3D
(64,46,61)
#312430
(49,36,48)
#221A23
(34,26,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #A97498

#A97498
(169,116,152)
#B080A1
(176,128,161)
#B78CAA
(183,140,170)
#BE98B3
(190,152,179)
#C5A4BC
(197,164,188)
#CCB0C5
(204,176,197)
#D3BCCE
(211,188,206)
#DAC8D7
(218,200,215)
#E1D4E0
(225,212,224)
#E8E0E9
(232,224,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97498 color. Also use rgb(169,116,152) instead hex code.

Text Font Color

.myTextColor { color: #A97498; }

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

This text font color is #A97498.

Background Color

.myBgColor { background-color: #A97498; }

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

This div background color is #A97498.

Border color

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

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

This div border color is #A97498.

Opacity

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

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

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

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

This text has shadow with #A97498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97498.

Preview

Color preview on black background

This text has color #A97498 on black background.


Color preview on white background

This text has color #A97498 on white background.


Black color preview on #A97498 background

This text has black color on #A97498 background.


White color preview on #A97498 background

This text has white color on #A97498 background.


Related colors

Complementary color

Complementary color for #hex is #568B67.


I love getcolorcode.com

Triadic colors

1 #98A974 and #7498A9 with #A97498 are triadic colors.

2 #9874A9 and #74A998 with #A97498 are triadic colors.