COLOR #A57DDE

HEX: #A57DDE RGB: (165,125,222)

Color info

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

RGB color model

#A57DDE color RGB value is (165,125,222).

RGB: (165,125,222) (65%, 49%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 222 of 255 = 87%

165
125
222

R + G + B ~ 67%. #A57DDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 125 + 222 = 512 (100%)
R 165 of 512 ~ 32.23%
G 125 of 512 ~ 24.41%
B 222 of 512 ~ 43.36'%

%32.23
%24.41
%43.36

CMYK color model

#A57DDE color CMYK value is (26,44,0,13).

  • cyan value is 25.68%
  • magenta value is 43.69%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (26,44,0,13) C26M44Y0K13 (26%,44%,0%,13%) (0.26/0.44/0.00/0.13) 

CMYK percentages

%25.68
%43.69
%0
%12.94

Codes

Color #A57DDE in popluar color models

A5 7D DE
RGB 165 125 222
HSL 265° 59.51% 68.04%
HSB/HSV 265° 43.69% 87.06%
CMYK 25.68% 43.69% 0.00%
12.94%

Color #A57DDE in popluar number systems.

HEX A5 7D DE
Decimal 165 125 222
Binary 10100101 1111101 11011110
Octal 245 175 336

Shades and tints

Shades of #A57DDE

#A57DDE
(165,125,222)
#9672CA
(150,114,202)
#8767B6
(135,103,182)
#785CA2
(120,92,162)
#69518E
(105,81,142)
#5A467A
(90,70,122)
#4B3B66
(75,59,102)
#3C3052
(60,48,82)
#2D253E
(45,37,62)
#1E1A2A
(30,26,42)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #A57DDE

#A57DDE
(165,125,222)
#AD88E1
(173,136,225)
#B593E4
(181,147,228)
#BD9EE7
(189,158,231)
#C5A9EA
(197,169,234)
#CDB4ED
(205,180,237)
#D5BFF0
(213,191,240)
#DDCAF3
(221,202,243)
#E5D5F6
(229,213,246)
#EDE0F9
(237,224,249)
#F5EBFC
(245,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57DDE; }

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

This text font color is #A57DDE.

Background Color

.myBgColor { background-color: #A57DDE; }

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

This div background color is #A57DDE.

Border color

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

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

This div border color is #A57DDE.

Opacity

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

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

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

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

This text has shadow with #A57DDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57DDE.

Preview

Color preview on black background

This text has color #A57DDE on black background.


Color preview on white background

This text has color #A57DDE on white background.


Black color preview on #A57DDE background

This text has black color on #A57DDE background.


White color preview on #A57DDE background

This text has white color on #A57DDE background.


Related colors

Complementary color

Complementary color for #hex is #5A8221.


I love getcolorcode.com

Triadic colors

1 #DEA57D and #7DDEA5 with #A57DDE are triadic colors.

2 #DE7DA5 and #7DA5DE with #A57DDE are triadic colors.