COLOR #A53C87

HEX: #A53C87
RGB: (165,60,135)

Color info

#A53C87 contains mainly red and blue colors. Web safe color of #A53C87 is #993399 (or #939).

RGB color model

#A53C87 color RGB value is (165,60,135).

  • red value is 165;
  • green value is 60;
  • blue value is 135.
RGB:
(165,60,135)
(65%,24%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 60 of 255 = 24%
B 135 of 255 = 53%

165
60
135

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

Portions of RGB colors in percentages

R + G + B =
165 + 60 + 135 = 360 (100%)
R 165 of 360 ~ 45.83%
G 60 of 360 ~ 16.67%
B 135 of 360 ~ 37.5%

%45.83
%16.67
%37.5

CMYK color model

#A53C87 color CMYK value is (0,64,18,35).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(0,64,18,35)
C0M64Y18K35 
(0%,64%,18%,35%)
(0.00/0.64/0.18/0.35)	

CMYK percentages

%0
%63.64
%18.18
%35.29

Codes

Color #A53C87 in popluar color models

A53C87
RGB16560135
HSL317°46.67%44.12%
HSB/HSV317°63.64%64.71%
CMYK0.00%63.64%18.18%
35.29%

Color #A53C87 in popluar number systems.

HEXA53C87
Decimal16560135
Binary1010010111110010000111
Octal24574207

Shades and tints

Shades of #A53C87

#A53C87
(165,60,135)
#96377B
(150,55,123)
#87326F
(135,50,111)
#782D63
(120,45,99)
#692857
(105,40,87)
#5A234B
(90,35,75)
#4B1E3F
(75,30,63)
#3C1933
(60,25,51)
#2D1427
(45,20,39)
#1E0F1B
(30,15,27)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #A53C87

#A53C87
(165,60,135)
#AD4D91
(173,77,145)
#B55E9B
(181,94,155)
#BD6FA5
(189,111,165)
#C580AF
(197,128,175)
#CD91B9
(205,145,185)
#D5A2C3
(213,162,195)
#DDB3CD
(221,179,205)
#E5C4D7
(229,196,215)
#EDD5E1
(237,213,225)
#F5E6EB
(245,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53C87 color. Also use rgb(165,60,135) instead hex code.

Text Font Color

.myTextColor { color: #A53C87; }

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

This text font color is #A53C87.


Background Color

.myBgColor { background-color: #A53C87; }

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

This div background color is #A53C87.


Border color

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

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

This div border color is #A53C87.


Opacity

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

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

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

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

This text has shadow with #A53C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A53C87 on black background.


Color preview on white background

This text has color #A53C87 on white background.



Black color preview on #A53C87 background

This text has black color on #A53C87 background.


White color preview on #A53C87 background

This text has white color on #A53C87 background.