COLOR #A596CE

HEX: #A596CE RGB: (165,150,206)

Color info

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

RGB color model

#A596CE color RGB value is (165,150,206).

RGB: (165,150,206) (65%, 59%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 206 of 255 = 81%

165
150
206

R + G + B ~ 68%. #A596CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 206 = 521 (100%)
R 165 of 521 ~ 31.67%
G 150 of 521 ~ 28.79%
B 206 of 521 ~ 39.54'%

%31.67
%28.79
%39.54

CMYK color model

#A596CE color CMYK value is (20,27,0,19).

  • cyan value is 19.90%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (20,27,0,19)
C20M27Y0K19 (20%, 27%, 0%, 19%)
(0.20 / 0.27 / 0.00 / 0.19)

CMYK percentages

%19.9
%27.18
%0
%19.22

Codes

Color #A596CE in popluar color models

A5 96 CE
RGB 165 150 206
HSL 256° 36.36% 69.80%
HSB/HSV 256° 27.18% 80.78%
CMYK 19.90% 27.18% 0.00%
19.22%

Color #A596CE in popluar number systems.

HEX A5 96 CE
Decimal 165 150 206
Binary 10100101 10010110 11001110
Octal 245 226 316

Shades and tints

Shades of #A596CE

#A596CE
(165,150,206)
#9689BC
(150,137,188)
#877CAA
(135,124,170)
#786F98
(120,111,152)
#696286
(105,98,134)
#5A5574
(90,85,116)
#4B4862
(75,72,98)
#3C3B50
(60,59,80)
#2D2E3E
(45,46,62)
#1E212C
(30,33,44)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A596CE

#A596CE
(165,150,206)
#AD9FD2
(173,159,210)
#B5A8D6
(181,168,214)
#BDB1DA
(189,177,218)
#C5BADE
(197,186,222)
#CDC3E2
(205,195,226)
#D5CCE6
(213,204,230)
#DDD5EA
(221,213,234)
#E5DEEE
(229,222,238)
#EDE7F2
(237,231,242)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596CE; }

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

This text font color is #A596CE.

Background Color

.myBgColor { background-color: #A596CE; }

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

This div background color is #A596CE.

Border color

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

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

This div border color is #A596CE.

Opacity

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

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

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

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

This text has shadow with #A596CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A596CE.

Preview

Color preview on black background

This text has color #A596CE on black background.


Color preview on white background

This text has color #A596CE on white background.


Black color preview on #A596CE background

This text has black color on #A596CE background.


White color preview on #A596CE background

This text has white color on #A596CE background.


Related colors

Complementary color

Complementary color for #hex is #5A6931.


I love getcolorcode.com

Triadic colors

1 #CEA596 and #96CEA5 with #A596CE are triadic colors.

2 #CE96A5 and #96A5CE with #A596CE are triadic colors.