COLOR #A54178

HEX: #A54178
RGB: (165,65,120)

Color info

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

RGB color model

#A54178 color RGB value is (165,65,120).

  • red value is 165;
  • green value is 65;
  • blue value is 120.
RGB:
(165,65,120)
(65%,25%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 65 of 255 = 25%
B 120 of 255 = 47%

165
65
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 65 + 120 = 350 (100%)
R 165 of 350 ~ 47.14%
G 65 of 350 ~ 18.57%
B 120 of 350 ~ 34.29%

%47.14
%18.57
%34.29

CMYK color model

#A54178 color CMYK value is (0,61,27,35).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(0,61,27,35)
C0M61Y27K35 
(0%,61%,27%,35%)
(0.00/0.61/0.27/0.35)	

CMYK percentages

%0
%60.61
%27.27
%35.29

Codes

Color #A54178 in popluar color models

A54178
RGB16565120
HSL327°43.48%45.10%
HSB/HSV327°60.61%64.71%
CMYK0.00%60.61%27.27%
35.29%

Color #A54178 in popluar number systems.

HEXA54178
Decimal16565120
Binary1010010110000011111000
Octal245101170

Shades and tints

Shades of #A54178

#A54178
(165,65,120)
#963C6E
(150,60,110)
#873764
(135,55,100)
#78325A
(120,50,90)
#692D50
(105,45,80)
#5A2846
(90,40,70)
#4B233C
(75,35,60)
#3C1E32
(60,30,50)
#2D1928
(45,25,40)
#1E141E
(30,20,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A54178

#A54178
(165,65,120)
#AD5284
(173,82,132)
#B56390
(181,99,144)
#BD749C
(189,116,156)
#C585A8
(197,133,168)
#CD96B4
(205,150,180)
#D5A7C0
(213,167,192)
#DDB8CC
(221,184,204)
#E5C9D8
(229,201,216)
#EDDAE4
(237,218,228)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54178 color. Also use rgb(165,65,120) instead hex code.

Text Font Color

.myTextColor { color: #A54178; }

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

This text font color is #A54178.


Background Color

.myBgColor { background-color: #A54178; }

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

This div background color is #A54178.


Border color

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

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

This div border color is #A54178.


Opacity

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

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

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

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

This text has shadow with #A54178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54178 on black background.


Color preview on white background

This text has color #A54178 on white background.



Black color preview on #A54178 background

This text has black color on #A54178 background.


White color preview on #A54178 background

This text has white color on #A54178 background.