COLOR #A594A8

HEX: #A594A8
RGB: (165,148,168)

Color info

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

RGB color model

#A594A8 color RGB value is (165,148,168).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 168 of 255 = 66%

165
148
168

R + G + B ~ 63%. #A594A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 168 = 481 (100%)
R 165 of 481 ~ 34.3%
G 148 of 481 ~ 30.77%
B 168 of 481 ~ 34.93%

%34.3
%30.77
%34.93

CMYK color model

#A594A8 color CMYK value is (2,12,0,34).

  • cyan value is 1.79%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(2,12,0,34)
C2M12Y0K34 
(2%,12%,0%,34%)
(0.02/0.12/0.00/0.34)	

CMYK percentages

%1.79
%11.9
%0
%34.12

Codes

Color #A594A8 in popluar color models

A594A8
RGB165148168
HSL291°10.31%61.96%
HSB/HSV291°11.90%65.88%
CMYK1.79%11.90%0.00%
34.12%

Color #A594A8 in popluar number systems.

HEXA594A8
Decimal165148168
Binary101001011001010010101000
Octal245224250

Shades and tints

Shades of #A594A8

#A594A8
(165,148,168)
#968799
(150,135,153)
#877A8A
(135,122,138)
#786D7B
(120,109,123)
#69606C
(105,96,108)
#5A535D
(90,83,93)
#4B464E
(75,70,78)
#3C393F
(60,57,63)
#2D2C30
(45,44,48)
#1E1F21
(30,31,33)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A594A8

#A594A8
(165,148,168)
#AD9DAF
(173,157,175)
#B5A6B6
(181,166,182)
#BDAFBD
(189,175,189)
#C5B8C4
(197,184,196)
#CDC1CB
(205,193,203)
#D5CAD2
(213,202,210)
#DDD3D9
(221,211,217)
#E5DCE0
(229,220,224)
#EDE5E7
(237,229,231)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594A8; }

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

This text font color is #A594A8.


Background Color

.myBgColor { background-color: #A594A8; }

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

This div background color is #A594A8.


Border color

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

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

This div border color is #A594A8.


Opacity

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

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

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

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

This text has shadow with #A594A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594A8 on black background.


Color preview on white background

This text has color #A594A8 on white background.



Black color preview on #A594A8 background

This text has black color on #A594A8 background.


White color preview on #A594A8 background

This text has white color on #A594A8 background.