COLOR #A57DAB

HEX: #A57DAB
RGB: (165,125,171)

Color info

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

RGB color model

#A57DAB color RGB value is (165,125,171).

  • red value is 165;
  • green value is 125;
  • blue value is 171.
RGB:
(165,125,171)
(65%,49%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 171 of 255 = 67%

165
125
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 125 + 171 = 461 (100%)
R 165 of 461 ~ 35.79%
G 125 of 461 ~ 27.11%
B 171 of 461 ~ 37.09%

%35.79
%27.11
%37.09

CMYK color model

#A57DAB color CMYK value is (4,27,0,33).

  • cyan value is 3.51%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,27,0,33)
C4M27Y0K33 
(4%,27%,0%,33%)
(0.04/0.27/0.00/0.33)	

CMYK percentages

%3.51
%26.9
%0
%32.94

Codes

Color #A57DAB in popluar color models

A57DAB
RGB165125171
HSL292°21.50%58.04%
HSB/HSV292°26.90%67.06%
CMYK3.51%26.90%0.00%
32.94%

Color #A57DAB in popluar number systems.

HEXA57DAB
Decimal165125171
Binary10100101111110110101011
Octal245175253

Shades and tints

Shades of #A57DAB

#A57DAB
(165,125,171)
#96729C
(150,114,156)
#87678D
(135,103,141)
#785C7E
(120,92,126)
#69516F
(105,81,111)
#5A4660
(90,70,96)
#4B3B51
(75,59,81)
#3C3042
(60,48,66)
#2D2533
(45,37,51)
#1E1A24
(30,26,36)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A57DAB

#A57DAB
(165,125,171)
#AD88B2
(173,136,178)
#B593B9
(181,147,185)
#BD9EC0
(189,158,192)
#C5A9C7
(197,169,199)
#CDB4CE
(205,180,206)
#D5BFD5
(213,191,213)
#DDCADC
(221,202,220)
#E5D5E3
(229,213,227)
#EDE0EA
(237,224,234)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57DAB; }

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

This text font color is #A57DAB.


Background Color

.myBgColor { background-color: #A57DAB; }

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

This div background color is #A57DAB.


Border color

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

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

This div border color is #A57DAB.


Opacity

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

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

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

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

This text has shadow with #A57DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57DAB on black background.


Color preview on white background

This text has color #A57DAB on white background.



Black color preview on #A57DAB background

This text has black color on #A57DAB background.


White color preview on #A57DAB background

This text has white color on #A57DAB background.