COLOR #A45DB1

HEX: #A45DB1
RGB: (164,93,177)

Color info

#A45DB1 contains mainly red and blue colors. Web safe color of #A45DB1 is #996699 (or #969).

RGB color model

#A45DB1 color RGB value is (164,93,177).

  • red value is 164;
  • green value is 93;
  • blue value is 177.
RGB:
(164,93,177)
(64%,36%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 93 of 255 = 36%
B 177 of 255 = 69%

164
93
177

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

Portions of RGB colors in percentages

R + G + B =
164 + 93 + 177 = 434 (100%)
R 164 of 434 ~ 37.79%
G 93 of 434 ~ 21.43%
B 177 of 434 ~ 40.78%

%37.79
%21.43
%40.78

CMYK color model

#A45DB1 color CMYK value is (7,47,0,31).

  • cyan value is 7.34%
  • magenta value is 47.46%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,47,0,31)
C7M47Y0K31 
(7%,47%,0%,31%)
(0.07/0.47/0.00/0.31)	

CMYK percentages

%7.34
%47.46
%0
%30.59

Codes

Color #A45DB1 in popluar color models

A45DB1
RGB16493177
HSL291°35.00%52.94%
HSB/HSV291°47.46%69.41%
CMYK7.34%47.46%0.00%
30.59%

Color #A45DB1 in popluar number systems.

HEXA45DB1
Decimal16493177
Binary10100100101110110110001
Octal244135261

Shades and tints

Shades of #A45DB1

#A45DB1
(164,93,177)
#9655A1
(150,85,161)
#884D91
(136,77,145)
#7A4581
(122,69,129)
#6C3D71
(108,61,113)
#5E3561
(94,53,97)
#502D51
(80,45,81)
#422541
(66,37,65)
#341D31
(52,29,49)
#261521
(38,21,33)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A45DB1

#A45DB1
(164,93,177)
#AC6BB8
(172,107,184)
#B479BF
(180,121,191)
#BC87C6
(188,135,198)
#C495CD
(196,149,205)
#CCA3D4
(204,163,212)
#D4B1DB
(212,177,219)
#DCBFE2
(220,191,226)
#E4CDE9
(228,205,233)
#ECDBF0
(236,219,240)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45DB1 color. Also use rgb(164,93,177) instead hex code.

Text Font Color

.myTextColor { color: #A45DB1; }

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

This text font color is #A45DB1.


Background Color

.myBgColor { background-color: #A45DB1; }

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

This div background color is #A45DB1.


Border color

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

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

This div border color is #A45DB1.


Opacity

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

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

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

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

This text has shadow with #A45DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45DB1 on black background.


Color preview on white background

This text has color #A45DB1 on white background.



Black color preview on #A45DB1 background

This text has black color on #A45DB1 background.


White color preview on #A45DB1 background

This text has white color on #A45DB1 background.