COLOR #A57498

HEX: #A57498 RGB: (165,116,152)

Color info

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

RGB color model

#A57498 color RGB value is (165,116,152).

RGB: (165,116,152) (65%, 45%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 152 of 255 = 60%

165
116
152

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

Portions of RGB colors in percentages

R + G + B = 165 + 116 + 152 = 433 (100%)
R 165 of 433 ~ 38.11%
G 116 of 433 ~ 26.79%
B 152 of 433 ~ 35.1'%

%38.11
%26.79
%35.1

CMYK color model

#A57498 color CMYK value is (0,30,8,35).

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

CMYK: (0,30,8,35)
C0M30Y8K35 (0%, 30%, 8%, 35%)
(0.00 / 0.30 / 0.08 / 0.35)

CMYK percentages

%0
%29.7
%7.88
%35.29

Codes

Color #A57498 in popluar color models

A5 74 98
RGB 165 116 152
HSL 316° 21.40% 55.10%
HSB/HSV 316° 29.70% 64.71%
CMYK 0.00% 29.70% 7.88%
35.29%

Color #A57498 in popluar number systems.

HEX A5 74 98
Decimal 165 116 152
Binary 10100101 1110100 10011000
Octal 245 164 230

Shades and tints

Shades of #A57498

#A57498
(165,116,152)
#966A8B
(150,106,139)
#87607E
(135,96,126)
#785671
(120,86,113)
#694C64
(105,76,100)
#5A4257
(90,66,87)
#4B384A
(75,56,74)
#3C2E3D
(60,46,61)
#2D2430
(45,36,48)
#1E1A23
(30,26,35)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #A57498

#A57498
(165,116,152)
#AD80A1
(173,128,161)
#B58CAA
(181,140,170)
#BD98B3
(189,152,179)
#C5A4BC
(197,164,188)
#CDB0C5
(205,176,197)
#D5BCCE
(213,188,206)
#DDC8D7
(221,200,215)
#E5D4E0
(229,212,224)
#EDE0E9
(237,224,233)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57498; }

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

This text font color is #A57498.

Background Color

.myBgColor { background-color: #A57498; }

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

This div background color is #A57498.

Border color

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

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

This div border color is #A57498.

Opacity

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

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

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

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

This text has shadow with #A57498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57498.

Preview

Color preview on black background

This text has color #A57498 on black background.


Color preview on white background

This text has color #A57498 on white background.


Black color preview on #A57498 background

This text has black color on #A57498 background.


White color preview on #A57498 background

This text has white color on #A57498 background.


Related colors

Complementary color

Complementary color for #hex is #5A8B67.


I love getcolorcode.com

Triadic colors

1 #98A574 and #7498A5 with #A57498 are triadic colors.

2 #9874A5 and #74A598 with #A57498 are triadic colors.