COLOR #A57FB8

HEX: #A57FB8 RGB: (165,127,184)

Color info

#A57FB8 contains red, green and blue colors in about the same proportion. Web safe color of #A57FB8 is #9966CC (or #96C).

RGB color model

#A57FB8 color RGB value is (165,127,184).

RGB: (165,127,184) (65%, 50%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 184 of 255 = 72%

165
127
184

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

Portions of RGB colors in percentages

R + G + B = 165 + 127 + 184 = 476 (100%)
R 165 of 476 ~ 34.66%
G 127 of 476 ~ 26.68%
B 184 of 476 ~ 38.66'%

%34.66
%26.68
%38.66

CMYK color model

#A57FB8 color CMYK value is (10,31,0,28).

  • cyan value is 10.33%
  • magenta value is 30.98%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (10,31,0,28)
C10M31Y0K28 (10%, 31%, 0%, 28%)
(0.10 / 0.31 / 0.00 / 0.28)

CMYK percentages

%10.33
%30.98
%0
%27.84

Codes

Color #A57FB8 in popluar color models

A5 7F B8
RGB 165 127 184
HSL 280° 28.64% 60.98%
HSB/HSV 280° 30.98% 72.16%
CMYK 10.33% 30.98% 0.00%
27.84%

Color #A57FB8 in popluar number systems.

HEX A5 7F B8
Decimal 165 127 184
Binary 10100101 1111111 10111000
Octal 245 177 270

Shades and tints

Shades of #A57FB8

#A57FB8
(165,127,184)
#9674A8
(150,116,168)
#876998
(135,105,152)
#785E88
(120,94,136)
#695378
(105,83,120)
#5A4868
(90,72,104)
#4B3D58
(75,61,88)
#3C3248
(60,50,72)
#2D2738
(45,39,56)
#1E1C28
(30,28,40)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A57FB8

#A57FB8
(165,127,184)
#AD8ABE
(173,138,190)
#B595C4
(181,149,196)
#BDA0CA
(189,160,202)
#C5ABD0
(197,171,208)
#CDB6D6
(205,182,214)
#D5C1DC
(213,193,220)
#DDCCE2
(221,204,226)
#E5D7E8
(229,215,232)
#EDE2EE
(237,226,238)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57FB8; }

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

This text font color is #A57FB8.

Background Color

.myBgColor { background-color: #A57FB8; }

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

This div background color is #A57FB8.

Border color

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

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

This div border color is #A57FB8.

Opacity

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

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

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

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

This text has shadow with #A57FB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57FB8.

Preview

Color preview on black background

This text has color #A57FB8 on black background.


Color preview on white background

This text has color #A57FB8 on white background.


Black color preview on #A57FB8 background

This text has black color on #A57FB8 background.


White color preview on #A57FB8 background

This text has white color on #A57FB8 background.


Related colors

Complementary color

Complementary color for #hex is #5A8047.


I love getcolorcode.com

Triadic colors

1 #B8A57F and #7FB8A5 with #A57FB8 are triadic colors.

2 #B87FA5 and #7FA5B8 with #A57FB8 are triadic colors.