COLOR #A591E9

HEX: #A591E9
RGB: (165,145,233)

Color info

#A591E9 contains mainly blue color. Web safe color of #A591E9 is #9999FF (or #99F).

RGB color model

#A591E9 color RGB value is (165,145,233).

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

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 233 of 255 = 91%

165
145
233

R + G + B ~ 71%. #A591E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 233 = 543 (100%)
R 165 of 543 ~ 30.39%
G 145 of 543 ~ 26.7%
B 233 of 543 ~ 42.91%

%30.39
%26.7
%42.91

CMYK color model

#A591E9 color CMYK value is (29,38,0,9).

  • cyan value is 29.18%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,38,0,9)
C29M38Y0K9 
(29%,38%,0%,9%)
(0.29/0.38/0.00/0.09)	

CMYK percentages

%29.18
%37.77
%0
%8.63

Codes

Color #A591E9 in popluar color models

A591E9
RGB165145233
HSL254°66.67%74.12%
HSB/HSV254°37.77%91.37%
CMYK29.18%37.77%0.00%
8.63%

Color #A591E9 in popluar number systems.

HEXA591E9
Decimal165145233
Binary101001011001000111101001
Octal245221351

Shades and tints

Shades of #A591E9

#A591E9
(165,145,233)
#9684D4
(150,132,212)
#8777BF
(135,119,191)
#786AAA
(120,106,170)
#695D95
(105,93,149)
#5A5080
(90,80,128)
#4B436B
(75,67,107)
#3C3656
(60,54,86)
#2D2941
(45,41,65)
#1E1C2C
(30,28,44)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A591E9

#A591E9
(165,145,233)
#AD9BEB
(173,155,235)
#B5A5ED
(181,165,237)
#BDAFEF
(189,175,239)
#C5B9F1
(197,185,241)
#CDC3F3
(205,195,243)
#D5CDF5
(213,205,245)
#DDD7F7
(221,215,247)
#E5E1F9
(229,225,249)
#EDEBFB
(237,235,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A591E9; }

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

This text font color is #A591E9.


Background Color

.myBgColor { background-color: #A591E9; }

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

This div background color is #A591E9.


Border color

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

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

This div border color is #A591E9.


Opacity

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

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

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

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

This text has shadow with #A591E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A591E9 on black background.


Color preview on white background

This text has color #A591E9 on white background.



Black color preview on #A591E9 background

This text has black color on #A591E9 background.


White color preview on #A591E9 background

This text has white color on #A591E9 background.