COLOR #A57BA9

HEX: #A57BA9
RGB: (165,123,169)

Color info

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

RGB color model

#A57BA9 color RGB value is (165,123,169).

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

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 169 of 255 = 66%

165
123
169

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

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 169 = 457 (100%)
R 165 of 457 ~ 36.11%
G 123 of 457 ~ 26.91%
B 169 of 457 ~ 36.98%

%36.11
%26.91
%36.98

CMYK color model

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

  • cyan value is 2.37%
  • magenta value is 27.22%
  • 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
%27.22
%0
%33.73

Codes

Color #A57BA9 in popluar color models

A57BA9
RGB165123169
HSL295°21.10%57.25%
HSB/HSV295°27.22%66.27%
CMYK2.37%27.22%0.00%
33.73%

Color #A57BA9 in popluar number systems.

HEXA57BA9
Decimal165123169
Binary10100101111101110101001
Octal245173251

Shades and tints

Shades of #A57BA9

#A57BA9
(165,123,169)
#96709A
(150,112,154)
#87658B
(135,101,139)
#785A7C
(120,90,124)
#694F6D
(105,79,109)
#5A445E
(90,68,94)
#4B394F
(75,57,79)
#3C2E40
(60,46,64)
#2D2331
(45,35,49)
#1E1822
(30,24,34)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A57BA9

#A57BA9
(165,123,169)
#AD87B0
(173,135,176)
#B593B7
(181,147,183)
#BD9FBE
(189,159,190)
#C5ABC5
(197,171,197)
#CDB7CC
(205,183,204)
#D5C3D3
(213,195,211)
#DDCFDA
(221,207,218)
#E5DBE1
(229,219,225)
#EDE7E8
(237,231,232)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57BA9; }

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

This text font color is #A57BA9.


Background Color

.myBgColor { background-color: #A57BA9; }

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

This div background color is #A57BA9.


Border color

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

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

This div border color is #A57BA9.


Opacity

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

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

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

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

This text has shadow with #A57BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57BA9 on black background.


Color preview on white background

This text has color #A57BA9 on white background.



Black color preview on #A57BA9 background

This text has black color on #A57BA9 background.


White color preview on #A57BA9 background

This text has white color on #A57BA9 background.