COLOR #A594AC

HEX: #A594AC
RGB: (165,148,172)

Color info

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

RGB color model

#A594AC color RGB value is (165,148,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 172 of 255 = 67%

165
148
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 172 = 485 (100%)
R 165 of 485 ~ 34.02%
G 148 of 485 ~ 30.52%
B 172 of 485 ~ 35.46%

%34.02
%30.52
%35.46

CMYK color model

#A594AC color CMYK value is (4,14,0,33).

  • cyan value is 4.07%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(4,14,0,33)
C4M14Y0K33 
(4%,14%,0%,33%)
(0.04/0.14/0.00/0.33)	

CMYK percentages

%4.07
%13.95
%0
%32.55

Codes

Color #A594AC in popluar color models

A594AC
RGB165148172
HSL283°12.63%62.75%
HSB/HSV283°13.95%67.45%
CMYK4.07%13.95%0.00%
32.55%

Color #A594AC in popluar number systems.

HEXA594AC
Decimal165148172
Binary101001011001010010101100
Octal245224254

Shades and tints

Shades of #A594AC

#A594AC
(165,148,172)
#96879D
(150,135,157)
#877A8E
(135,122,142)
#786D7F
(120,109,127)
#696070
(105,96,112)
#5A5361
(90,83,97)
#4B4652
(75,70,82)
#3C3943
(60,57,67)
#2D2C34
(45,44,52)
#1E1F25
(30,31,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A594AC

#A594AC
(165,148,172)
#AD9DB3
(173,157,179)
#B5A6BA
(181,166,186)
#BDAFC1
(189,175,193)
#C5B8C8
(197,184,200)
#CDC1CF
(205,193,207)
#D5CAD6
(213,202,214)
#DDD3DD
(221,211,221)
#E5DCE4
(229,220,228)
#EDE5EB
(237,229,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594AC; }

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

This text font color is #A594AC.


Background Color

.myBgColor { background-color: #A594AC; }

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

This div background color is #A594AC.


Border color

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

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

This div border color is #A594AC.


Opacity

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

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

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

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

This text has shadow with #A594AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594AC on black background.


Color preview on white background

This text has color #A594AC on white background.



Black color preview on #A594AC background

This text has black color on #A594AC background.


White color preview on #A594AC background

This text has white color on #A594AC background.