COLOR #A57BDF

HEX: #A57BDF RGB: (165,123,223)

Color info

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

RGB color model

#A57BDF color RGB value is (165,123,223).

RGB: (165,123,223) (65%, 48%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 223 of 255 = 87%

165
123
223

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

Portions of RGB colors in percentages

R + G + B = 165 + 123 + 223 = 511 (100%)
R 165 of 511 ~ 32.29%
G 123 of 511 ~ 24.07%
B 223 of 511 ~ 43.64'%

%32.29
%24.07
%43.64

CMYK color model

#A57BDF color CMYK value is (26,45,0,13).

  • cyan value is 26.01%
  • magenta value is 44.84%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,45,0,13)
C26M45Y0K13 (26%, 45%, 0%, 13%)
(0.26 / 0.45 / 0.00 / 0.13)

CMYK percentages

%26.01
%44.84
%0
%12.55

Codes

Color #A57BDF in popluar color models

A5 7B DF
RGB 165 123 223
HSL 265° 60.98% 67.84%
HSB/HSV 265° 44.84% 87.45%
CMYK 26.01% 44.84% 0.00%
12.55%

Color #A57BDF in popluar number systems.

HEX A5 7B DF
Decimal 165 123 223
Binary 10100101 1111011 11011111
Octal 245 173 337

Shades and tints

Shades of #A57BDF

#A57BDF
(165,123,223)
#9670CB
(150,112,203)
#8765B7
(135,101,183)
#785AA3
(120,90,163)
#694F8F
(105,79,143)
#5A447B
(90,68,123)
#4B3967
(75,57,103)
#3C2E53
(60,46,83)
#2D233F
(45,35,63)
#1E182B
(30,24,43)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #A57BDF

#A57BDF
(165,123,223)
#AD87E1
(173,135,225)
#B593E3
(181,147,227)
#BD9FE5
(189,159,229)
#C5ABE7
(197,171,231)
#CDB7E9
(205,183,233)
#D5C3EB
(213,195,235)
#DDCFED
(221,207,237)
#E5DBEF
(229,219,239)
#EDE7F1
(237,231,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57BDF; }

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

This text font color is #A57BDF.

Background Color

.myBgColor { background-color: #A57BDF; }

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

This div background color is #A57BDF.

Border color

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

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

This div border color is #A57BDF.

Opacity

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

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

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

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

This text has shadow with #A57BDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57BDF.

Preview

Color preview on black background

This text has color #A57BDF on black background.


Color preview on white background

This text has color #A57BDF on white background.


Black color preview on #A57BDF background

This text has black color on #A57BDF background.


White color preview on #A57BDF background

This text has white color on #A57BDF background.


Related colors

Complementary color

Complementary color for #hex is #5A8420.


I love getcolorcode.com

Triadic colors

1 #DFA57B and #7BDFA5 with #A57BDF are triadic colors.

2 #DF7BA5 and #7BA5DF with #A57BDF are triadic colors.