COLOR #A597EF

HEX: #A597EF
RGB: (165,151,239)

Color info

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

RGB color model

#A597EF color RGB value is (165,151,239).

  • red value is 165;
  • green value is 151;
  • blue value is 239.
RGB:
(165,151,239)
(65%,59%,94%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 239 of 255 = 94%

165
151
239

R + G + B ~ 73%. #A597EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 239 = 555 (100%)
R 165 of 555 ~ 29.73%
G 151 of 555 ~ 27.21%
B 239 of 555 ~ 43.06%

%29.73
%27.21
%43.06

CMYK color model

#A597EF color CMYK value is (31,37,0,6).

  • cyan value is 30.96%
  • magenta value is 36.82%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,37,0,6)
C31M37Y0K6 
(31%,37%,0%,6%)
(0.31/0.37/0.00/0.06)	

CMYK percentages

%30.96
%36.82
%0
%6.27

Codes

Color #A597EF in popluar color models

A597EF
RGB165151239
HSL250°73.33%76.47%
HSB/HSV250°36.82%93.73%
CMYK30.96%36.82%0.00%
6.27%

Color #A597EF in popluar number systems.

HEXA597EF
Decimal165151239
Binary101001011001011111101111
Octal245227357

Shades and tints

Shades of #A597EF

#A597EF
(165,151,239)
#968ADA
(150,138,218)
#877DC5
(135,125,197)
#7870B0
(120,112,176)
#69639B
(105,99,155)
#5A5686
(90,86,134)
#4B4971
(75,73,113)
#3C3C5C
(60,60,92)
#2D2F47
(45,47,71)
#1E2232
(30,34,50)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #A597EF

#A597EF
(165,151,239)
#ADA0F0
(173,160,240)
#B5A9F1
(181,169,241)
#BDB2F2
(189,178,242)
#C5BBF3
(197,187,243)
#CDC4F4
(205,196,244)
#D5CDF5
(213,205,245)
#DDD6F6
(221,214,246)
#E5DFF7
(229,223,247)
#EDE8F8
(237,232,248)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A597EF color. Also use rgb(165,151,239) instead hex code.

Text Font Color

.myTextColor { color: #A597EF; }

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

This text font color is #A597EF.


Background Color

.myBgColor { background-color: #A597EF; }

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

This div background color is #A597EF.


Border color

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

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

This div border color is #A597EF.


Opacity

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

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

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

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

This text has shadow with #A597EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597EF on black background.


Color preview on white background

This text has color #A597EF on white background.



Black color preview on #A597EF background

This text has black color on #A597EF background.


White color preview on #A597EF background

This text has white color on #A597EF background.