COLOR #A57DCD

HEX: #A57DCD
RGB: (165,125,205)

Color info

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

RGB color model

#A57DCD color RGB value is (165,125,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 205 of 255 = 80%

165
125
205

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

Portions of RGB colors in percentages

R + G + B =
165 + 125 + 205 = 495 (100%)
R 165 of 495 ~ 33.33%
G 125 of 495 ~ 25.25%
B 205 of 495 ~ 41.41%

%33.33
%25.25
%41.41

CMYK color model

#A57DCD color CMYK value is (20,39,0,20).

  • cyan value is 19.51%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,39,0,20)
C20M39Y0K20 
(20%,39%,0%,20%)
(0.20/0.39/0.00/0.20)	

CMYK percentages

%19.51
%39.02
%0
%19.61

Codes

Color #A57DCD in popluar color models

A57DCD
RGB165125205
HSL270°44.44%64.71%
HSB/HSV270°39.02%80.39%
CMYK19.51%39.02%0.00%
19.61%

Color #A57DCD in popluar number systems.

HEXA57DCD
Decimal165125205
Binary10100101111110111001101
Octal245175315

Shades and tints

Shades of #A57DCD

#A57DCD
(165,125,205)
#9672BB
(150,114,187)
#8767A9
(135,103,169)
#785C97
(120,92,151)
#695185
(105,81,133)
#5A4673
(90,70,115)
#4B3B61
(75,59,97)
#3C304F
(60,48,79)
#2D253D
(45,37,61)
#1E1A2B
(30,26,43)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #A57DCD

#A57DCD
(165,125,205)
#AD88D1
(173,136,209)
#B593D5
(181,147,213)
#BD9ED9
(189,158,217)
#C5A9DD
(197,169,221)
#CDB4E1
(205,180,225)
#D5BFE5
(213,191,229)
#DDCAE9
(221,202,233)
#E5D5ED
(229,213,237)
#EDE0F1
(237,224,241)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57DCD; }

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

This text font color is #A57DCD.


Background Color

.myBgColor { background-color: #A57DCD; }

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

This div background color is #A57DCD.


Border color

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

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

This div border color is #A57DCD.


Opacity

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

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

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

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

This text has shadow with #A57DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57DCD on black background.


Color preview on white background

This text has color #A57DCD on white background.



Black color preview on #A57DCD background

This text has black color on #A57DCD background.


White color preview on #A57DCD background

This text has white color on #A57DCD background.