COLOR #A596CC

HEX: #A596CC RGB: (165,150,204)

Color info

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

RGB color model

#A596CC color RGB value is (165,150,204).

RGB: (165,150,204) (65%, 59%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 204 of 255 = 80%

165
150
204

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 204 = 519 (100%)
R 165 of 519 ~ 31.79%
G 150 of 519 ~ 28.9%
B 204 of 519 ~ 39.31'%

%31.79
%28.9
%39.31

CMYK color model

#A596CC color CMYK value is (19,26,0,20).

  • cyan value is 19.12%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (19,26,0,20)
C19M26Y0K20 (19%, 26%, 0%, 20%)
(0.19 / 0.26 / 0.00 / 0.20)

CMYK percentages

%19.12
%26.47
%0
%20

Codes

Color #A596CC in popluar color models

A5 96 CC
RGB 165 150 204
HSL 257° 34.62% 69.41%
HSB/HSV 257° 26.47% 80.00%
CMYK 19.12% 26.47% 0.00%
20.00%

Color #A596CC in popluar number systems.

HEX A5 96 CC
Decimal 165 150 204
Binary 10100101 10010110 11001100
Octal 245 226 314

Shades and tints

Shades of #A596CC

#A596CC
(165,150,204)
#9689BA
(150,137,186)
#877CA8
(135,124,168)
#786F96
(120,111,150)
#696284
(105,98,132)
#5A5572
(90,85,114)
#4B4860
(75,72,96)
#3C3B4E
(60,59,78)
#2D2E3C
(45,46,60)
#1E212A
(30,33,42)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A596CC

#A596CC
(165,150,204)
#AD9FD0
(173,159,208)
#B5A8D4
(181,168,212)
#BDB1D8
(189,177,216)
#C5BADC
(197,186,220)
#CDC3E0
(205,195,224)
#D5CCE4
(213,204,228)
#DDD5E8
(221,213,232)
#E5DEEC
(229,222,236)
#EDE7F0
(237,231,240)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596CC; }

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

This text font color is #A596CC.

Background Color

.myBgColor { background-color: #A596CC; }

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

This div background color is #A596CC.

Border color

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

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

This div border color is #A596CC.

Opacity

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

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

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

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

This text has shadow with #A596CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A596CC.

Preview

Color preview on black background

This text has color #A596CC on black background.


Color preview on white background

This text has color #A596CC on white background.


Black color preview on #A596CC background

This text has black color on #A596CC background.


White color preview on #A596CC background

This text has white color on #A596CC background.


Related colors

Complementary color

Complementary color for #hex is #5A6933.


I love getcolorcode.com

Triadic colors

1 #CCA596 and #96CCA5 with #A596CC are triadic colors.

2 #CC96A5 and #96A5CC with #A596CC are triadic colors.