COLOR #A57AA8

HEX: #A57AA8 RGB: (165,122,168)

Color info

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

RGB color model

#A57AA8 color RGB value is (165,122,168).

RGB: (165,122,168) (65%, 48%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 168 of 255 = 66%

165
122
168

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

Portions of RGB colors in percentages

R + G + B = 165 + 122 + 168 = 455 (100%)
R 165 of 455 ~ 36.26%
G 122 of 455 ~ 26.81%
B 168 of 455 ~ 36.92'%

%36.26
%26.81
%36.92

CMYK color model

#A57AA8 color CMYK value is (2,27,0,34).

  • cyan value is 1.79%
  • magenta value is 27.38%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (2,27,0,34)
C2M27Y0K34 (2%, 27%, 0%, 34%)
(0.02 / 0.27 / 0.00 / 0.34)

CMYK percentages

%1.79
%27.38
%0
%34.12

Codes

Color #A57AA8 in popluar color models

A5 7A A8
RGB 165 122 168
HSL 296° 20.91% 56.86%
HSB/HSV 296° 27.38% 65.88%
CMYK 1.79% 27.38% 0.00%
34.12%

Color #A57AA8 in popluar number systems.

HEX A5 7A A8
Decimal 165 122 168
Binary 10100101 1111010 10101000
Octal 245 172 250

Shades and tints

Shades of #A57AA8

#A57AA8
(165,122,168)
#966F99
(150,111,153)
#87648A
(135,100,138)
#78597B
(120,89,123)
#694E6C
(105,78,108)
#5A435D
(90,67,93)
#4B384E
(75,56,78)
#3C2D3F
(60,45,63)
#2D2230
(45,34,48)
#1E1721
(30,23,33)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #A57AA8

#A57AA8
(165,122,168)
#AD86AF
(173,134,175)
#B592B6
(181,146,182)
#BD9EBD
(189,158,189)
#C5AAC4
(197,170,196)
#CDB6CB
(205,182,203)
#D5C2D2
(213,194,210)
#DDCED9
(221,206,217)
#E5DAE0
(229,218,224)
#EDE6E7
(237,230,231)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57AA8; }

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

This text font color is #A57AA8.

Background Color

.myBgColor { background-color: #A57AA8; }

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

This div background color is #A57AA8.

Border color

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

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

This div border color is #A57AA8.

Opacity

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

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

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

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

This text has shadow with #A57AA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57AA8.

Preview

Color preview on black background

This text has color #A57AA8 on black background.


Color preview on white background

This text has color #A57AA8 on white background.


Black color preview on #A57AA8 background

This text has black color on #A57AA8 background.


White color preview on #A57AA8 background

This text has white color on #A57AA8 background.


Related colors

Complementary color

Complementary color for #hex is #5A8557.


I love getcolorcode.com

Triadic colors

1 #A8A57A and #7AA8A5 with #A57AA8 are triadic colors.

2 #A87AA5 and #7AA5A8 with #A57AA8 are triadic colors.