COLOR #A57FA3

HEX: #A57FA3 RGB: (165,127,163)

Color info

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

RGB color model

#A57FA3 color RGB value is (165,127,163).

RGB: (165,127,163) (65%, 50%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 163 of 255 = 64%

165
127
163

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

Portions of RGB colors in percentages

R + G + B = 165 + 127 + 163 = 455 (100%)
R 165 of 455 ~ 36.26%
G 127 of 455 ~ 27.91%
B 163 of 455 ~ 35.82'%

%36.26
%27.91
%35.82

CMYK color model

#A57FA3 color CMYK value is (0,23,1,35).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 1.21%
  • key color value is 35.29%

CMYK: (0,23,1,35)
C0M23Y1K35 (0%, 23%, 1%, 35%)
(0.00 / 0.23 / 0.01 / 0.35)

CMYK percentages

%0
%23.03
%1.21
%35.29

Codes

Color #A57FA3 in popluar color models

A5 7F A3
RGB 165 127 163
HSL 303° 17.43% 57.25%
HSB/HSV 303° 23.03% 64.71%
CMYK 0.00% 23.03% 1.21%
35.29%

Color #A57FA3 in popluar number systems.

HEX A5 7F A3
Decimal 165 127 163
Binary 10100101 1111111 10100011
Octal 245 177 243

Shades and tints

Shades of #A57FA3

#A57FA3
(165,127,163)
#967495
(150,116,149)
#876987
(135,105,135)
#785E79
(120,94,121)
#69536B
(105,83,107)
#5A485D
(90,72,93)
#4B3D4F
(75,61,79)
#3C3241
(60,50,65)
#2D2733
(45,39,51)
#1E1C25
(30,28,37)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A57FA3

#A57FA3
(165,127,163)
#AD8AAB
(173,138,171)
#B595B3
(181,149,179)
#BDA0BB
(189,160,187)
#C5ABC3
(197,171,195)
#CDB6CB
(205,182,203)
#D5C1D3
(213,193,211)
#DDCCDB
(221,204,219)
#E5D7E3
(229,215,227)
#EDE2EB
(237,226,235)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57FA3; }

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

This text font color is #A57FA3.

Background Color

.myBgColor { background-color: #A57FA3; }

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

This div background color is #A57FA3.

Border color

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

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

This div border color is #A57FA3.

Opacity

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

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

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

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

This text has shadow with #A57FA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57FA3.

Preview

Color preview on black background

This text has color #A57FA3 on black background.


Color preview on white background

This text has color #A57FA3 on white background.


Black color preview on #A57FA3 background

This text has black color on #A57FA3 background.


White color preview on #A57FA3 background

This text has white color on #A57FA3 background.


Related colors

Complementary color

Complementary color for #hex is #5A805C.


I love getcolorcode.com

Triadic colors

1 #A3A57F and #7FA3A5 with #A57FA3 are triadic colors.

2 #A37FA5 and #7FA5A3 with #A57FA3 are triadic colors.