COLOR #A594BC

HEX: #A594BC
RGB: (165,148,188)

Color info

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

RGB color model

#A594BC color RGB value is (165,148,188).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 188 of 255 = 74%

165
148
188

R + G + B ~ 66%. #A594BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 188 = 501 (100%)
R 165 of 501 ~ 32.93%
G 148 of 501 ~ 29.54%
B 188 of 501 ~ 37.52%

%32.93
%29.54
%37.52

CMYK color model

#A594BC color CMYK value is (12,21,0,26).

  • cyan value is 12.23%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,21,0,26)
C12M21Y0K26 
(12%,21%,0%,26%)
(0.12/0.21/0.00/0.26)	

CMYK percentages

%12.23
%21.28
%0
%26.27

Codes

Color #A594BC in popluar color models

A594BC
RGB165148188
HSL266°22.99%65.88%
HSB/HSV266°21.28%73.73%
CMYK12.23%21.28%0.00%
26.27%

Color #A594BC in popluar number systems.

HEXA594BC
Decimal165148188
Binary101001011001010010111100
Octal245224274

Shades and tints

Shades of #A594BC

#A594BC
(165,148,188)
#9687AB
(150,135,171)
#877A9A
(135,122,154)
#786D89
(120,109,137)
#696078
(105,96,120)
#5A5367
(90,83,103)
#4B4656
(75,70,86)
#3C3945
(60,57,69)
#2D2C34
(45,44,52)
#1E1F23
(30,31,35)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A594BC

#A594BC
(165,148,188)
#AD9DC2
(173,157,194)
#B5A6C8
(181,166,200)
#BDAFCE
(189,175,206)
#C5B8D4
(197,184,212)
#CDC1DA
(205,193,218)
#D5CAE0
(213,202,224)
#DDD3E6
(221,211,230)
#E5DCEC
(229,220,236)
#EDE5F2
(237,229,242)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594BC; }

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

This text font color is #A594BC.


Background Color

.myBgColor { background-color: #A594BC; }

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

This div background color is #A594BC.


Border color

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

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

This div border color is #A594BC.


Opacity

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

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

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

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

This text has shadow with #A594BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594BC on black background.


Color preview on white background

This text has color #A594BC on white background.



Black color preview on #A594BC background

This text has black color on #A594BC background.


White color preview on #A594BC background

This text has white color on #A594BC background.