COLOR #A45AE2

HEX: #A45AE2
RGB: (164,90,226)

Color info

#A45AE2 contains mainly blue color. Web safe color of #A45AE2 is #9966CC (or #96C).

RGB color model

#A45AE2 color RGB value is (164,90,226).

  • red value is 164;
  • green value is 90;
  • blue value is 226.
RGB:
(164,90,226)
(64%,35%,89%)

RGB channels and saturation

R 164 of 255 = 64%
G 90 of 255 = 35%
B 226 of 255 = 89%

164
90
226

R + G + B ~ 63%. #A45AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 90 + 226 = 480 (100%)
R 164 of 480 ~ 34.17%
G 90 of 480 ~ 18.75%
B 226 of 480 ~ 47.08%

%34.17
%18.75
%47.08

CMYK color model

#A45AE2 color CMYK value is (27,60,0,11).

  • cyan value is 27.43%
  • magenta value is 60.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(27,60,0,11)
C27M60Y0K11 
(27%,60%,0%,11%)
(0.27/0.60/0.00/0.11)	

CMYK percentages

%27.43
%60.18
%0
%11.37

Codes

Color #A45AE2 in popluar color models

A45AE2
RGB16490226
HSL273°70.10%61.96%
HSB/HSV273°60.18%88.63%
CMYK27.43%60.18%0.00%
11.37%

Color #A45AE2 in popluar number systems.

HEXA45AE2
Decimal16490226
Binary10100100101101011100010
Octal244132342

Shades and tints

Shades of #A45AE2

#A45AE2
(164,90,226)
#9652CE
(150,82,206)
#884ABA
(136,74,186)
#7A42A6
(122,66,166)
#6C3A92
(108,58,146)
#5E327E
(94,50,126)
#502A6A
(80,42,106)
#422256
(66,34,86)
#341A42
(52,26,66)
#26122E
(38,18,46)
#180A1A
(24,10,26)
#000000
(0,0,0)

Tints of #A45AE2

#A45AE2
(164,90,226)
#AC69E4
(172,105,228)
#B478E6
(180,120,230)
#BC87E8
(188,135,232)
#C496EA
(196,150,234)
#CCA5EC
(204,165,236)
#D4B4EE
(212,180,238)
#DCC3F0
(220,195,240)
#E4D2F2
(228,210,242)
#ECE1F4
(236,225,244)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45AE2 color. Also use rgb(164,90,226) instead hex code.

Text Font Color

.myTextColor { color: #A45AE2; }

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

This text font color is #A45AE2.


Background Color

.myBgColor { background-color: #A45AE2; }

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

This div background color is #A45AE2.


Border color

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

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

This div border color is #A45AE2.


Opacity

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

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

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

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

This text has shadow with #A45AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45AE2 on black background.


Color preview on white background

This text has color #A45AE2 on white background.



Black color preview on #A45AE2 background

This text has black color on #A45AE2 background.


White color preview on #A45AE2 background

This text has white color on #A45AE2 background.