COLOR #A54C8F

HEX: #A54C8F
RGB: (165,76,143)

Color info

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

RGB color model

#A54C8F color RGB value is (165,76,143).

  • red value is 165;
  • green value is 76;
  • blue value is 143.
RGB:
(165,76,143)
(65%,30%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 76 of 255 = 30%
B 143 of 255 = 56%

165
76
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 76 + 143 = 384 (100%)
R 165 of 384 ~ 42.97%
G 76 of 384 ~ 19.79%
B 143 of 384 ~ 37.24%

%42.97
%19.79
%37.24

CMYK color model

#A54C8F color CMYK value is (0,54,13,35).

  • cyan value is 0.00%
  • magenta value is 53.94%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(0,54,13,35)
C0M54Y13K35 
(0%,54%,13%,35%)
(0.00/0.54/0.13/0.35)	

CMYK percentages

%0
%53.94
%13.33
%35.29

Codes

Color #A54C8F in popluar color models

A54C8F
RGB16576143
HSL315°36.93%47.25%
HSB/HSV315°53.94%64.71%
CMYK0.00%53.94%13.33%
35.29%

Color #A54C8F in popluar number systems.

HEXA54C8F
Decimal16576143
Binary10100101100110010001111
Octal245114217

Shades and tints

Shades of #A54C8F

#A54C8F
(165,76,143)
#964682
(150,70,130)
#874075
(135,64,117)
#783A68
(120,58,104)
#69345B
(105,52,91)
#5A2E4E
(90,46,78)
#4B2841
(75,40,65)
#3C2234
(60,34,52)
#2D1C27
(45,28,39)
#1E161A
(30,22,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A54C8F

#A54C8F
(165,76,143)
#AD5C99
(173,92,153)
#B56CA3
(181,108,163)
#BD7CAD
(189,124,173)
#C58CB7
(197,140,183)
#CD9CC1
(205,156,193)
#D5ACCB
(213,172,203)
#DDBCD5
(221,188,213)
#E5CCDF
(229,204,223)
#EDDCE9
(237,220,233)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54C8F color. Also use rgb(165,76,143) instead hex code.

Text Font Color

.myTextColor { color: #A54C8F; }

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

This text font color is #A54C8F.


Background Color

.myBgColor { background-color: #A54C8F; }

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

This div background color is #A54C8F.


Border color

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

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

This div border color is #A54C8F.


Opacity

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

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

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

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

This text has shadow with #A54C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54C8F on black background.


Color preview on white background

This text has color #A54C8F on white background.



Black color preview on #A54C8F background

This text has black color on #A54C8F background.


White color preview on #A54C8F background

This text has white color on #A54C8F background.