COLOR #A594B7

HEX: #A594B7 RGB: (165,148,183)

Color info

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

RGB color model

#A594B7 color RGB value is (165,148,183).

RGB: (165,148,183) (65%, 58%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 183 of 255 = 72%

165
148
183

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

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 183 = 496 (100%)
R 165 of 496 ~ 33.27%
G 148 of 496 ~ 29.84%
B 183 of 496 ~ 36.9'%

%33.27
%29.84
%36.9

CMYK color model

#A594B7 color CMYK value is (10,19,0,28).

  • cyan value is 9.84%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (10,19,0,28)
C10M19Y0K28 (10%, 19%, 0%, 28%)
(0.10 / 0.19 / 0.00 / 0.28)

CMYK percentages

%9.84
%19.13
%0
%28.24

Codes

Color #A594B7 in popluar color models

A5 94 B7
RGB 165 148 183
HSL 269° 19.55% 64.90%
HSB/HSV 269° 19.13% 71.76%
CMYK 9.84% 19.13% 0.00%
28.24%

Color #A594B7 in popluar number systems.

HEX A5 94 B7
Decimal 165 148 183
Binary 10100101 10010100 10110111
Octal 245 224 267

Shades and tints

Shades of #A594B7

#A594B7
(165,148,183)
#9687A7
(150,135,167)
#877A97
(135,122,151)
#786D87
(120,109,135)
#696077
(105,96,119)
#5A5367
(90,83,103)
#4B4657
(75,70,87)
#3C3947
(60,57,71)
#2D2C37
(45,44,55)
#1E1F27
(30,31,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A594B7

#A594B7
(165,148,183)
#AD9DBD
(173,157,189)
#B5A6C3
(181,166,195)
#BDAFC9
(189,175,201)
#C5B8CF
(197,184,207)
#CDC1D5
(205,193,213)
#D5CADB
(213,202,219)
#DDD3E1
(221,211,225)
#E5DCE7
(229,220,231)
#EDE5ED
(237,229,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594B7; }

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

This text font color is #A594B7.

Background Color

.myBgColor { background-color: #A594B7; }

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

This div background color is #A594B7.

Border color

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

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

This div border color is #A594B7.

Opacity

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

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

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

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

This text has shadow with #A594B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A594B7.

Preview

Color preview on black background

This text has color #A594B7 on black background.


Color preview on white background

This text has color #A594B7 on white background.


Black color preview on #A594B7 background

This text has black color on #A594B7 background.


White color preview on #A594B7 background

This text has white color on #A594B7 background.


Related colors

Complementary color

Complementary color for #hex is #5A6B48.


I love getcolorcode.com

Triadic colors

1 #B7A594 and #94B7A5 with #A594B7 are triadic colors.

2 #B794A5 and #94A5B7 with #A594B7 are triadic colors.