COLOR #A596C1

HEX: #A596C1
RGB: (165,150,193)

Color info

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

RGB color model

#A596C1 color RGB value is (165,150,193).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 193 of 255 = 76%

165
150
193

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 193 = 508 (100%)
R 165 of 508 ~ 32.48%
G 150 of 508 ~ 29.53%
B 193 of 508 ~ 37.99%

%32.48
%29.53
%37.99

CMYK color model

#A596C1 color CMYK value is (15,22,0,24).

  • cyan value is 14.51%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(15,22,0,24)
C15M22Y0K24 
(15%,22%,0%,24%)
(0.15/0.22/0.00/0.24)	

CMYK percentages

%14.51
%22.28
%0
%24.31

Codes

Color #A596C1 in popluar color models

A596C1
RGB165150193
HSL261°25.75%67.25%
HSB/HSV261°22.28%75.69%
CMYK14.51%22.28%0.00%
24.31%

Color #A596C1 in popluar number systems.

HEXA596C1
Decimal165150193
Binary101001011001011011000001
Octal245226301

Shades and tints

Shades of #A596C1

#A596C1
(165,150,193)
#9689B0
(150,137,176)
#877C9F
(135,124,159)
#786F8E
(120,111,142)
#69627D
(105,98,125)
#5A556C
(90,85,108)
#4B485B
(75,72,91)
#3C3B4A
(60,59,74)
#2D2E39
(45,46,57)
#1E2128
(30,33,40)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A596C1

#A596C1
(165,150,193)
#AD9FC6
(173,159,198)
#B5A8CB
(181,168,203)
#BDB1D0
(189,177,208)
#C5BAD5
(197,186,213)
#CDC3DA
(205,195,218)
#D5CCDF
(213,204,223)
#DDD5E4
(221,213,228)
#E5DEE9
(229,222,233)
#EDE7EE
(237,231,238)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596C1; }

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

This text font color is #A596C1.


Background Color

.myBgColor { background-color: #A596C1; }

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

This div background color is #A596C1.


Border color

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

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

This div border color is #A596C1.


Opacity

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

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

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

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

This text has shadow with #A596C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596C1 on black background.


Color preview on white background

This text has color #A596C1 on white background.



Black color preview on #A596C1 background

This text has black color on #A596C1 background.


White color preview on #A596C1 background

This text has white color on #A596C1 background.