COLOR #A57798

HEX: #A57798 RGB: (165,119,152)

Color info

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

RGB color model

#A57798 color RGB value is (165,119,152).

RGB: (165,119,152) (65%, 47%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 119 of 255 = 47%
B 152 of 255 = 60%

165
119
152

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

Portions of RGB colors in percentages

R + G + B = 165 + 119 + 152 = 436 (100%)
R 165 of 436 ~ 37.84%
G 119 of 436 ~ 27.29%
B 152 of 436 ~ 34.86'%

%37.84
%27.29
%34.86

CMYK color model

#A57798 color CMYK value is (0,28,8,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 7.88%
  • key color value is 35.29%

CMYK: (0,28,8,35)
C0M28Y8K35 (0%, 28%, 8%, 35%)
(0.00 / 0.28 / 0.08 / 0.35)

CMYK percentages

%0
%27.88
%7.88
%35.29

Codes

Color #A57798 in popluar color models

A5 77 98
RGB 165 119 152
HSL 317° 20.35% 55.69%
HSB/HSV 317° 27.88% 64.71%
CMYK 0.00% 27.88% 7.88%
35.29%

Color #A57798 in popluar number systems.

HEX A5 77 98
Decimal 165 119 152
Binary 10100101 1110111 10011000
Octal 245 167 230

Shades and tints

Shades of #A57798

#A57798
(165,119,152)
#966D8B
(150,109,139)
#87637E
(135,99,126)
#785971
(120,89,113)
#694F64
(105,79,100)
#5A4557
(90,69,87)
#4B3B4A
(75,59,74)
#3C313D
(60,49,61)
#2D2730
(45,39,48)
#1E1D23
(30,29,35)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #A57798

#A57798
(165,119,152)
#AD83A1
(173,131,161)
#B58FAA
(181,143,170)
#BD9BB3
(189,155,179)
#C5A7BC
(197,167,188)
#CDB3C5
(205,179,197)
#D5BFCE
(213,191,206)
#DDCBD7
(221,203,215)
#E5D7E0
(229,215,224)
#EDE3E9
(237,227,233)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57798; }

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

This text font color is #A57798.

Background Color

.myBgColor { background-color: #A57798; }

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

This div background color is #A57798.

Border color

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

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

This div border color is #A57798.

Opacity

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

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

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

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

This text has shadow with #A57798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57798.

Preview

Color preview on black background

This text has color #A57798 on black background.


Color preview on white background

This text has color #A57798 on white background.


Black color preview on #A57798 background

This text has black color on #A57798 background.


White color preview on #A57798 background

This text has white color on #A57798 background.


Related colors

Complementary color

Complementary color for #hex is #5A8867.


I love getcolorcode.com

Triadic colors

1 #98A577 and #7798A5 with #A57798 are triadic colors.

2 #9877A5 and #77A598 with #A57798 are triadic colors.