COLOR #A57ABD

HEX: #A57ABD RGB: (165,122,189)

Color info

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

RGB color model

#A57ABD color RGB value is (165,122,189).

RGB: (165,122,189) (65%, 48%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 189 of 255 = 74%

165
122
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 122 + 189 = 476 (100%)
R 165 of 476 ~ 34.66%
G 122 of 476 ~ 25.63%
B 189 of 476 ~ 39.71'%

%34.66
%25.63
%39.71

CMYK color model

#A57ABD color CMYK value is (13,35,0,26).

  • cyan value is 12.70%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,35,0,26)
C13M35Y0K26 (13%, 35%, 0%, 26%)
(0.13 / 0.35 / 0.00 / 0.26)

CMYK percentages

%12.7
%35.45
%0
%25.88

Codes

Color #A57ABD in popluar color models

A5 7A BD
RGB 165 122 189
HSL 279° 33.67% 60.98%
HSB/HSV 279° 35.45% 74.12%
CMYK 12.70% 35.45% 0.00%
25.88%

Color #A57ABD in popluar number systems.

HEX A5 7A BD
Decimal 165 122 189
Binary 10100101 1111010 10111101
Octal 245 172 275

Shades and tints

Shades of #A57ABD

#A57ABD
(165,122,189)
#966FAC
(150,111,172)
#87649B
(135,100,155)
#78598A
(120,89,138)
#694E79
(105,78,121)
#5A4368
(90,67,104)
#4B3857
(75,56,87)
#3C2D46
(60,45,70)
#2D2235
(45,34,53)
#1E1724
(30,23,36)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #A57ABD

#A57ABD
(165,122,189)
#AD86C3
(173,134,195)
#B592C9
(181,146,201)
#BD9ECF
(189,158,207)
#C5AAD5
(197,170,213)
#CDB6DB
(205,182,219)
#D5C2E1
(213,194,225)
#DDCEE7
(221,206,231)
#E5DAED
(229,218,237)
#EDE6F3
(237,230,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57ABD color. Also use rgb(165,122,189) instead hex code.

Text Font Color

.myTextColor { color: #A57ABD; }

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

This text font color is #A57ABD.

Background Color

.myBgColor { background-color: #A57ABD; }

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

This div background color is #A57ABD.

Border color

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

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

This div border color is #A57ABD.

Opacity

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

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

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

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

This text has shadow with #A57ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57ABD.

Preview

Color preview on black background

This text has color #A57ABD on black background.


Color preview on white background

This text has color #A57ABD on white background.


Black color preview on #A57ABD background

This text has black color on #A57ABD background.


White color preview on #A57ABD background

This text has white color on #A57ABD background.


Related colors

Complementary color

Complementary color for #hex is #5A8542.


I love getcolorcode.com

Triadic colors

1 #BDA57A and #7ABDA5 with #A57ABD are triadic colors.

2 #BD7AA5 and #7AA5BD with #A57ABD are triadic colors.