COLOR #A594BD

HEX: #A594BD
RGB: (165,148,189)

Color info

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

RGB color model

#A594BD color RGB value is (165,148,189).

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

RGB channels and saturation

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

165
148
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 189 = 502 (100%)
R 165 of 502 ~ 32.87%
G 148 of 502 ~ 29.48%
B 189 of 502 ~ 37.65%

%32.87
%29.48
%37.65

CMYK color model

#A594BD color CMYK value is (13,22,0,26).

  • cyan value is 12.70%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,22,0,26)
C13M22Y0K26 
(13%,22%,0%,26%)
(0.13/0.22/0.00/0.26)	

CMYK percentages

%12.7
%21.69
%0
%25.88

Codes

Color #A594BD in popluar color models

A594BD
RGB165148189
HSL265°23.70%66.08%
HSB/HSV265°21.69%74.12%
CMYK12.70%21.69%0.00%
25.88%

Color #A594BD in popluar number systems.

HEXA594BD
Decimal165148189
Binary101001011001010010111101
Octal245224275

Shades and tints

Shades of #A594BD

#A594BD
(165,148,189)
#9687AC
(150,135,172)
#877A9B
(135,122,155)
#786D8A
(120,109,138)
#696079
(105,96,121)
#5A5368
(90,83,104)
#4B4657
(75,70,87)
#3C3946
(60,57,70)
#2D2C35
(45,44,53)
#1E1F24
(30,31,36)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A594BD

#A594BD
(165,148,189)
#AD9DC3
(173,157,195)
#B5A6C9
(181,166,201)
#BDAFCF
(189,175,207)
#C5B8D5
(197,184,213)
#CDC1DB
(205,193,219)
#D5CAE1
(213,202,225)
#DDD3E7
(221,211,231)
#E5DCED
(229,220,237)
#EDE5F3
(237,229,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594BD; }

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

This text font color is #A594BD.


Background Color

.myBgColor { background-color: #A594BD; }

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

This div background color is #A594BD.


Border color

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

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

This div border color is #A594BD.


Opacity

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

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

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

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

This text has shadow with #A594BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594BD on black background.


Color preview on white background

This text has color #A594BD on white background.



Black color preview on #A594BD background

This text has black color on #A594BD background.


White color preview on #A594BD background

This text has white color on #A594BD background.