COLOR #A57BD1

HEX: #A57BD1
RGB: (165,123,209)

Color info

#A57BD1 contains mainly red and blue colors. Web safe color of #A57BD1 is #9966CC (or #96C).

RGB color model

#A57BD1 color RGB value is (165,123,209).

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

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 209 of 255 = 82%

165
123
209

R + G + B ~ 65%. #A57BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 209 = 497 (100%)
R 165 of 497 ~ 33.2%
G 123 of 497 ~ 24.75%
B 209 of 497 ~ 42.05%

%33.2
%24.75
%42.05

CMYK color model

#A57BD1 color CMYK value is (21,41,0,18).

  • cyan value is 21.05%
  • magenta value is 41.15%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(21,41,0,18)
C21M41Y0K18 
(21%,41%,0%,18%)
(0.21/0.41/0.00/0.18)	

CMYK percentages

%21.05
%41.15
%0
%18.04

Codes

Color #A57BD1 in popluar color models

A57BD1
RGB165123209
HSL269°48.31%65.10%
HSB/HSV269°41.15%81.96%
CMYK21.05%41.15%0.00%
18.04%

Color #A57BD1 in popluar number systems.

HEXA57BD1
Decimal165123209
Binary10100101111101111010001
Octal245173321

Shades and tints

Shades of #A57BD1

#A57BD1
(165,123,209)
#9670BE
(150,112,190)
#8765AB
(135,101,171)
#785A98
(120,90,152)
#694F85
(105,79,133)
#5A4472
(90,68,114)
#4B395F
(75,57,95)
#3C2E4C
(60,46,76)
#2D2339
(45,35,57)
#1E1826
(30,24,38)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A57BD1

#A57BD1
(165,123,209)
#AD87D5
(173,135,213)
#B593D9
(181,147,217)
#BD9FDD
(189,159,221)
#C5ABE1
(197,171,225)
#CDB7E5
(205,183,229)
#D5C3E9
(213,195,233)
#DDCFED
(221,207,237)
#E5DBF1
(229,219,241)
#EDE7F5
(237,231,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57BD1; }

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

This text font color is #A57BD1.


Background Color

.myBgColor { background-color: #A57BD1; }

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

This div background color is #A57BD1.


Border color

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

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

This div border color is #A57BD1.


Opacity

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

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

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

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

This text has shadow with #A57BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57BD1 on black background.


Color preview on white background

This text has color #A57BD1 on white background.



Black color preview on #A57BD1 background

This text has black color on #A57BD1 background.


White color preview on #A57BD1 background

This text has white color on #A57BD1 background.