COLOR #A5557A

HEX: #A5557A
RGB: (165,85,122)

Color info

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

RGB color model

#A5557A color RGB value is (165,85,122).

  • red value is 165;
  • green value is 85;
  • blue value is 122.
RGB:
(165,85,122)
(65%,33%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 85 of 255 = 33%
B 122 of 255 = 48%

165
85
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 85 + 122 = 372 (100%)
R 165 of 372 ~ 44.35%
G 85 of 372 ~ 22.85%
B 122 of 372 ~ 32.8%

%44.35
%22.85
%32.8

CMYK color model

#A5557A color CMYK value is (0,48,26,35).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,48,26,35)
C0M48Y26K35 
(0%,48%,26%,35%)
(0.00/0.48/0.26/0.35)	

CMYK percentages

%0
%48.48
%26.06
%35.29

Codes

Color #A5557A in popluar color models

A5557A
RGB16585122
HSL332°32.00%49.02%
HSB/HSV332°48.48%64.71%
CMYK0.00%48.48%26.06%
35.29%

Color #A5557A in popluar number systems.

HEXA5557A
Decimal16585122
Binary1010010110101011111010
Octal245125172

Shades and tints

Shades of #A5557A

#A5557A
(165,85,122)
#964E6F
(150,78,111)
#874764
(135,71,100)
#784059
(120,64,89)
#69394E
(105,57,78)
#5A3243
(90,50,67)
#4B2B38
(75,43,56)
#3C242D
(60,36,45)
#2D1D22
(45,29,34)
#1E1617
(30,22,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #A5557A

#A5557A
(165,85,122)
#AD6486
(173,100,134)
#B57392
(181,115,146)
#BD829E
(189,130,158)
#C591AA
(197,145,170)
#CDA0B6
(205,160,182)
#D5AFC2
(213,175,194)
#DDBECE
(221,190,206)
#E5CDDA
(229,205,218)
#EDDCE6
(237,220,230)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5557A; }

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

This text font color is #A5557A.


Background Color

.myBgColor { background-color: #A5557A; }

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

This div background color is #A5557A.


Border color

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

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

This div border color is #A5557A.


Opacity

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

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

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

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

This text has shadow with #A5557A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5557A on black background.


Color preview on white background

This text has color #A5557A on white background.



Black color preview on #A5557A background

This text has black color on #A5557A background.


White color preview on #A5557A background

This text has white color on #A5557A background.