COLOR #A55B78

HEX: #A55B78
RGB: (165,91,120)

Color info

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

RGB color model

#A55B78 color RGB value is (165,91,120).

  • red value is 165;
  • green value is 91;
  • blue value is 120.
RGB:
(165,91,120)
(65%,36%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 120 of 255 = 47%

165
91
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 91 + 120 = 376 (100%)
R 165 of 376 ~ 43.88%
G 91 of 376 ~ 24.2%
B 120 of 376 ~ 31.91%

%43.88
%24.2
%31.91

CMYK color model

#A55B78 color CMYK value is (0,45,27,35).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(0,45,27,35)
C0M45Y27K35 
(0%,45%,27%,35%)
(0.00/0.45/0.27/0.35)	

CMYK percentages

%0
%44.85
%27.27
%35.29

Codes

Color #A55B78 in popluar color models

A55B78
RGB16591120
HSL336°29.13%50.20%
HSB/HSV336°44.85%64.71%
CMYK0.00%44.85%27.27%
35.29%

Color #A55B78 in popluar number systems.

HEXA55B78
Decimal16591120
Binary1010010110110111111000
Octal245133170

Shades and tints

Shades of #A55B78

#A55B78
(165,91,120)
#96536E
(150,83,110)
#874B64
(135,75,100)
#78435A
(120,67,90)
#693B50
(105,59,80)
#5A3346
(90,51,70)
#4B2B3C
(75,43,60)
#3C2332
(60,35,50)
#2D1B28
(45,27,40)
#1E131E
(30,19,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #A55B78

#A55B78
(165,91,120)
#AD6984
(173,105,132)
#B57790
(181,119,144)
#BD859C
(189,133,156)
#C593A8
(197,147,168)
#CDA1B4
(205,161,180)
#D5AFC0
(213,175,192)
#DDBDCC
(221,189,204)
#E5CBD8
(229,203,216)
#EDD9E4
(237,217,228)
#F5E7F0
(245,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55B78 color. Also use rgb(165,91,120) instead hex code.

Text Font Color

.myTextColor { color: #A55B78; }

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

This text font color is #A55B78.


Background Color

.myBgColor { background-color: #A55B78; }

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

This div background color is #A55B78.


Border color

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

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

This div border color is #A55B78.


Opacity

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

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

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

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

This text has shadow with #A55B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55B78 on black background.


Color preview on white background

This text has color #A55B78 on white background.



Black color preview on #A55B78 background

This text has black color on #A55B78 background.


White color preview on #A55B78 background

This text has white color on #A55B78 background.