COLOR #A57D9A

HEX: #A57D9A RGB: (165,125,154)

Color info

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

RGB color model

#A57D9A color RGB value is (165,125,154).

RGB: (165,125,154) (65%, 49%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 154 of 255 = 60%

165
125
154

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

Portions of RGB colors in percentages

R + G + B = 165 + 125 + 154 = 444 (100%)
R 165 of 444 ~ 37.16%
G 125 of 444 ~ 28.15%
B 154 of 444 ~ 34.68'%

%37.16
%28.15
%34.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 6.67%
  • key color value is 35.29%

CMYK: (0,24,7,35)
C0M24Y7K35 (0%, 24%, 7%, 35%)
(0.00 / 0.24 / 0.07 / 0.35)

CMYK percentages

%0
%24.24
%6.67
%35.29

Codes

Color #A57D9A in popluar color models

A5 7D 9A
RGB 165 125 154
HSL 317° 18.18% 56.86%
HSB/HSV 317° 24.24% 64.71%
CMYK 0.00% 24.24% 6.67%
35.29%

Color #A57D9A in popluar number systems.

HEX A5 7D 9A
Decimal 165 125 154
Binary 10100101 1111101 10011010
Octal 245 175 232

Shades and tints

Shades of #A57D9A

#A57D9A
(165,125,154)
#96728C
(150,114,140)
#87677E
(135,103,126)
#785C70
(120,92,112)
#695162
(105,81,98)
#5A4654
(90,70,84)
#4B3B46
(75,59,70)
#3C3038
(60,48,56)
#2D252A
(45,37,42)
#1E1A1C
(30,26,28)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A57D9A

#A57D9A
(165,125,154)
#AD88A3
(173,136,163)
#B593AC
(181,147,172)
#BD9EB5
(189,158,181)
#C5A9BE
(197,169,190)
#CDB4C7
(205,180,199)
#D5BFD0
(213,191,208)
#DDCAD9
(221,202,217)
#E5D5E2
(229,213,226)
#EDE0EB
(237,224,235)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57D9A; }

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

This text font color is #A57D9A.

Background Color

.myBgColor { background-color: #A57D9A; }

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

This div background color is #A57D9A.

Border color

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

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

This div border color is #A57D9A.

Opacity

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

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

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

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

This text has shadow with #A57D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57D9A.

Preview

Color preview on black background

This text has color #A57D9A on black background.


Color preview on white background

This text has color #A57D9A on white background.


Black color preview on #A57D9A background

This text has black color on #A57D9A background.


White color preview on #A57D9A background

This text has white color on #A57D9A background.


Related colors

Complementary color

Complementary color for #hex is #5A8265.


I love getcolorcode.com

Triadic colors

1 #9AA57D and #7D9AA5 with #A57D9A are triadic colors.

2 #9A7DA5 and #7DA59A with #A57D9A are triadic colors.