COLOR #A593AD

HEX: #A593AD RGB: (165,147,173)

Color info

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

RGB color model

#A593AD color RGB value is (165,147,173).

RGB: (165,147,173) (65%, 58%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 173 of 255 = 68%

165
147
173

R + G + B ~ 64%. #A593AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 147 + 173 = 485 (100%)
R 165 of 485 ~ 34.02%
G 147 of 485 ~ 30.31%
B 173 of 485 ~ 35.67'%

%34.02
%30.31
%35.67

CMYK color model

#A593AD color CMYK value is (5,15,0,32).

  • cyan value is 4.62%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,15,0,32)
C5M15Y0K32 (5%, 15%, 0%, 32%)
(0.05 / 0.15 / 0.00 / 0.32)

CMYK percentages

%4.62
%15.03
%0
%32.16

Codes

Color #A593AD in popluar color models

A5 93 AD
RGB 165 147 173
HSL 282° 13.68% 62.75%
HSB/HSV 282° 15.03% 67.84%
CMYK 4.62% 15.03% 0.00%
32.16%

Color #A593AD in popluar number systems.

HEX A5 93 AD
Decimal 165 147 173
Binary 10100101 10010011 10101101
Octal 245 223 255

Shades and tints

Shades of #A593AD

#A593AD
(165,147,173)
#96869E
(150,134,158)
#87798F
(135,121,143)
#786C80
(120,108,128)
#695F71
(105,95,113)
#5A5262
(90,82,98)
#4B4553
(75,69,83)
#3C3844
(60,56,68)
#2D2B35
(45,43,53)
#1E1E26
(30,30,38)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A593AD

#A593AD
(165,147,173)
#AD9CB4
(173,156,180)
#B5A5BB
(181,165,187)
#BDAEC2
(189,174,194)
#C5B7C9
(197,183,201)
#CDC0D0
(205,192,208)
#D5C9D7
(213,201,215)
#DDD2DE
(221,210,222)
#E5DBE5
(229,219,229)
#EDE4EC
(237,228,236)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A593AD; }

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

This text font color is #A593AD.

Background Color

.myBgColor { background-color: #A593AD; }

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

This div background color is #A593AD.

Border color

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

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

This div border color is #A593AD.

Opacity

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

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

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

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

This text has shadow with #A593AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A593AD.

Preview

Color preview on black background

This text has color #A593AD on black background.


Color preview on white background

This text has color #A593AD on white background.


Black color preview on #A593AD background

This text has black color on #A593AD background.


White color preview on #A593AD background

This text has white color on #A593AD background.


Related colors

Complementary color

Complementary color for #hex is #5A6C52.


I love getcolorcode.com

Triadic colors

1 #ADA593 and #93ADA5 with #A593AD are triadic colors.

2 #AD93A5 and #93A5AD with #A593AD are triadic colors.