COLOR #A597AC

HEX: #A597AC
RGB: (165,151,172)

Color info

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

RGB color model

#A597AC color RGB value is (165,151,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 172 of 255 = 67%

165
151
172

R + G + B ~ 64%. #A597AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 172 = 488 (100%)
R 165 of 488 ~ 33.81%
G 151 of 488 ~ 30.94%
B 172 of 488 ~ 35.25%

%33.81
%30.94
%35.25

CMYK color model

#A597AC color CMYK value is (4,12,0,33).

  • cyan value is 4.07%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(4,12,0,33)
C4M12Y0K33 
(4%,12%,0%,33%)
(0.04/0.12/0.00/0.33)	

CMYK percentages

%4.07
%12.21
%0
%32.55

Codes

Color #A597AC in popluar color models

A597AC
RGB165151172
HSL280°11.23%63.33%
HSB/HSV280°12.21%67.45%
CMYK4.07%12.21%0.00%
32.55%

Color #A597AC in popluar number systems.

HEXA597AC
Decimal165151172
Binary101001011001011110101100
Octal245227254

Shades and tints

Shades of #A597AC

#A597AC
(165,151,172)
#968A9D
(150,138,157)
#877D8E
(135,125,142)
#78707F
(120,112,127)
#696370
(105,99,112)
#5A5661
(90,86,97)
#4B4952
(75,73,82)
#3C3C43
(60,60,67)
#2D2F34
(45,47,52)
#1E2225
(30,34,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A597AC

#A597AC
(165,151,172)
#ADA0B3
(173,160,179)
#B5A9BA
(181,169,186)
#BDB2C1
(189,178,193)
#C5BBC8
(197,187,200)
#CDC4CF
(205,196,207)
#D5CDD6
(213,205,214)
#DDD6DD
(221,214,221)
#E5DFE4
(229,223,228)
#EDE8EB
(237,232,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597AC; }

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

This text font color is #A597AC.


Background Color

.myBgColor { background-color: #A597AC; }

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

This div background color is #A597AC.


Border color

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

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

This div border color is #A597AC.


Opacity

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

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

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

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

This text has shadow with #A597AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597AC on black background.


Color preview on white background

This text has color #A597AC on white background.



Black color preview on #A597AC background

This text has black color on #A597AC background.


White color preview on #A597AC background

This text has white color on #A597AC background.