COLOR #A54193

HEX: #A54193
RGB: (165,65,147)

Color info

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

RGB color model

#A54193 color RGB value is (165,65,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 65 of 255 = 25%
B 147 of 255 = 58%

165
65
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 65 + 147 = 377 (100%)
R 165 of 377 ~ 43.77%
G 65 of 377 ~ 17.24%
B 147 of 377 ~ 38.99%

%43.77
%17.24
%38.99

CMYK color model

#A54193 color CMYK value is (0,61,11,35).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,61,11,35)
C0M61Y11K35 
(0%,61%,11%,35%)
(0.00/0.61/0.11/0.35)	

CMYK percentages

%0
%60.61
%10.91
%35.29

Codes

Color #A54193 in popluar color models

A54193
RGB16565147
HSL311°43.48%45.10%
HSB/HSV311°60.61%64.71%
CMYK0.00%60.61%10.91%
35.29%

Color #A54193 in popluar number systems.

HEXA54193
Decimal16565147
Binary10100101100000110010011
Octal245101223

Shades and tints

Shades of #A54193

#A54193
(165,65,147)
#963C86
(150,60,134)
#873779
(135,55,121)
#78326C
(120,50,108)
#692D5F
(105,45,95)
#5A2852
(90,40,82)
#4B2345
(75,35,69)
#3C1E38
(60,30,56)
#2D192B
(45,25,43)
#1E141E
(30,20,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A54193

#A54193
(165,65,147)
#AD529C
(173,82,156)
#B563A5
(181,99,165)
#BD74AE
(189,116,174)
#C585B7
(197,133,183)
#CD96C0
(205,150,192)
#D5A7C9
(213,167,201)
#DDB8D2
(221,184,210)
#E5C9DB
(229,201,219)
#EDDAE4
(237,218,228)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54193; }

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

This text font color is #A54193.


Background Color

.myBgColor { background-color: #A54193; }

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

This div background color is #A54193.


Border color

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

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

This div border color is #A54193.


Opacity

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

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

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

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

This text has shadow with #A54193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54193 on black background.


Color preview on white background

This text has color #A54193 on white background.



Black color preview on #A54193 background

This text has black color on #A54193 background.


White color preview on #A54193 background

This text has white color on #A54193 background.