COLOR #A54E85

HEX: #A54E85
RGB: (165,78,133)

Color info

#A54E85 contains mainly red and blue colors. Web safe color of #A54E85 is #996699 (or #969).

RGB color model

#A54E85 color RGB value is (165,78,133).

  • red value is 165;
  • green value is 78;
  • blue value is 133.
RGB:
(165,78,133)
(65%,31%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 78 of 255 = 31%
B 133 of 255 = 52%

165
78
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 78 + 133 = 376 (100%)
R 165 of 376 ~ 43.88%
G 78 of 376 ~ 20.74%
B 133 of 376 ~ 35.37%

%43.88
%20.74
%35.37

CMYK color model

#A54E85 color CMYK value is (0,53,19,35).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(0,53,19,35)
C0M53Y19K35 
(0%,53%,19%,35%)
(0.00/0.53/0.19/0.35)	

CMYK percentages

%0
%52.73
%19.39
%35.29

Codes

Color #A54E85 in popluar color models

A54E85
RGB16578133
HSL322°35.80%47.65%
HSB/HSV322°52.73%64.71%
CMYK0.00%52.73%19.39%
35.29%

Color #A54E85 in popluar number systems.

HEXA54E85
Decimal16578133
Binary10100101100111010000101
Octal245116205

Shades and tints

Shades of #A54E85

#A54E85
(165,78,133)
#964779
(150,71,121)
#87406D
(135,64,109)
#783961
(120,57,97)
#693255
(105,50,85)
#5A2B49
(90,43,73)
#4B243D
(75,36,61)
#3C1D31
(60,29,49)
#2D1625
(45,22,37)
#1E0F19
(30,15,25)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #A54E85

#A54E85
(165,78,133)
#AD5E90
(173,94,144)
#B56E9B
(181,110,155)
#BD7EA6
(189,126,166)
#C58EB1
(197,142,177)
#CD9EBC
(205,158,188)
#D5AEC7
(213,174,199)
#DDBED2
(221,190,210)
#E5CEDD
(229,206,221)
#EDDEE8
(237,222,232)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54E85 color. Also use rgb(165,78,133) instead hex code.

Text Font Color

.myTextColor { color: #A54E85; }

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

This text font color is #A54E85.


Background Color

.myBgColor { background-color: #A54E85; }

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

This div background color is #A54E85.


Border color

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

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

This div border color is #A54E85.


Opacity

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

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

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

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

This text has shadow with #A54E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54E85 on black background.


Color preview on white background

This text has color #A54E85 on white background.



Black color preview on #A54E85 background

This text has black color on #A54E85 background.


White color preview on #A54E85 background

This text has white color on #A54E85 background.