COLOR #A57EA5

HEX: #A57EA5
RGB: (165,126,165)

Color info

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

RGB color model

#A57EA5 color RGB value is (165,126,165).

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

RGB channels and saturation

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

165
126
165

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 165 = 456 (100%)
R 165 of 456 ~ 36.18%
G 126 of 456 ~ 27.63%
B 165 of 456 ~ 36.18%

%36.18
%27.63
%36.18

CMYK color model

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

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

CMYK percentages

%0
%23.64
%0
%35.29

Codes

Color #A57EA5 in popluar color models

A57EA5
RGB165126165
HSL300°17.81%57.06%
HSB/HSV300°23.64%64.71%
CMYK0.00%23.64%0.00%
35.29%

Color #A57EA5 in popluar number systems.

HEXA57EA5
Decimal165126165
Binary10100101111111010100101
Octal245176245

Shades and tints

Shades of #A57EA5

#A57EA5
(165,126,165)
#967396
(150,115,150)
#876887
(135,104,135)
#785D78
(120,93,120)
#695269
(105,82,105)
#5A475A
(90,71,90)
#4B3C4B
(75,60,75)
#3C313C
(60,49,60)
#2D262D
(45,38,45)
#1E1B1E
(30,27,30)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A57EA5

#A57EA5
(165,126,165)
#AD89AD
(173,137,173)
#B594B5
(181,148,181)
#BD9FBD
(189,159,189)
#C5AAC5
(197,170,197)
#CDB5CD
(205,181,205)
#D5C0D5
(213,192,213)
#DDCBDD
(221,203,221)
#E5D6E5
(229,214,229)
#EDE1ED
(237,225,237)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57EA5; }

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

This text font color is #A57EA5.


Background Color

.myBgColor { background-color: #A57EA5; }

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

This div background color is #A57EA5.


Border color

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

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

This div border color is #A57EA5.


Opacity

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

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

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

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

This text has shadow with #A57EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57EA5 on black background.


Color preview on white background

This text has color #A57EA5 on white background.



Black color preview on #A57EA5 background

This text has black color on #A57EA5 background.


White color preview on #A57EA5 background

This text has white color on #A57EA5 background.