COLOR #A54774

HEX: #A54774
RGB: (165,71,116)

Color info

#A54774 contains mainly red and blue colors. Web safe color of #A54774 is #993366 (or #936).

RGB color model

#A54774 color RGB value is (165,71,116).

  • red value is 165;
  • green value is 71;
  • blue value is 116.
RGB:
(165,71,116)
(65%,28%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 71 of 255 = 28%
B 116 of 255 = 45%

165
71
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 71 + 116 = 352 (100%)
R 165 of 352 ~ 46.88%
G 71 of 352 ~ 20.17%
B 116 of 352 ~ 32.95%

%46.88
%20.17
%32.95

CMYK color model

#A54774 color CMYK value is (0,57,30,35).

  • cyan value is 0.00%
  • magenta value is 56.97%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,57,30,35)
C0M57Y30K35 
(0%,57%,30%,35%)
(0.00/0.57/0.30/0.35)	

CMYK percentages

%0
%56.97
%29.7
%35.29

Codes

Color #A54774 in popluar color models

A54774
RGB16571116
HSL331°39.83%46.27%
HSB/HSV331°56.97%64.71%
CMYK0.00%56.97%29.70%
35.29%

Color #A54774 in popluar number systems.

HEXA54774
Decimal16571116
Binary1010010110001111110100
Octal245107164

Shades and tints

Shades of #A54774

#A54774
(165,71,116)
#96416A
(150,65,106)
#873B60
(135,59,96)
#783556
(120,53,86)
#692F4C
(105,47,76)
#5A2942
(90,41,66)
#4B2338
(75,35,56)
#3C1D2E
(60,29,46)
#2D1724
(45,23,36)
#1E111A
(30,17,26)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #A54774

#A54774
(165,71,116)
#AD5780
(173,87,128)
#B5678C
(181,103,140)
#BD7798
(189,119,152)
#C587A4
(197,135,164)
#CD97B0
(205,151,176)
#D5A7BC
(213,167,188)
#DDB7C8
(221,183,200)
#E5C7D4
(229,199,212)
#EDD7E0
(237,215,224)
#F5E7EC
(245,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54774 color. Also use rgb(165,71,116) instead hex code.

Text Font Color

.myTextColor { color: #A54774; }

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

This text font color is #A54774.


Background Color

.myBgColor { background-color: #A54774; }

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

This div background color is #A54774.


Border color

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

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

This div border color is #A54774.


Opacity

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

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

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

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

This text has shadow with #A54774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54774 on black background.


Color preview on white background

This text has color #A54774 on white background.



Black color preview on #A54774 background

This text has black color on #A54774 background.


White color preview on #A54774 background

This text has white color on #A54774 background.