COLOR #A54DA2

HEX: #A54DA2
RGB: (165,77,162)

Color info

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

RGB color model

#A54DA2 color RGB value is (165,77,162).

  • red value is 165;
  • green value is 77;
  • blue value is 162.
RGB:
(165,77,162)
(65%,30%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 77 of 255 = 30%
B 162 of 255 = 64%

165
77
162

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

Portions of RGB colors in percentages

R + G + B =
165 + 77 + 162 = 404 (100%)
R 165 of 404 ~ 40.84%
G 77 of 404 ~ 19.06%
B 162 of 404 ~ 40.1%

%40.84
%19.06
%40.1

CMYK color model

#A54DA2 color CMYK value is (0,53,2,35).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 1.82%
  • key color value is 35.29%
CMYK:
(0,53,2,35)
C0M53Y2K35 
(0%,53%,2%,35%)
(0.00/0.53/0.02/0.35)	

CMYK percentages

%0
%53.33
%1.82
%35.29

Codes

Color #A54DA2 in popluar color models

A54DA2
RGB16577162
HSL302°36.36%47.45%
HSB/HSV302°53.33%64.71%
CMYK0.00%53.33%1.82%
35.29%

Color #A54DA2 in popluar number systems.

HEXA54DA2
Decimal16577162
Binary10100101100110110100010
Octal245115242

Shades and tints

Shades of #A54DA2

#A54DA2
(165,77,162)
#964694
(150,70,148)
#873F86
(135,63,134)
#783878
(120,56,120)
#69316A
(105,49,106)
#5A2A5C
(90,42,92)
#4B234E
(75,35,78)
#3C1C40
(60,28,64)
#2D1532
(45,21,50)
#1E0E24
(30,14,36)
#0F0716
(15,7,22)
#000000
(0,0,0)

Tints of #A54DA2

#A54DA2
(165,77,162)
#AD5DAA
(173,93,170)
#B56DB2
(181,109,178)
#BD7DBA
(189,125,186)
#C58DC2
(197,141,194)
#CD9DCA
(205,157,202)
#D5ADD2
(213,173,210)
#DDBDDA
(221,189,218)
#E5CDE2
(229,205,226)
#EDDDEA
(237,221,234)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54DA2 color. Also use rgb(165,77,162) instead hex code.

Text Font Color

.myTextColor { color: #A54DA2; }

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

This text font color is #A54DA2.


Background Color

.myBgColor { background-color: #A54DA2; }

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

This div background color is #A54DA2.


Border color

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

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

This div border color is #A54DA2.


Opacity

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

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

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

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

This text has shadow with #A54DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54DA2 on black background.


Color preview on white background

This text has color #A54DA2 on white background.



Black color preview on #A54DA2 background

This text has black color on #A54DA2 background.


White color preview on #A54DA2 background

This text has white color on #A54DA2 background.