COLOR #A593A2

HEX: #A593A2
RGB: (165,147,162)

Color info

#A593A2 contains red, green and blue colors in about the same proportion. Web safe color of #A593A2 is #999999 (or #999).

RGB color model

#A593A2 color RGB value is (165,147,162).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 162 of 255 = 64%

165
147
162

R + G + B ~ 62%. #A593A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 162 = 474 (100%)
R 165 of 474 ~ 34.81%
G 147 of 474 ~ 31.01%
B 162 of 474 ~ 34.18%

%34.81
%31.01
%34.18

CMYK color model

#A593A2 color CMYK value is (0,11,2,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 1.82%
  • key color value is 35.29%
CMYK:
(0,11,2,35)
C0M11Y2K35 
(0%,11%,2%,35%)
(0.00/0.11/0.02/0.35)	

CMYK percentages

%0
%10.91
%1.82
%35.29

Codes

Color #A593A2 in popluar color models

A593A2
RGB165147162
HSL310°9.09%61.18%
HSB/HSV310°10.91%64.71%
CMYK0.00%10.91%1.82%
35.29%

Color #A593A2 in popluar number systems.

HEXA593A2
Decimal165147162
Binary101001011001001110100010
Octal245223242

Shades and tints

Shades of #A593A2

#A593A2
(165,147,162)
#968694
(150,134,148)
#877986
(135,121,134)
#786C78
(120,108,120)
#695F6A
(105,95,106)
#5A525C
(90,82,92)
#4B454E
(75,69,78)
#3C3840
(60,56,64)
#2D2B32
(45,43,50)
#1E1E24
(30,30,36)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A593A2

#A593A2
(165,147,162)
#AD9CAA
(173,156,170)
#B5A5B2
(181,165,178)
#BDAEBA
(189,174,186)
#C5B7C2
(197,183,194)
#CDC0CA
(205,192,202)
#D5C9D2
(213,201,210)
#DDD2DA
(221,210,218)
#E5DBE2
(229,219,226)
#EDE4EA
(237,228,234)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A593A2; }

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

This text font color is #A593A2.


Background Color

.myBgColor { background-color: #A593A2; }

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

This div background color is #A593A2.


Border color

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

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

This div border color is #A593A2.


Opacity

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

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

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

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

This text has shadow with #A593A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593A2 on black background.


Color preview on white background

This text has color #A593A2 on white background.



Black color preview on #A593A2 background

This text has black color on #A593A2 background.


White color preview on #A593A2 background

This text has white color on #A593A2 background.