COLOR #A5557C

HEX: #A5557C RGB: (165,85,124)

Color info

#A5557C contains mainly red and blue colors. Web safe color of #A5557C is #996666 (or #966).

RGB color model

#A5557C color RGB value is (165,85,124).

RGB: (165,85,124) (65%, 33%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 85 of 255 = 33%
B 124 of 255 = 49%

165
85
124

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

Portions of RGB colors in percentages

R + G + B = 165 + 85 + 124 = 374 (100%)
R 165 of 374 ~ 44.12%
G 85 of 374 ~ 22.73%
B 124 of 374 ~ 33.16'%

%44.12
%22.73
%33.16

CMYK color model

#A5557C color CMYK value is (0,48,25,35).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK: (0,48,25,35) C0M48Y25K35 (0%,48%,25%,35%) (0.00/0.48/0.25/0.35) 

CMYK percentages

%0
%48.48
%24.85
%35.29

Codes

Color #A5557C in popluar color models

A5 55 7C
RGB 165 85 124
HSL 331° 32.00% 49.02%
HSB/HSV 331° 48.48% 64.71%
CMYK 0.00% 48.48% 24.85%
35.29%

Color #A5557C in popluar number systems.

HEX A5 55 7C
Decimal 165 85 124
Binary 10100101 1010101 1111100
Octal 245 125 174

Shades and tints

Shades of #A5557C

#A5557C
(165,85,124)
#964E71
(150,78,113)
#874766
(135,71,102)
#78405B
(120,64,91)
#693950
(105,57,80)
#5A3245
(90,50,69)
#4B2B3A
(75,43,58)
#3C242F
(60,36,47)
#2D1D24
(45,29,36)
#1E1619
(30,22,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A5557C

#A5557C
(165,85,124)
#AD6487
(173,100,135)
#B57392
(181,115,146)
#BD829D
(189,130,157)
#C591A8
(197,145,168)
#CDA0B3
(205,160,179)
#D5AFBE
(213,175,190)
#DDBEC9
(221,190,201)
#E5CDD4
(229,205,212)
#EDDCDF
(237,220,223)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5557C color. Also use rgb(165,85,124) instead hex code.

Text Font Color

.myTextColor { color: #A5557C; }

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

This text font color is #A5557C.

Background Color

.myBgColor { background-color: #A5557C; }

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

This div background color is #A5557C.

Border color

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

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

This div border color is #A5557C.

Opacity

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

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

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

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

This text has shadow with #A5557C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5557C.

Preview

Color preview on black background

This text has color #A5557C on black background.


Color preview on white background

This text has color #A5557C on white background.


Black color preview on #A5557C background

This text has black color on #A5557C background.


White color preview on #A5557C background

This text has white color on #A5557C background.


Related colors

Complementary color

Complementary color for #hex is #5AAA83.


I love getcolorcode.com

Triadic colors

1 #7CA555 and #557CA5 with #A5557C are triadic colors.

2 #7C55A5 and #55A57C with #A5557C are triadic colors.