COLOR #A594D5

HEX: #A594D5
RGB: (165,148,213)

Color info

#A594D5 contains mainly red and blue colors. Web safe color of #A594D5 is #9999CC (or #99C).

RGB color model

#A594D5 color RGB value is (165,148,213).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 213 of 255 = 84%

165
148
213

R + G + B ~ 69%. #A594D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 213 = 526 (100%)
R 165 of 526 ~ 31.37%
G 148 of 526 ~ 28.14%
B 213 of 526 ~ 40.49%

%31.37
%28.14
%40.49

CMYK color model

#A594D5 color CMYK value is (23,31,0,16).

  • cyan value is 22.54%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,31,0,16)
C23M31Y0K16 
(23%,31%,0%,16%)
(0.23/0.31/0.00/0.16)	

CMYK percentages

%22.54
%30.52
%0
%16.47

Codes

Color #A594D5 in popluar color models

A594D5
RGB165148213
HSL256°43.62%70.78%
HSB/HSV256°30.52%83.53%
CMYK22.54%30.52%0.00%
16.47%

Color #A594D5 in popluar number systems.

HEXA594D5
Decimal165148213
Binary101001011001010011010101
Octal245224325

Shades and tints

Shades of #A594D5

#A594D5
(165,148,213)
#9687C2
(150,135,194)
#877AAF
(135,122,175)
#786D9C
(120,109,156)
#696089
(105,96,137)
#5A5376
(90,83,118)
#4B4663
(75,70,99)
#3C3950
(60,57,80)
#2D2C3D
(45,44,61)
#1E1F2A
(30,31,42)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A594D5

#A594D5
(165,148,213)
#AD9DD8
(173,157,216)
#B5A6DB
(181,166,219)
#BDAFDE
(189,175,222)
#C5B8E1
(197,184,225)
#CDC1E4
(205,193,228)
#D5CAE7
(213,202,231)
#DDD3EA
(221,211,234)
#E5DCED
(229,220,237)
#EDE5F0
(237,229,240)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594D5; }

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

This text font color is #A594D5.


Background Color

.myBgColor { background-color: #A594D5; }

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

This div background color is #A594D5.


Border color

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

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

This div border color is #A594D5.


Opacity

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

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

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

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

This text has shadow with #A594D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594D5 on black background.


Color preview on white background

This text has color #A594D5 on white background.



Black color preview on #A594D5 background

This text has black color on #A594D5 background.


White color preview on #A594D5 background

This text has white color on #A594D5 background.