COLOR #A597F0

HEX: #A597F0
RGB: (165,151,240)

Color info

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

RGB color model

#A597F0 color RGB value is (165,151,240).

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

RGB channels and saturation

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

165
151
240

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 240 = 556 (100%)
R 165 of 556 ~ 29.68%
G 151 of 556 ~ 27.16%
B 240 of 556 ~ 43.17%

%29.68
%27.16
%43.17

CMYK color model

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

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

CMYK percentages

%31.25
%37.08
%0
%5.88

Codes

Color #A597F0 in popluar color models

A597F0
RGB165151240
HSL249°74.79%76.67%
HSB/HSV249°37.08%94.12%
CMYK31.25%37.08%0.00%
5.88%

Color #A597F0 in popluar number systems.

HEXA597F0
Decimal165151240
Binary101001011001011111110000
Octal245227360

Shades and tints

Shades of #A597F0

#A597F0
(165,151,240)
#968ADB
(150,138,219)
#877DC6
(135,125,198)
#7870B1
(120,112,177)
#69639C
(105,99,156)
#5A5687
(90,86,135)
#4B4972
(75,73,114)
#3C3C5D
(60,60,93)
#2D2F48
(45,47,72)
#1E2233
(30,34,51)
#0F151E
(15,21,30)
#000000
(0,0,0)

Tints of #A597F0

#A597F0
(165,151,240)
#ADA0F1
(173,160,241)
#B5A9F2
(181,169,242)
#BDB2F3
(189,178,243)
#C5BBF4
(197,187,244)
#CDC4F5
(205,196,245)
#D5CDF6
(213,205,246)
#DDD6F7
(221,214,247)
#E5DFF8
(229,223,248)
#EDE8F9
(237,232,249)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597F0; }

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

This text font color is #A597F0.


Background Color

.myBgColor { background-color: #A597F0; }

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

This div background color is #A597F0.


Border color

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

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

This div border color is #A597F0.


Opacity

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

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

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

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

This text has shadow with #A597F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597F0 on black background.


Color preview on white background

This text has color #A597F0 on white background.



Black color preview on #A597F0 background

This text has black color on #A597F0 background.


White color preview on #A597F0 background

This text has white color on #A597F0 background.