COLOR #A57593

HEX: #A57593
RGB: (165,117,147)

Color info

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

RGB color model

#A57593 color RGB value is (165,117,147).

  • red value is 165;
  • green value is 117;
  • blue value is 147.
RGB:
(165,117,147)
(65%,46%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 147 of 255 = 58%

165
117
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 117 + 147 = 429 (100%)
R 165 of 429 ~ 38.46%
G 117 of 429 ~ 27.27%
B 147 of 429 ~ 34.27%

%38.46
%27.27
%34.27

CMYK color model

#A57593 color CMYK value is (0,29,11,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,29,11,35)
C0M29Y11K35 
(0%,29%,11%,35%)
(0.00/0.29/0.11/0.35)	

CMYK percentages

%0
%29.09
%10.91
%35.29

Codes

Color #A57593 in popluar color models

A57593
RGB165117147
HSL323°21.05%55.29%
HSB/HSV323°29.09%64.71%
CMYK0.00%29.09%10.91%
35.29%

Color #A57593 in popluar number systems.

HEXA57593
Decimal165117147
Binary10100101111010110010011
Octal245165223

Shades and tints

Shades of #A57593

#A57593
(165,117,147)
#966B86
(150,107,134)
#876179
(135,97,121)
#78576C
(120,87,108)
#694D5F
(105,77,95)
#5A4352
(90,67,82)
#4B3945
(75,57,69)
#3C2F38
(60,47,56)
#2D252B
(45,37,43)
#1E1B1E
(30,27,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A57593

#A57593
(165,117,147)
#AD819C
(173,129,156)
#B58DA5
(181,141,165)
#BD99AE
(189,153,174)
#C5A5B7
(197,165,183)
#CDB1C0
(205,177,192)
#D5BDC9
(213,189,201)
#DDC9D2
(221,201,210)
#E5D5DB
(229,213,219)
#EDE1E4
(237,225,228)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57593; }

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

This text font color is #A57593.


Background Color

.myBgColor { background-color: #A57593; }

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

This div background color is #A57593.


Border color

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

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

This div border color is #A57593.


Opacity

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

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

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

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

This text has shadow with #A57593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57593 on black background.


Color preview on white background

This text has color #A57593 on white background.



Black color preview on #A57593 background

This text has black color on #A57593 background.


White color preview on #A57593 background

This text has white color on #A57593 background.