COLOR #A54F73

HEX: #A54F73
RGB: (165,79,115)

Color info

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

RGB color model

#A54F73 color RGB value is (165,79,115).

  • red value is 165;
  • green value is 79;
  • blue value is 115.
RGB:
(165,79,115)
(65%,31%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 79 of 255 = 31%
B 115 of 255 = 45%

165
79
115

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

Portions of RGB colors in percentages

R + G + B =
165 + 79 + 115 = 359 (100%)
R 165 of 359 ~ 45.96%
G 79 of 359 ~ 22.01%
B 115 of 359 ~ 32.03%

%45.96
%22.01
%32.03

CMYK color model

#A54F73 color CMYK value is (0,52,30,35).

  • cyan value is 0.00%
  • magenta value is 52.12%
  • yellow value is 30.30%
  • key color value is 35.29%
CMYK:
(0,52,30,35)
C0M52Y30K35 
(0%,52%,30%,35%)
(0.00/0.52/0.30/0.35)	

CMYK percentages

%0
%52.12
%30.3
%35.29

Codes

Color #A54F73 in popluar color models

A54F73
RGB16579115
HSL335°35.25%47.84%
HSB/HSV335°52.12%64.71%
CMYK0.00%52.12%30.30%
35.29%

Color #A54F73 in popluar number systems.

HEXA54F73
Decimal16579115
Binary1010010110011111110011
Octal245117163

Shades and tints

Shades of #A54F73

#A54F73
(165,79,115)
#964869
(150,72,105)
#87415F
(135,65,95)
#783A55
(120,58,85)
#69334B
(105,51,75)
#5A2C41
(90,44,65)
#4B2537
(75,37,55)
#3C1E2D
(60,30,45)
#2D1723
(45,23,35)
#1E1019
(30,16,25)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #A54F73

#A54F73
(165,79,115)
#AD5F7F
(173,95,127)
#B56F8B
(181,111,139)
#BD7F97
(189,127,151)
#C58FA3
(197,143,163)
#CD9FAF
(205,159,175)
#D5AFBB
(213,175,187)
#DDBFC7
(221,191,199)
#E5CFD3
(229,207,211)
#EDDFDF
(237,223,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54F73 color. Also use rgb(165,79,115) instead hex code.

Text Font Color

.myTextColor { color: #A54F73; }

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

This text font color is #A54F73.


Background Color

.myBgColor { background-color: #A54F73; }

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

This div background color is #A54F73.


Border color

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

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

This div border color is #A54F73.


Opacity

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

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

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

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

This text has shadow with #A54F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54F73 on black background.


Color preview on white background

This text has color #A54F73 on white background.



Black color preview on #A54F73 background

This text has black color on #A54F73 background.


White color preview on #A54F73 background

This text has white color on #A54F73 background.