COLOR #A596F5

HEX: #A596F5
RGB: (165,150,245)

Color info

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

RGB color model

#A596F5 color RGB value is (165,150,245).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 245 of 255 = 96%

165
150
245

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 245 = 560 (100%)
R 165 of 560 ~ 29.46%
G 150 of 560 ~ 26.79%
B 245 of 560 ~ 43.75%

%29.46
%26.79
%43.75

CMYK color model

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

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

CMYK percentages

%32.65
%38.78
%0
%3.92

Codes

Color #A596F5 in popluar color models

A596F5
RGB165150245
HSL249°82.61%77.45%
HSB/HSV249°38.78%96.08%
CMYK32.65%38.78%0.00%
3.92%

Color #A596F5 in popluar number systems.

HEXA596F5
Decimal165150245
Binary101001011001011011110101
Octal245226365

Shades and tints

Shades of #A596F5

#A596F5
(165,150,245)
#9689DF
(150,137,223)
#877CC9
(135,124,201)
#786FB3
(120,111,179)
#69629D
(105,98,157)
#5A5587
(90,85,135)
#4B4871
(75,72,113)
#3C3B5B
(60,59,91)
#2D2E45
(45,46,69)
#1E212F
(30,33,47)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A596F5

#A596F5
(165,150,245)
#AD9FF5
(173,159,245)
#B5A8F5
(181,168,245)
#BDB1F5
(189,177,245)
#C5BAF5
(197,186,245)
#CDC3F5
(205,195,245)
#D5CCF5
(213,204,245)
#DDD5F5
(221,213,245)
#E5DEF5
(229,222,245)
#EDE7F5
(237,231,245)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A596F5 color. Also use rgb(165,150,245) instead hex code.

Text Font Color

.myTextColor { color: #A596F5; }

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

This text font color is #A596F5.


Background Color

.myBgColor { background-color: #A596F5; }

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

This div background color is #A596F5.


Border color

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

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

This div border color is #A596F5.


Opacity

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

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

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

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

This text has shadow with #A596F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596F5 on black background.


Color preview on white background

This text has color #A596F5 on white background.



Black color preview on #A596F5 background

This text has black color on #A596F5 background.


White color preview on #A596F5 background

This text has white color on #A596F5 background.