COLOR #A594B8

HEX: #A594B8
RGB: (165,148,184)

Color info

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

RGB color model

#A594B8 color RGB value is (165,148,184).

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

RGB channels and saturation

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

165
148
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 184 = 497 (100%)
R 165 of 497 ~ 33.2%
G 148 of 497 ~ 29.78%
B 184 of 497 ~ 37.02%

%33.2
%29.78
%37.02

CMYK color model

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

  • cyan value is 10.33%
  • magenta value is 19.57%
  • 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
%19.57
%0
%27.84

Codes

Color #A594B8 in popluar color models

A594B8
RGB165148184
HSL268°20.22%65.10%
HSB/HSV268°19.57%72.16%
CMYK10.33%19.57%0.00%
27.84%

Color #A594B8 in popluar number systems.

HEXA594B8
Decimal165148184
Binary101001011001010010111000
Octal245224270

Shades and tints

Shades of #A594B8

#A594B8
(165,148,184)
#9687A8
(150,135,168)
#877A98
(135,122,152)
#786D88
(120,109,136)
#696078
(105,96,120)
#5A5368
(90,83,104)
#4B4658
(75,70,88)
#3C3948
(60,57,72)
#2D2C38
(45,44,56)
#1E1F28
(30,31,40)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A594B8

#A594B8
(165,148,184)
#AD9DBE
(173,157,190)
#B5A6C4
(181,166,196)
#BDAFCA
(189,175,202)
#C5B8D0
(197,184,208)
#CDC1D6
(205,193,214)
#D5CADC
(213,202,220)
#DDD3E2
(221,211,226)
#E5DCE8
(229,220,232)
#EDE5EE
(237,229,238)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594B8; }

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

This text font color is #A594B8.


Background Color

.myBgColor { background-color: #A594B8; }

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

This div background color is #A594B8.


Border color

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

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

This div border color is #A594B8.


Opacity

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

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

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

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

This text has shadow with #A594B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594B8 on black background.


Color preview on white background

This text has color #A594B8 on white background.



Black color preview on #A594B8 background

This text has black color on #A594B8 background.


White color preview on #A594B8 background

This text has white color on #A594B8 background.