COLOR #A593CD

HEX: #A593CD
RGB: (165,147,205)

Color info

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

RGB color model

#A593CD color RGB value is (165,147,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 205 of 255 = 80%

165
147
205

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 205 = 517 (100%)
R 165 of 517 ~ 31.91%
G 147 of 517 ~ 28.43%
B 205 of 517 ~ 39.65%

%31.91
%28.43
%39.65

CMYK color model

#A593CD color CMYK value is (20,28,0,20).

  • cyan value is 19.51%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,28,0,20)
C20M28Y0K20 
(20%,28%,0%,20%)
(0.20/0.28/0.00/0.20)	

CMYK percentages

%19.51
%28.29
%0
%19.61

Codes

Color #A593CD in popluar color models

A593CD
RGB165147205
HSL259°36.71%69.02%
HSB/HSV259°28.29%80.39%
CMYK19.51%28.29%0.00%
19.61%

Color #A593CD in popluar number systems.

HEXA593CD
Decimal165147205
Binary101001011001001111001101
Octal245223315

Shades and tints

Shades of #A593CD

#A593CD
(165,147,205)
#9686BB
(150,134,187)
#8779A9
(135,121,169)
#786C97
(120,108,151)
#695F85
(105,95,133)
#5A5273
(90,82,115)
#4B4561
(75,69,97)
#3C384F
(60,56,79)
#2D2B3D
(45,43,61)
#1E1E2B
(30,30,43)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A593CD

#A593CD
(165,147,205)
#AD9CD1
(173,156,209)
#B5A5D5
(181,165,213)
#BDAED9
(189,174,217)
#C5B7DD
(197,183,221)
#CDC0E1
(205,192,225)
#D5C9E5
(213,201,229)
#DDD2E9
(221,210,233)
#E5DBED
(229,219,237)
#EDE4F1
(237,228,241)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A593CD; }

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

This text font color is #A593CD.


Background Color

.myBgColor { background-color: #A593CD; }

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

This div background color is #A593CD.


Border color

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

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

This div border color is #A593CD.


Opacity

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

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

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

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

This text has shadow with #A593CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593CD on black background.


Color preview on white background

This text has color #A593CD on white background.



Black color preview on #A593CD background

This text has black color on #A593CD background.


White color preview on #A593CD background

This text has white color on #A593CD background.