COLOR #A594DA

HEX: #A594DA RGB: (165,148,218)

Color info

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

RGB color model

#A594DA color RGB value is (165,148,218).

RGB: (165,148,218) (65%, 58%, 85%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 218 of 255 = 85%

165
148
218

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

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 218 = 531 (100%)
R 165 of 531 ~ 31.07%
G 148 of 531 ~ 27.87%
B 218 of 531 ~ 41.05'%

%31.07
%27.87
%41.05

CMYK color model

#A594DA color CMYK value is (24,32,0,15).

  • cyan value is 24.31%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (24,32,0,15)
C24M32Y0K15 (24%, 32%, 0%, 15%)
(0.24 / 0.32 / 0.00 / 0.15)

CMYK percentages

%24.31
%32.11
%0
%14.51

Codes

Color #A594DA in popluar color models

A5 94 DA
RGB 165 148 218
HSL 255° 48.61% 71.76%
HSB/HSV 255° 32.11% 85.49%
CMYK 24.31% 32.11% 0.00%
14.51%

Color #A594DA in popluar number systems.

HEX A5 94 DA
Decimal 165 148 218
Binary 10100101 10010100 11011010
Octal 245 224 332

Shades and tints

Shades of #A594DA

#A594DA
(165,148,218)
#9687C7
(150,135,199)
#877AB4
(135,122,180)
#786DA1
(120,109,161)
#69608E
(105,96,142)
#5A537B
(90,83,123)
#4B4668
(75,70,104)
#3C3955
(60,57,85)
#2D2C42
(45,44,66)
#1E1F2F
(30,31,47)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #A594DA

#A594DA
(165,148,218)
#AD9DDD
(173,157,221)
#B5A6E0
(181,166,224)
#BDAFE3
(189,175,227)
#C5B8E6
(197,184,230)
#CDC1E9
(205,193,233)
#D5CAEC
(213,202,236)
#DDD3EF
(221,211,239)
#E5DCF2
(229,220,242)
#EDE5F5
(237,229,245)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594DA; }

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

This text font color is #A594DA.

Background Color

.myBgColor { background-color: #A594DA; }

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

This div background color is #A594DA.

Border color

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

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

This div border color is #A594DA.

Opacity

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

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

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

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

This text has shadow with #A594DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A594DA.

Preview

Color preview on black background

This text has color #A594DA on black background.


Color preview on white background

This text has color #A594DA on white background.


Black color preview on #A594DA background

This text has black color on #A594DA background.


White color preview on #A594DA background

This text has white color on #A594DA background.


Related colors

Complementary color

Complementary color for #hex is #5A6B25.


I love getcolorcode.com

Triadic colors

1 #DAA594 and #94DAA5 with #A594DA are triadic colors.

2 #DA94A5 and #94A5DA with #A594DA are triadic colors.