COLOR #A593C0

HEX: #A593C0
RGB: (165,147,192)

Color info

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

RGB color model

#A593C0 color RGB value is (165,147,192).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 192 of 255 = 75%

165
147
192

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 192 = 504 (100%)
R 165 of 504 ~ 32.74%
G 147 of 504 ~ 29.17%
B 192 of 504 ~ 38.1%

%32.74
%29.17
%38.1

CMYK color model

#A593C0 color CMYK value is (14,23,0,25).

  • cyan value is 14.06%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,23,0,25)
C14M23Y0K25 
(14%,23%,0%,25%)
(0.14/0.23/0.00/0.25)	

CMYK percentages

%14.06
%23.44
%0
%24.71

Codes

Color #A593C0 in popluar color models

A593C0
RGB165147192
HSL264°26.32%66.47%
HSB/HSV264°23.44%75.29%
CMYK14.06%23.44%0.00%
24.71%

Color #A593C0 in popluar number systems.

HEXA593C0
Decimal165147192
Binary101001011001001111000000
Octal245223300

Shades and tints

Shades of #A593C0

#A593C0
(165,147,192)
#9686AF
(150,134,175)
#87799E
(135,121,158)
#786C8D
(120,108,141)
#695F7C
(105,95,124)
#5A526B
(90,82,107)
#4B455A
(75,69,90)
#3C3849
(60,56,73)
#2D2B38
(45,43,56)
#1E1E27
(30,30,39)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A593C0

#A593C0
(165,147,192)
#AD9CC5
(173,156,197)
#B5A5CA
(181,165,202)
#BDAECF
(189,174,207)
#C5B7D4
(197,183,212)
#CDC0D9
(205,192,217)
#D5C9DE
(213,201,222)
#DDD2E3
(221,210,227)
#E5DBE8
(229,219,232)
#EDE4ED
(237,228,237)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A593C0; }

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

This text font color is #A593C0.


Background Color

.myBgColor { background-color: #A593C0; }

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

This div background color is #A593C0.


Border color

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

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

This div border color is #A593C0.


Opacity

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

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

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

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

This text has shadow with #A593C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593C0 on black background.


Color preview on white background

This text has color #A593C0 on white background.



Black color preview on #A593C0 background

This text has black color on #A593C0 background.


White color preview on #A593C0 background

This text has white color on #A593C0 background.