COLOR #A53691

HEX: #A53691
RGB: (165,54,145)

Color info

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

RGB color model

#A53691 color RGB value is (165,54,145).

  • red value is 165;
  • green value is 54;
  • blue value is 145.
RGB:
(165,54,145)
(65%,21%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 54 of 255 = 21%
B 145 of 255 = 57%

165
54
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 54 + 145 = 364 (100%)
R 165 of 364 ~ 45.33%
G 54 of 364 ~ 14.84%
B 145 of 364 ~ 39.84%

%45.33
%14.84
%39.84

CMYK color model

#A53691 color CMYK value is (0,67,12,35).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,67,12,35)
C0M67Y12K35 
(0%,67%,12%,35%)
(0.00/0.67/0.12/0.35)	

CMYK percentages

%0
%67.27
%12.12
%35.29

Codes

Color #A53691 in popluar color models

A53691
RGB16554145
HSL311°50.68%42.94%
HSB/HSV311°67.27%64.71%
CMYK0.00%67.27%12.12%
35.29%

Color #A53691 in popluar number systems.

HEXA53691
Decimal16554145
Binary1010010111011010010001
Octal24566221

Shades and tints

Shades of #A53691

#A53691
(165,54,145)
#963284
(150,50,132)
#872E77
(135,46,119)
#782A6A
(120,42,106)
#69265D
(105,38,93)
#5A2250
(90,34,80)
#4B1E43
(75,30,67)
#3C1A36
(60,26,54)
#2D1629
(45,22,41)
#1E121C
(30,18,28)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A53691

#A53691
(165,54,145)
#AD489B
(173,72,155)
#B55AA5
(181,90,165)
#BD6CAF
(189,108,175)
#C57EB9
(197,126,185)
#CD90C3
(205,144,195)
#D5A2CD
(213,162,205)
#DDB4D7
(221,180,215)
#E5C6E1
(229,198,225)
#EDD8EB
(237,216,235)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53691 color. Also use rgb(165,54,145) instead hex code.

Text Font Color

.myTextColor { color: #A53691; }

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

This text font color is #A53691.


Background Color

.myBgColor { background-color: #A53691; }

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

This div background color is #A53691.


Border color

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

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

This div border color is #A53691.


Opacity

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

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

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

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

This text has shadow with #A53691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A53691 on black background.


Color preview on white background

This text has color #A53691 on white background.



Black color preview on #A53691 background

This text has black color on #A53691 background.


White color preview on #A53691 background

This text has white color on #A53691 background.