COLOR #A593C3

HEX: #A593C3
RGB: (165,147,195)

Color info

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

RGB color model

#A593C3 color RGB value is (165,147,195).

  • red value is 165;
  • green value is 147;
  • blue value is 195.
RGB:
(165,147,195)
(65%,58%,76%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 195 of 255 = 76%

165
147
195

R + G + B ~ 66%. #A593C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 195 = 507 (100%)
R 165 of 507 ~ 32.54%
G 147 of 507 ~ 28.99%
B 195 of 507 ~ 38.46%

%32.54
%28.99
%38.46

CMYK color model

#A593C3 color CMYK value is (15,25,0,24).

  • cyan value is 15.38%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(15,25,0,24)
C15M25Y0K24 
(15%,25%,0%,24%)
(0.15/0.25/0.00/0.24)	

CMYK percentages

%15.38
%24.62
%0
%23.53

Codes

Color #A593C3 in popluar color models

A593C3
RGB165147195
HSL263°28.57%67.06%
HSB/HSV263°24.62%76.47%
CMYK15.38%24.62%0.00%
23.53%

Color #A593C3 in popluar number systems.

HEXA593C3
Decimal165147195
Binary101001011001001111000011
Octal245223303

Shades and tints

Shades of #A593C3

#A593C3
(165,147,195)
#9686B2
(150,134,178)
#8779A1
(135,121,161)
#786C90
(120,108,144)
#695F7F
(105,95,127)
#5A526E
(90,82,110)
#4B455D
(75,69,93)
#3C384C
(60,56,76)
#2D2B3B
(45,43,59)
#1E1E2A
(30,30,42)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A593C3

#A593C3
(165,147,195)
#AD9CC8
(173,156,200)
#B5A5CD
(181,165,205)
#BDAED2
(189,174,210)
#C5B7D7
(197,183,215)
#CDC0DC
(205,192,220)
#D5C9E1
(213,201,225)
#DDD2E6
(221,210,230)
#E5DBEB
(229,219,235)
#EDE4F0
(237,228,240)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A593C3 color. Also use rgb(165,147,195) instead hex code.

Text Font Color

.myTextColor { color: #A593C3; }

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

This text font color is #A593C3.


Background Color

.myBgColor { background-color: #A593C3; }

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

This div background color is #A593C3.


Border color

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

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

This div border color is #A593C3.


Opacity

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

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

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

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

This text has shadow with #A593C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593C3 on black background.


Color preview on white background

This text has color #A593C3 on white background.



Black color preview on #A593C3 background

This text has black color on #A593C3 background.


White color preview on #A593C3 background

This text has white color on #A593C3 background.