COLOR #A57E9B

HEX: #A57E9B
RGB: (165,126,155)

Color info

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

RGB color model

#A57E9B color RGB value is (165,126,155).

  • red value is 165;
  • green value is 126;
  • blue value is 155.
RGB:
(165,126,155)
(65%,49%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 155 of 255 = 61%

165
126
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 155 = 446 (100%)
R 165 of 446 ~ 37%
G 126 of 446 ~ 28.25%
B 155 of 446 ~ 34.75%

%37
%28.25
%34.75

CMYK color model

#A57E9B color CMYK value is (0,24,6,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,24,6,35)
C0M24Y6K35 
(0%,24%,6%,35%)
(0.00/0.24/0.06/0.35)	

CMYK percentages

%0
%23.64
%6.06
%35.29

Codes

Color #A57E9B in popluar color models

A57E9B
RGB165126155
HSL315°17.81%57.06%
HSB/HSV315°23.64%64.71%
CMYK0.00%23.64%6.06%
35.29%

Color #A57E9B in popluar number systems.

HEXA57E9B
Decimal165126155
Binary10100101111111010011011
Octal245176233

Shades and tints

Shades of #A57E9B

#A57E9B
(165,126,155)
#96738D
(150,115,141)
#87687F
(135,104,127)
#785D71
(120,93,113)
#695263
(105,82,99)
#5A4755
(90,71,85)
#4B3C47
(75,60,71)
#3C3139
(60,49,57)
#2D262B
(45,38,43)
#1E1B1D
(30,27,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A57E9B

#A57E9B
(165,126,155)
#AD89A4
(173,137,164)
#B594AD
(181,148,173)
#BD9FB6
(189,159,182)
#C5AABF
(197,170,191)
#CDB5C8
(205,181,200)
#D5C0D1
(213,192,209)
#DDCBDA
(221,203,218)
#E5D6E3
(229,214,227)
#EDE1EC
(237,225,236)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57E9B color. Also use rgb(165,126,155) instead hex code.

Text Font Color

.myTextColor { color: #A57E9B; }

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

This text font color is #A57E9B.


Background Color

.myBgColor { background-color: #A57E9B; }

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

This div background color is #A57E9B.


Border color

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

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

This div border color is #A57E9B.


Opacity

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

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

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

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

This text has shadow with #A57E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E9B on black background.


Color preview on white background

This text has color #A57E9B on white background.



Black color preview on #A57E9B background

This text has black color on #A57E9B background.


White color preview on #A57E9B background

This text has white color on #A57E9B background.