COLOR #A594AD

HEX: #A594AD RGB: (165,148,173)

Color info

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

RGB color model

#A594AD color RGB value is (165,148,173).

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

RGB channels and saturation

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

165
148
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 173 = 486 (100%)
R 165 of 486 ~ 33.95%
G 148 of 486 ~ 30.45%
B 173 of 486 ~ 35.6'%

%33.95
%30.45
%35.6

CMYK color model

#A594AD color CMYK value is (5,14,0,32).

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

CMYK: (5,14,0,32)
C5M14Y0K32 (5%, 14%, 0%, 32%)
(0.05 / 0.14 / 0.00 / 0.32)

CMYK percentages

%4.62
%14.45
%0
%32.16

Codes

Color #A594AD in popluar color models

A5 94 AD
RGB 165 148 173
HSL 281° 13.23% 62.94%
HSB/HSV 281° 14.45% 67.84%
CMYK 4.62% 14.45% 0.00%
32.16%

Color #A594AD in popluar number systems.

HEX A5 94 AD
Decimal 165 148 173
Binary 10100101 10010100 10101101
Octal 245 224 255

Shades and tints

Shades of #A594AD

#A594AD
(165,148,173)
#96879E
(150,135,158)
#877A8F
(135,122,143)
#786D80
(120,109,128)
#696071
(105,96,113)
#5A5362
(90,83,98)
#4B4653
(75,70,83)
#3C3944
(60,57,68)
#2D2C35
(45,44,53)
#1E1F26
(30,31,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A594AD

#A594AD
(165,148,173)
#AD9DB4
(173,157,180)
#B5A6BB
(181,166,187)
#BDAFC2
(189,175,194)
#C5B8C9
(197,184,201)
#CDC1D0
(205,193,208)
#D5CAD7
(213,202,215)
#DDD3DE
(221,211,222)
#E5DCE5
(229,220,229)
#EDE5EC
(237,229,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594AD; }

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

This text font color is #A594AD.

Background Color

.myBgColor { background-color: #A594AD; }

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

This div background color is #A594AD.

Border color

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

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

This div border color is #A594AD.

Opacity

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

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

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

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

This text has shadow with #A594AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A594AD.

Preview

Color preview on black background

This text has color #A594AD on black background.


Color preview on white background

This text has color #A594AD on white background.


Black color preview on #A594AD background

This text has black color on #A594AD background.


White color preview on #A594AD background

This text has white color on #A594AD background.


Related colors

Complementary color

Complementary color for #hex is #5A6B52.


I love getcolorcode.com

Triadic colors

1 #ADA594 and #94ADA5 with #A594AD are triadic colors.

2 #AD94A5 and #94A5AD with #A594AD are triadic colors.