COLOR #A57F96

HEX: #A57F96
RGB: (165,127,150)

Color info

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

RGB color model

#A57F96 color RGB value is (165,127,150).

  • red value is 165;
  • green value is 127;
  • blue value is 150.
RGB:
(165,127,150)
(65%,50%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 150 of 255 = 59%

165
127
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 127 + 150 = 442 (100%)
R 165 of 442 ~ 37.33%
G 127 of 442 ~ 28.73%
B 150 of 442 ~ 33.94%

%37.33
%28.73
%33.94

CMYK color model

#A57F96 color CMYK value is (0,23,9,35).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,23,9,35)
C0M23Y9K35 
(0%,23%,9%,35%)
(0.00/0.23/0.09/0.35)	

CMYK percentages

%0
%23.03
%9.09
%35.29

Codes

Color #A57F96 in popluar color models

A57F96
RGB165127150
HSL324°17.43%57.25%
HSB/HSV324°23.03%64.71%
CMYK0.00%23.03%9.09%
35.29%

Color #A57F96 in popluar number systems.

HEXA57F96
Decimal165127150
Binary10100101111111110010110
Octal245177226

Shades and tints

Shades of #A57F96

#A57F96
(165,127,150)
#967489
(150,116,137)
#87697C
(135,105,124)
#785E6F
(120,94,111)
#695362
(105,83,98)
#5A4855
(90,72,85)
#4B3D48
(75,61,72)
#3C323B
(60,50,59)
#2D272E
(45,39,46)
#1E1C21
(30,28,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A57F96

#A57F96
(165,127,150)
#AD8A9F
(173,138,159)
#B595A8
(181,149,168)
#BDA0B1
(189,160,177)
#C5ABBA
(197,171,186)
#CDB6C3
(205,182,195)
#D5C1CC
(213,193,204)
#DDCCD5
(221,204,213)
#E5D7DE
(229,215,222)
#EDE2E7
(237,226,231)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57F96 color. Also use rgb(165,127,150) instead hex code.

Text Font Color

.myTextColor { color: #A57F96; }

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

This text font color is #A57F96.


Background Color

.myBgColor { background-color: #A57F96; }

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

This div background color is #A57F96.


Border color

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

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

This div border color is #A57F96.


Opacity

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

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

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

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

This text has shadow with #A57F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57F96 on black background.


Color preview on white background

This text has color #A57F96 on white background.



Black color preview on #A57F96 background

This text has black color on #A57F96 background.


White color preview on #A57F96 background

This text has white color on #A57F96 background.