COLOR #A45AE8

HEX: #A45AE8
RGB: (164,90,232)

Color info

#A45AE8 contains mainly blue color. Web safe color of #A45AE8 is #9966FF (or #96F).

RGB color model

#A45AE8 color RGB value is (164,90,232).

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

RGB channels and saturation

R 164 of 255 = 64%
G 90 of 255 = 35%
B 232 of 255 = 91%

164
90
232

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

Portions of RGB colors in percentages

R + G + B =
164 + 90 + 232 = 486 (100%)
R 164 of 486 ~ 33.74%
G 90 of 486 ~ 18.52%
B 232 of 486 ~ 47.74%

%33.74
%18.52
%47.74

CMYK color model

#A45AE8 color CMYK value is (29,61,0,9).

  • cyan value is 29.31%
  • magenta value is 61.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(29,61,0,9)
C29M61Y0K9 
(29%,61%,0%,9%)
(0.29/0.61/0.00/0.09)	

CMYK percentages

%29.31
%61.21
%0
%9.02

Codes

Color #A45AE8 in popluar color models

A45AE8
RGB16490232
HSL271°75.53%63.14%
HSB/HSV271°61.21%90.98%
CMYK29.31%61.21%0.00%
9.02%

Color #A45AE8 in popluar number systems.

HEXA45AE8
Decimal16490232
Binary10100100101101011101000
Octal244132350

Shades and tints

Shades of #A45AE8

#A45AE8
(164,90,232)
#9652D3
(150,82,211)
#884ABE
(136,74,190)
#7A42A9
(122,66,169)
#6C3A94
(108,58,148)
#5E327F
(94,50,127)
#502A6A
(80,42,106)
#422255
(66,34,85)
#341A40
(52,26,64)
#26122B
(38,18,43)
#180A16
(24,10,22)
#000000
(0,0,0)

Tints of #A45AE8

#A45AE8
(164,90,232)
#AC69EA
(172,105,234)
#B478EC
(180,120,236)
#BC87EE
(188,135,238)
#C496F0
(196,150,240)
#CCA5F2
(204,165,242)
#D4B4F4
(212,180,244)
#DCC3F6
(220,195,246)
#E4D2F8
(228,210,248)
#ECE1FA
(236,225,250)
#F4F0FC
(244,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45AE8; }

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

This text font color is #A45AE8.


Background Color

.myBgColor { background-color: #A45AE8; }

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

This div background color is #A45AE8.


Border color

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

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

This div border color is #A45AE8.


Opacity

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

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

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

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

This text has shadow with #A45AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45AE8 on black background.


Color preview on white background

This text has color #A45AE8 on white background.



Black color preview on #A45AE8 background

This text has black color on #A45AE8 background.


White color preview on #A45AE8 background

This text has white color on #A45AE8 background.