COLOR #A57EB8

HEX: #A57EB8
RGB: (165,126,184)

Color info

#A57EB8 contains red, green and blue colors in about the same proportion. Web safe color of #A57EB8 is #9966CC (or #96C).

RGB color model

#A57EB8 color RGB value is (165,126,184).

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

RGB channels and saturation

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

165
126
184

R + G + B ~ 62%. #A57EB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 184 = 475 (100%)
R 165 of 475 ~ 34.74%
G 126 of 475 ~ 26.53%
B 184 of 475 ~ 38.74%

%34.74
%26.53
%38.74

CMYK color model

#A57EB8 color CMYK value is (10,32,0,28).

  • cyan value is 10.33%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,32,0,28)
C10M32Y0K28 
(10%,32%,0%,28%)
(0.10/0.32/0.00/0.28)	

CMYK percentages

%10.33
%31.52
%0
%27.84

Codes

Color #A57EB8 in popluar color models

A57EB8
RGB165126184
HSL280°29.00%60.78%
HSB/HSV280°31.52%72.16%
CMYK10.33%31.52%0.00%
27.84%

Color #A57EB8 in popluar number systems.

HEXA57EB8
Decimal165126184
Binary10100101111111010111000
Octal245176270

Shades and tints

Shades of #A57EB8

#A57EB8
(165,126,184)
#9673A8
(150,115,168)
#876898
(135,104,152)
#785D88
(120,93,136)
#695278
(105,82,120)
#5A4768
(90,71,104)
#4B3C58
(75,60,88)
#3C3148
(60,49,72)
#2D2638
(45,38,56)
#1E1B28
(30,27,40)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #A57EB8

#A57EB8
(165,126,184)
#AD89BE
(173,137,190)
#B594C4
(181,148,196)
#BD9FCA
(189,159,202)
#C5AAD0
(197,170,208)
#CDB5D6
(205,181,214)
#D5C0DC
(213,192,220)
#DDCBE2
(221,203,226)
#E5D6E8
(229,214,232)
#EDE1EE
(237,225,238)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57EB8; }

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

This text font color is #A57EB8.


Background Color

.myBgColor { background-color: #A57EB8; }

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

This div background color is #A57EB8.


Border color

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

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

This div border color is #A57EB8.


Opacity

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

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

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

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

This text has shadow with #A57EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57EB8 on black background.


Color preview on white background

This text has color #A57EB8 on white background.



Black color preview on #A57EB8 background

This text has black color on #A57EB8 background.


White color preview on #A57EB8 background

This text has white color on #A57EB8 background.