COLOR #A57894

HEX: #A57894
RGB: (165,120,148)

Color info

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

RGB color model

#A57894 color RGB value is (165,120,148).

  • red value is 165;
  • green value is 120;
  • blue value is 148.
RGB:
(165,120,148)
(65%,47%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 148 of 255 = 58%

165
120
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 148 = 433 (100%)
R 165 of 433 ~ 38.11%
G 120 of 433 ~ 27.71%
B 148 of 433 ~ 34.18%

%38.11
%27.71
%34.18

CMYK color model

#A57894 color CMYK value is (0,27,10,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 10.30%
  • key color value is 35.29%
CMYK:
(0,27,10,35)
C0M27Y10K35 
(0%,27%,10%,35%)
(0.00/0.27/0.10/0.35)	

CMYK percentages

%0
%27.27
%10.3
%35.29

Codes

Color #A57894 in popluar color models

A57894
RGB165120148
HSL323°20.00%55.88%
HSB/HSV323°27.27%64.71%
CMYK0.00%27.27%10.30%
35.29%

Color #A57894 in popluar number systems.

HEXA57894
Decimal165120148
Binary10100101111100010010100
Octal245170224

Shades and tints

Shades of #A57894

#A57894
(165,120,148)
#966E87
(150,110,135)
#87647A
(135,100,122)
#785A6D
(120,90,109)
#695060
(105,80,96)
#5A4653
(90,70,83)
#4B3C46
(75,60,70)
#3C3239
(60,50,57)
#2D282C
(45,40,44)
#1E1E1F
(30,30,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #A57894

#A57894
(165,120,148)
#AD849D
(173,132,157)
#B590A6
(181,144,166)
#BD9CAF
(189,156,175)
#C5A8B8
(197,168,184)
#CDB4C1
(205,180,193)
#D5C0CA
(213,192,202)
#DDCCD3
(221,204,211)
#E5D8DC
(229,216,220)
#EDE4E5
(237,228,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57894; }

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

This text font color is #A57894.


Background Color

.myBgColor { background-color: #A57894; }

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

This div background color is #A57894.


Border color

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

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

This div border color is #A57894.


Opacity

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

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

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

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

This text has shadow with #A57894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57894 on black background.


Color preview on white background

This text has color #A57894 on white background.



Black color preview on #A57894 background

This text has black color on #A57894 background.


White color preview on #A57894 background

This text has white color on #A57894 background.