COLOR #A57DBA

HEX: #A57DBA RGB: (165,125,186)

Color info

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

RGB color model

#A57DBA color RGB value is (165,125,186).

RGB: (165,125,186) (65%, 49%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 186 of 255 = 73%

165
125
186

R + G + B ~ 62%. #A57DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 125 + 186 = 476 (100%)
R 165 of 476 ~ 34.66%
G 125 of 476 ~ 26.26%
B 186 of 476 ~ 39.08'%

%34.66
%26.26
%39.08

CMYK color model

#A57DBA color CMYK value is (11,33,0,27).

  • cyan value is 11.29%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (11,33,0,27) C11M33Y0K27 (11%,33%,0%,27%) (0.11/0.33/0.00/0.27) 

CMYK percentages

%11.29
%32.8
%0
%27.06

Codes

Color #A57DBA in popluar color models

A5 7D BA
RGB 165 125 186
HSL 279° 30.65% 60.98%
HSB/HSV 279° 32.80% 72.94%
CMYK 11.29% 32.80% 0.00%
27.06%

Color #A57DBA in popluar number systems.

HEX A5 7D BA
Decimal 165 125 186
Binary 10100101 1111101 10111010
Octal 245 175 272

Shades and tints

Shades of #A57DBA

#A57DBA
(165,125,186)
#9672AA
(150,114,170)
#87679A
(135,103,154)
#785C8A
(120,92,138)
#69517A
(105,81,122)
#5A466A
(90,70,106)
#4B3B5A
(75,59,90)
#3C304A
(60,48,74)
#2D253A
(45,37,58)
#1E1A2A
(30,26,42)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #A57DBA

#A57DBA
(165,125,186)
#AD88C0
(173,136,192)
#B593C6
(181,147,198)
#BD9ECC
(189,158,204)
#C5A9D2
(197,169,210)
#CDB4D8
(205,180,216)
#D5BFDE
(213,191,222)
#DDCAE4
(221,202,228)
#E5D5EA
(229,213,234)
#EDE0F0
(237,224,240)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57DBA; }

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

This text font color is #A57DBA.

Background Color

.myBgColor { background-color: #A57DBA; }

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

This div background color is #A57DBA.

Border color

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

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

This div border color is #A57DBA.

Opacity

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

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

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

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

This text has shadow with #A57DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57DBA.

Preview

Color preview on black background

This text has color #A57DBA on black background.


Color preview on white background

This text has color #A57DBA on white background.


Black color preview on #A57DBA background

This text has black color on #A57DBA background.


White color preview on #A57DBA background

This text has white color on #A57DBA background.


Related colors

Complementary color

Complementary color for #hex is #5A8245.


I love getcolorcode.com

Triadic colors

1 #BAA57D and #7DBAA5 with #A57DBA are triadic colors.

2 #BA7DA5 and #7DA5BA with #A57DBA are triadic colors.