COLOR #A593EB

HEX: #A593EB
RGB: (165,147,235)

Color info

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

RGB color model

#A593EB color RGB value is (165,147,235).

  • red value is 165;
  • green value is 147;
  • blue value is 235.
RGB:
(165,147,235)
(65%,58%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 235 of 255 = 92%

165
147
235

R + G + B ~ 72%. #A593EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 235 = 547 (100%)
R 165 of 547 ~ 30.16%
G 147 of 547 ~ 26.87%
B 235 of 547 ~ 42.96%

%30.16
%26.87
%42.96

CMYK color model

#A593EB color CMYK value is (30,37,0,8).

  • cyan value is 29.79%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,37,0,8)
C30M37Y0K8 
(30%,37%,0%,8%)
(0.30/0.37/0.00/0.08)	

CMYK percentages

%29.79
%37.45
%0
%7.84

Codes

Color #A593EB in popluar color models

A593EB
RGB165147235
HSL252°68.75%74.90%
HSB/HSV252°37.45%92.16%
CMYK29.79%37.45%0.00%
7.84%

Color #A593EB in popluar number systems.

HEXA593EB
Decimal165147235
Binary101001011001001111101011
Octal245223353

Shades and tints

Shades of #A593EB

#A593EB
(165,147,235)
#9686D6
(150,134,214)
#8779C1
(135,121,193)
#786CAC
(120,108,172)
#695F97
(105,95,151)
#5A5282
(90,82,130)
#4B456D
(75,69,109)
#3C3858
(60,56,88)
#2D2B43
(45,43,67)
#1E1E2E
(30,30,46)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A593EB

#A593EB
(165,147,235)
#AD9CEC
(173,156,236)
#B5A5ED
(181,165,237)
#BDAEEE
(189,174,238)
#C5B7EF
(197,183,239)
#CDC0F0
(205,192,240)
#D5C9F1
(213,201,241)
#DDD2F2
(221,210,242)
#E5DBF3
(229,219,243)
#EDE4F4
(237,228,244)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A593EB color. Also use rgb(165,147,235) instead hex code.

Text Font Color

.myTextColor { color: #A593EB; }

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

This text font color is #A593EB.


Background Color

.myBgColor { background-color: #A593EB; }

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

This div background color is #A593EB.


Border color

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

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

This div border color is #A593EB.


Opacity

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

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

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

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

This text has shadow with #A593EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593EB on black background.


Color preview on white background

This text has color #A593EB on white background.



Black color preview on #A593EB background

This text has black color on #A593EB background.


White color preview on #A593EB background

This text has white color on #A593EB background.