COLOR #A593B8

HEX: #A593B8
RGB: (165,147,184)

Color info

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

RGB color model

#A593B8 color RGB value is (165,147,184).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 184 of 255 = 72%

165
147
184

R + G + B ~ 65%. #A593B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 184 = 496 (100%)
R 165 of 496 ~ 33.27%
G 147 of 496 ~ 29.64%
B 184 of 496 ~ 37.1%

%33.27
%29.64
%37.1

CMYK color model

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

  • cyan value is 10.33%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,20,0,28)
C10M20Y0K28 
(10%,20%,0%,28%)
(0.10/0.20/0.00/0.28)	

CMYK percentages

%10.33
%20.11
%0
%27.84

Codes

Color #A593B8 in popluar color models

A593B8
RGB165147184
HSL269°20.67%64.90%
HSB/HSV269°20.11%72.16%
CMYK10.33%20.11%0.00%
27.84%

Color #A593B8 in popluar number systems.

HEXA593B8
Decimal165147184
Binary101001011001001110111000
Octal245223270

Shades and tints

Shades of #A593B8

#A593B8
(165,147,184)
#9686A8
(150,134,168)
#877998
(135,121,152)
#786C88
(120,108,136)
#695F78
(105,95,120)
#5A5268
(90,82,104)
#4B4558
(75,69,88)
#3C3848
(60,56,72)
#2D2B38
(45,43,56)
#1E1E28
(30,30,40)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A593B8

#A593B8
(165,147,184)
#AD9CBE
(173,156,190)
#B5A5C4
(181,165,196)
#BDAECA
(189,174,202)
#C5B7D0
(197,183,208)
#CDC0D6
(205,192,214)
#D5C9DC
(213,201,220)
#DDD2E2
(221,210,226)
#E5DBE8
(229,219,232)
#EDE4EE
(237,228,238)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A593B8; }

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

This text font color is #A593B8.


Background Color

.myBgColor { background-color: #A593B8; }

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

This div background color is #A593B8.


Border color

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

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

This div border color is #A593B8.


Opacity

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

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

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

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

This text has shadow with #A593B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593B8 on black background.


Color preview on white background

This text has color #A593B8 on white background.



Black color preview on #A593B8 background

This text has black color on #A593B8 background.


White color preview on #A593B8 background

This text has white color on #A593B8 background.