COLOR #A597A9

HEX: #A597A9
RGB: (165,151,169)

Color info

#A597A9 contains red, green and blue colors in about the same proportion. Web safe color of #A597A9 is #999999 (or #999).

RGB color model

#A597A9 color RGB value is (165,151,169).

  • red value is 165;
  • green value is 151;
  • blue value is 169.
RGB:
(165,151,169)
(65%,59%,66%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 169 of 255 = 66%

165
151
169

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 169 = 485 (100%)
R 165 of 485 ~ 34.02%
G 151 of 485 ~ 31.13%
B 169 of 485 ~ 34.85%

%34.02
%31.13
%34.85

CMYK color model

#A597A9 color CMYK value is (2,11,0,34).

  • cyan value is 2.37%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,11,0,34)
C2M11Y0K34 
(2%,11%,0%,34%)
(0.02/0.11/0.00/0.34)	

CMYK percentages

%2.37
%10.65
%0
%33.73

Codes

Color #A597A9 in popluar color models

A597A9
RGB165151169
HSL287°9.47%62.75%
HSB/HSV287°10.65%66.27%
CMYK2.37%10.65%0.00%
33.73%

Color #A597A9 in popluar number systems.

HEXA597A9
Decimal165151169
Binary101001011001011110101001
Octal245227251

Shades and tints

Shades of #A597A9

#A597A9
(165,151,169)
#968A9A
(150,138,154)
#877D8B
(135,125,139)
#78707C
(120,112,124)
#69636D
(105,99,109)
#5A565E
(90,86,94)
#4B494F
(75,73,79)
#3C3C40
(60,60,64)
#2D2F31
(45,47,49)
#1E2222
(30,34,34)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A597A9

#A597A9
(165,151,169)
#ADA0B0
(173,160,176)
#B5A9B7
(181,169,183)
#BDB2BE
(189,178,190)
#C5BBC5
(197,187,197)
#CDC4CC
(205,196,204)
#D5CDD3
(213,205,211)
#DDD6DA
(221,214,218)
#E5DFE1
(229,223,225)
#EDE8E8
(237,232,232)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A597A9 color. Also use rgb(165,151,169) instead hex code.

Text Font Color

.myTextColor { color: #A597A9; }

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

This text font color is #A597A9.


Background Color

.myBgColor { background-color: #A597A9; }

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

This div background color is #A597A9.


Border color

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

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

This div border color is #A597A9.


Opacity

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

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

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

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

This text has shadow with #A597A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597A9 on black background.


Color preview on white background

This text has color #A597A9 on white background.



Black color preview on #A597A9 background

This text has black color on #A597A9 background.


White color preview on #A597A9 background

This text has white color on #A597A9 background.