COLOR #A597F6

HEX: #A597F6
RGB: (165,151,246)

Color info

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

RGB color model

#A597F6 color RGB value is (165,151,246).

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

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 246 of 255 = 96%

165
151
246

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 246 = 562 (100%)
R 165 of 562 ~ 29.36%
G 151 of 562 ~ 26.87%
B 246 of 562 ~ 43.77%

%29.36
%26.87
%43.77

CMYK color model

#A597F6 color CMYK value is (33,39,0,4).

  • cyan value is 32.93%
  • magenta value is 38.62%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(33,39,0,4)
C33M39Y0K4 
(33%,39%,0%,4%)
(0.33/0.39/0.00/0.04)	

CMYK percentages

%32.93
%38.62
%0
%3.53

Codes

Color #A597F6 in popluar color models

A597F6
RGB165151246
HSL249°84.07%77.84%
HSB/HSV249°38.62%96.47%
CMYK32.93%38.62%0.00%
3.53%

Color #A597F6 in popluar number systems.

HEXA597F6
Decimal165151246
Binary101001011001011111110110
Octal245227366

Shades and tints

Shades of #A597F6

#A597F6
(165,151,246)
#968AE0
(150,138,224)
#877DCA
(135,125,202)
#7870B4
(120,112,180)
#69639E
(105,99,158)
#5A5688
(90,86,136)
#4B4972
(75,73,114)
#3C3C5C
(60,60,92)
#2D2F46
(45,47,70)
#1E2230
(30,34,48)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #A597F6

#A597F6
(165,151,246)
#ADA0F6
(173,160,246)
#B5A9F6
(181,169,246)
#BDB2F6
(189,178,246)
#C5BBF6
(197,187,246)
#CDC4F6
(205,196,246)
#D5CDF6
(213,205,246)
#DDD6F6
(221,214,246)
#E5DFF6
(229,223,246)
#EDE8F6
(237,232,246)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597F6; }

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

This text font color is #A597F6.


Background Color

.myBgColor { background-color: #A597F6; }

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

This div background color is #A597F6.


Border color

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

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

This div border color is #A597F6.


Opacity

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

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

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

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

This text has shadow with #A597F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597F6 on black background.


Color preview on white background

This text has color #A597F6 on white background.



Black color preview on #A597F6 background

This text has black color on #A597F6 background.


White color preview on #A597F6 background

This text has white color on #A597F6 background.