COLOR #A57CA6

HEX: #A57CA6
RGB: (165,124,166)

Color info

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

RGB color model

#A57CA6 color RGB value is (165,124,166).

  • red value is 165;
  • green value is 124;
  • blue value is 166.
RGB:
(165,124,166)
(65%,49%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 166 of 255 = 65%

165
124
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 166 = 455 (100%)
R 165 of 455 ~ 36.26%
G 124 of 455 ~ 27.25%
B 166 of 455 ~ 36.48%

%36.26
%27.25
%36.48

CMYK color model

#A57CA6 color CMYK value is (1,25,0,35).

  • cyan value is 0.60%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,25,0,35)
C1M25Y0K35 
(1%,25%,0%,35%)
(0.01/0.25/0.00/0.35)	

CMYK percentages

%0.6
%25.3
%0
%34.9

Codes

Color #A57CA6 in popluar color models

A57CA6
RGB165124166
HSL299°19.09%56.86%
HSB/HSV299°25.30%65.10%
CMYK0.60%25.30%0.00%
34.90%

Color #A57CA6 in popluar number systems.

HEXA57CA6
Decimal165124166
Binary10100101111110010100110
Octal245174246

Shades and tints

Shades of #A57CA6

#A57CA6
(165,124,166)
#967197
(150,113,151)
#876688
(135,102,136)
#785B79
(120,91,121)
#69506A
(105,80,106)
#5A455B
(90,69,91)
#4B3A4C
(75,58,76)
#3C2F3D
(60,47,61)
#2D242E
(45,36,46)
#1E191F
(30,25,31)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A57CA6

#A57CA6
(165,124,166)
#AD87AE
(173,135,174)
#B592B6
(181,146,182)
#BD9DBE
(189,157,190)
#C5A8C6
(197,168,198)
#CDB3CE
(205,179,206)
#D5BED6
(213,190,214)
#DDC9DE
(221,201,222)
#E5D4E6
(229,212,230)
#EDDFEE
(237,223,238)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57CA6; }

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

This text font color is #A57CA6.


Background Color

.myBgColor { background-color: #A57CA6; }

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

This div background color is #A57CA6.


Border color

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

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

This div border color is #A57CA6.


Opacity

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

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

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

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

This text has shadow with #A57CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57CA6 on black background.


Color preview on white background

This text has color #A57CA6 on white background.



Black color preview on #A57CA6 background

This text has black color on #A57CA6 background.


White color preview on #A57CA6 background

This text has white color on #A57CA6 background.