COLOR #A57CA9

HEX: #A57CA9
RGB: (165,124,169)

Color info

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

RGB color model

#A57CA9 color RGB value is (165,124,169).

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

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 169 of 255 = 66%

165
124
169

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 169 = 458 (100%)
R 165 of 458 ~ 36.03%
G 124 of 458 ~ 27.07%
B 169 of 458 ~ 36.9%

%36.03
%27.07
%36.9

CMYK color model

#A57CA9 color CMYK value is (2,27,0,34).

  • cyan value is 2.37%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,27,0,34)
C2M27Y0K34 
(2%,27%,0%,34%)
(0.02/0.27/0.00/0.34)	

CMYK percentages

%2.37
%26.63
%0
%33.73

Codes

Color #A57CA9 in popluar color models

A57CA9
RGB165124169
HSL295°20.74%57.45%
HSB/HSV295°26.63%66.27%
CMYK2.37%26.63%0.00%
33.73%

Color #A57CA9 in popluar number systems.

HEXA57CA9
Decimal165124169
Binary10100101111110010101001
Octal245174251

Shades and tints

Shades of #A57CA9

#A57CA9
(165,124,169)
#96719A
(150,113,154)
#87668B
(135,102,139)
#785B7C
(120,91,124)
#69506D
(105,80,109)
#5A455E
(90,69,94)
#4B3A4F
(75,58,79)
#3C2F40
(60,47,64)
#2D2431
(45,36,49)
#1E1922
(30,25,34)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A57CA9

#A57CA9
(165,124,169)
#AD87B0
(173,135,176)
#B592B7
(181,146,183)
#BD9DBE
(189,157,190)
#C5A8C5
(197,168,197)
#CDB3CC
(205,179,204)
#D5BED3
(213,190,211)
#DDC9DA
(221,201,218)
#E5D4E1
(229,212,225)
#EDDFE8
(237,223,232)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57CA9; }

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

This text font color is #A57CA9.


Background Color

.myBgColor { background-color: #A57CA9; }

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

This div background color is #A57CA9.


Border color

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

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

This div border color is #A57CA9.


Opacity

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

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

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

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

This text has shadow with #A57CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57CA9 on black background.


Color preview on white background

This text has color #A57CA9 on white background.



Black color preview on #A57CA9 background

This text has black color on #A57CA9 background.


White color preview on #A57CA9 background

This text has white color on #A57CA9 background.