COLOR #A596C5

HEX: #A596C5
RGB: (165,150,197)

Color info

#A596C5 contains red, green and blue colors in about the same proportion. Web safe color of #A596C5 is #9999CC (or #99C).

RGB color model

#A596C5 color RGB value is (165,150,197).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 197 of 255 = 77%

165
150
197

R + G + B ~ 67%. #A596C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 197 = 512 (100%)
R 165 of 512 ~ 32.23%
G 150 of 512 ~ 29.3%
B 197 of 512 ~ 38.48%

%32.23
%29.3
%38.48

CMYK color model

#A596C5 color CMYK value is (16,24,0,23).

  • cyan value is 16.24%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,24,0,23)
C16M24Y0K23 
(16%,24%,0%,23%)
(0.16/0.24/0.00/0.23)	

CMYK percentages

%16.24
%23.86
%0
%22.75

Codes

Color #A596C5 in popluar color models

A596C5
RGB165150197
HSL259°28.83%68.04%
HSB/HSV259°23.86%77.25%
CMYK16.24%23.86%0.00%
22.75%

Color #A596C5 in popluar number systems.

HEXA596C5
Decimal165150197
Binary101001011001011011000101
Octal245226305

Shades and tints

Shades of #A596C5

#A596C5
(165,150,197)
#9689B4
(150,137,180)
#877CA3
(135,124,163)
#786F92
(120,111,146)
#696281
(105,98,129)
#5A5570
(90,85,112)
#4B485F
(75,72,95)
#3C3B4E
(60,59,78)
#2D2E3D
(45,46,61)
#1E212C
(30,33,44)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #A596C5

#A596C5
(165,150,197)
#AD9FCA
(173,159,202)
#B5A8CF
(181,168,207)
#BDB1D4
(189,177,212)
#C5BAD9
(197,186,217)
#CDC3DE
(205,195,222)
#D5CCE3
(213,204,227)
#DDD5E8
(221,213,232)
#E5DEED
(229,222,237)
#EDE7F2
(237,231,242)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596C5; }

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

This text font color is #A596C5.


Background Color

.myBgColor { background-color: #A596C5; }

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

This div background color is #A596C5.


Border color

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

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

This div border color is #A596C5.


Opacity

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

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

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

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

This text has shadow with #A596C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596C5 on black background.


Color preview on white background

This text has color #A596C5 on white background.



Black color preview on #A596C5 background

This text has black color on #A596C5 background.


White color preview on #A596C5 background

This text has white color on #A596C5 background.