COLOR #A57BA5

HEX: #A57BA5 RGB: (165,123,165)

Color info

#A57BA5 contains red, green and blue colors in about the same proportion. Web safe color of #A57BA5 is #996699 (or #969).

RGB color model

#A57BA5 color RGB value is (165,123,165).

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

RGB channels and saturation

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

165
123
165

R + G + B ~ 59%. #A57BA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 123 + 165 = 453 (100%)
R 165 of 453 ~ 36.42%
G 123 of 453 ~ 27.15%
B 165 of 453 ~ 36.42'%

%36.42
%27.15
%36.42

CMYK color model

#A57BA5 color CMYK value is (0,25,0,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (0,25,0,35) C0M25Y0K35 (0%,25%,0%,35%) (0.00/0.25/0.00/0.35) 

CMYK percentages

%0
%25.45
%0
%35.29

Codes

Color #A57BA5 in popluar color models

A5 7B A5
RGB 165 123 165
HSL 300° 18.92% 56.47%
HSB/HSV 300° 25.45% 64.71%
CMYK 0.00% 25.45% 0.00%
35.29%

Color #A57BA5 in popluar number systems.

HEX A5 7B A5
Decimal 165 123 165
Binary 10100101 1111011 10100101
Octal 245 173 245

Shades and tints

Shades of #A57BA5

#A57BA5
(165,123,165)
#967096
(150,112,150)
#876587
(135,101,135)
#785A78
(120,90,120)
#694F69
(105,79,105)
#5A445A
(90,68,90)
#4B394B
(75,57,75)
#3C2E3C
(60,46,60)
#2D232D
(45,35,45)
#1E181E
(30,24,30)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A57BA5

#A57BA5
(165,123,165)
#AD87AD
(173,135,173)
#B593B5
(181,147,181)
#BD9FBD
(189,159,189)
#C5ABC5
(197,171,197)
#CDB7CD
(205,183,205)
#D5C3D5
(213,195,213)
#DDCFDD
(221,207,221)
#E5DBE5
(229,219,229)
#EDE7ED
(237,231,237)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57BA5; }

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

This text font color is #A57BA5.

Background Color

.myBgColor { background-color: #A57BA5; }

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

This div background color is #A57BA5.

Border color

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

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

This div border color is #A57BA5.

Opacity

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

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

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

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

This text has shadow with #A57BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57BA5.

Preview

Color preview on black background

This text has color #A57BA5 on black background.


Color preview on white background

This text has color #A57BA5 on white background.


Black color preview on #A57BA5 background

This text has black color on #A57BA5 background.


White color preview on #A57BA5 background

This text has white color on #A57BA5 background.


Related colors

Complementary color

Complementary color for #hex is #5A845A.


I love getcolorcode.com

Triadic colors

1 #A5A57B and #7BA5A5 with #A57BA5 are triadic colors.

2 #A57BA5 and #7BA5A5 with #A57BA5 are triadic colors.