COLOR #A55F78

HEX: #A55F78
RGB: (165,95,120)

Color info

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

RGB color model

#A55F78 color RGB value is (165,95,120).

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

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 120 of 255 = 47%

165
95
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 120 = 380 (100%)
R 165 of 380 ~ 43.42%
G 95 of 380 ~ 25%
B 120 of 380 ~ 31.58%

%43.42
%25
%31.58

CMYK color model

#A55F78 color CMYK value is (0,42,27,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(0,42,27,35)
C0M42Y27K35 
(0%,42%,27%,35%)
(0.00/0.42/0.27/0.35)	

CMYK percentages

%0
%42.42
%27.27
%35.29

Codes

Color #A55F78 in popluar color models

A55F78
RGB16595120
HSL339°28.00%50.98%
HSB/HSV339°42.42%64.71%
CMYK0.00%42.42%27.27%
35.29%

Color #A55F78 in popluar number systems.

HEXA55F78
Decimal16595120
Binary1010010110111111111000
Octal245137170

Shades and tints

Shades of #A55F78

#A55F78
(165,95,120)
#96576E
(150,87,110)
#874F64
(135,79,100)
#78475A
(120,71,90)
#693F50
(105,63,80)
#5A3746
(90,55,70)
#4B2F3C
(75,47,60)
#3C2732
(60,39,50)
#2D1F28
(45,31,40)
#1E171E
(30,23,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A55F78

#A55F78
(165,95,120)
#AD6D84
(173,109,132)
#B57B90
(181,123,144)
#BD899C
(189,137,156)
#C597A8
(197,151,168)
#CDA5B4
(205,165,180)
#D5B3C0
(213,179,192)
#DDC1CC
(221,193,204)
#E5CFD8
(229,207,216)
#EDDDE4
(237,221,228)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55F78; }

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

This text font color is #A55F78.


Background Color

.myBgColor { background-color: #A55F78; }

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

This div background color is #A55F78.


Border color

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

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

This div border color is #A55F78.


Opacity

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

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

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

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

This text has shadow with #A55F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55F78 on black background.


Color preview on white background

This text has color #A55F78 on white background.



Black color preview on #A55F78 background

This text has black color on #A55F78 background.


White color preview on #A55F78 background

This text has white color on #A55F78 background.