COLOR #A57998

HEX: #A57998 RGB: (165,121,152)

Color info

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

RGB color model

#A57998 color RGB value is (165,121,152).

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

RGB channels and saturation

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

165
121
152

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

Portions of RGB colors in percentages

R + G + B = 165 + 121 + 152 = 438 (100%)
R 165 of 438 ~ 37.67%
G 121 of 438 ~ 27.63%
B 152 of 438 ~ 34.7'%

%37.67
%27.63
%34.7

CMYK color model

#A57998 color CMYK value is (0,27,8,35).

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

CMYK: (0,27,8,35)
C0M27Y8K35 (0%, 27%, 8%, 35%)
(0.00 / 0.27 / 0.08 / 0.35)

CMYK percentages

%0
%26.67
%7.88
%35.29

Codes

Color #A57998 in popluar color models

A5 79 98
RGB 165 121 152
HSL 318° 19.64% 56.08%
HSB/HSV 318° 26.67% 64.71%
CMYK 0.00% 26.67% 7.88%
35.29%

Color #A57998 in popluar number systems.

HEX A5 79 98
Decimal 165 121 152
Binary 10100101 1111001 10011000
Octal 245 171 230

Shades and tints

Shades of #A57998

#A57998
(165,121,152)
#966E8B
(150,110,139)
#87637E
(135,99,126)
#785871
(120,88,113)
#694D64
(105,77,100)
#5A4257
(90,66,87)
#4B374A
(75,55,74)
#3C2C3D
(60,44,61)
#2D2130
(45,33,48)
#1E1623
(30,22,35)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #A57998

#A57998
(165,121,152)
#AD85A1
(173,133,161)
#B591AA
(181,145,170)
#BD9DB3
(189,157,179)
#C5A9BC
(197,169,188)
#CDB5C5
(205,181,197)
#D5C1CE
(213,193,206)
#DDCDD7
(221,205,215)
#E5D9E0
(229,217,224)
#EDE5E9
(237,229,233)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57998; }

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

This text font color is #A57998.

Background Color

.myBgColor { background-color: #A57998; }

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

This div background color is #A57998.

Border color

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

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

This div border color is #A57998.

Opacity

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

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

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

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

This text has shadow with #A57998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57998.

Preview

Color preview on black background

This text has color #A57998 on black background.


Color preview on white background

This text has color #A57998 on white background.


Black color preview on #A57998 background

This text has black color on #A57998 background.


White color preview on #A57998 background

This text has white color on #A57998 background.


Related colors

Complementary color

Complementary color for #hex is #5A8667.


I love getcolorcode.com

Triadic colors

1 #98A579 and #7998A5 with #A57998 are triadic colors.

2 #9879A5 and #79A598 with #A57998 are triadic colors.