COLOR #A54E75

HEX: #A54E75
RGB: (165,78,117)

Color info

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

RGB color model

#A54E75 color RGB value is (165,78,117).

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

RGB channels and saturation

R 165 of 255 = 65%
G 78 of 255 = 31%
B 117 of 255 = 46%

165
78
117

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

Portions of RGB colors in percentages

R + G + B =
165 + 78 + 117 = 360 (100%)
R 165 of 360 ~ 45.83%
G 78 of 360 ~ 21.67%
B 117 of 360 ~ 32.5%

%45.83
%21.67
%32.5

CMYK color model

#A54E75 color CMYK value is (0,53,29,35).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(0,53,29,35)
C0M53Y29K35 
(0%,53%,29%,35%)
(0.00/0.53/0.29/0.35)	

CMYK percentages

%0
%52.73
%29.09
%35.29

Codes

Color #A54E75 in popluar color models

A54E75
RGB16578117
HSL333°35.80%47.65%
HSB/HSV333°52.73%64.71%
CMYK0.00%52.73%29.09%
35.29%

Color #A54E75 in popluar number systems.

HEXA54E75
Decimal16578117
Binary1010010110011101110101
Octal245116165

Shades and tints

Shades of #A54E75

#A54E75
(165,78,117)
#96476B
(150,71,107)
#874061
(135,64,97)
#783957
(120,57,87)
#69324D
(105,50,77)
#5A2B43
(90,43,67)
#4B2439
(75,36,57)
#3C1D2F
(60,29,47)
#2D1625
(45,22,37)
#1E0F1B
(30,15,27)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #A54E75

#A54E75
(165,78,117)
#AD5E81
(173,94,129)
#B56E8D
(181,110,141)
#BD7E99
(189,126,153)
#C58EA5
(197,142,165)
#CD9EB1
(205,158,177)
#D5AEBD
(213,174,189)
#DDBEC9
(221,190,201)
#E5CED5
(229,206,213)
#EDDEE1
(237,222,225)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54E75; }

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

This text font color is #A54E75.


Background Color

.myBgColor { background-color: #A54E75; }

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

This div background color is #A54E75.


Border color

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

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

This div border color is #A54E75.


Opacity

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

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

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

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

This text has shadow with #A54E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54E75 on black background.


Color preview on white background

This text has color #A54E75 on white background.



Black color preview on #A54E75 background

This text has black color on #A54E75 background.


White color preview on #A54E75 background

This text has white color on #A54E75 background.