COLOR #A57C9E

HEX: #A57C9E RGB: (165,124,158)

Color info

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

RGB color model

#A57C9E color RGB value is (165,124,158).

RGB: (165,124,158) (65%, 49%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 158 of 255 = 62%

165
124
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 124 + 158 = 447 (100%)
R 165 of 447 ~ 36.91%
G 124 of 447 ~ 27.74%
B 158 of 447 ~ 35.35'%

%36.91
%27.74
%35.35

CMYK color model

#A57C9E color CMYK value is (0,25,4,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (0,25,4,35)
C0M25Y4K35 (0%, 25%, 4%, 35%)
(0.00 / 0.25 / 0.04 / 0.35)

CMYK percentages

%0
%24.85
%4.24
%35.29

Codes

Color #A57C9E in popluar color models

A5 7C 9E
RGB 165 124 158
HSL 310° 18.55% 56.67%
HSB/HSV 310° 24.85% 64.71%
CMYK 0.00% 24.85% 4.24%
35.29%

Color #A57C9E in popluar number systems.

HEX A5 7C 9E
Decimal 165 124 158
Binary 10100101 1111100 10011110
Octal 245 174 236

Shades and tints

Shades of #A57C9E

#A57C9E
(165,124,158)
#967190
(150,113,144)
#876682
(135,102,130)
#785B74
(120,91,116)
#695066
(105,80,102)
#5A4558
(90,69,88)
#4B3A4A
(75,58,74)
#3C2F3C
(60,47,60)
#2D242E
(45,36,46)
#1E1920
(30,25,32)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #A57C9E

#A57C9E
(165,124,158)
#AD87A6
(173,135,166)
#B592AE
(181,146,174)
#BD9DB6
(189,157,182)
#C5A8BE
(197,168,190)
#CDB3C6
(205,179,198)
#D5BECE
(213,190,206)
#DDC9D6
(221,201,214)
#E5D4DE
(229,212,222)
#EDDFE6
(237,223,230)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57C9E; }

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

This text font color is #A57C9E.

Background Color

.myBgColor { background-color: #A57C9E; }

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

This div background color is #A57C9E.

Border color

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

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

This div border color is #A57C9E.

Opacity

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

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

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

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

This text has shadow with #A57C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57C9E.

Preview

Color preview on black background

This text has color #A57C9E on black background.


Color preview on white background

This text has color #A57C9E on white background.


Black color preview on #A57C9E background

This text has black color on #A57C9E background.


White color preview on #A57C9E background

This text has white color on #A57C9E background.


Related colors

Complementary color

Complementary color for #hex is #5A8361.


I love getcolorcode.com

Triadic colors

1 #9EA57C and #7C9EA5 with #A57C9E are triadic colors.

2 #9E7CA5 and #7CA59E with #A57C9E are triadic colors.