COLOR #A594C5

HEX: #A594C5 RGB: (165,148,197)

Color info

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

RGB color model

#A594C5 color RGB value is (165,148,197).

RGB: (165,148,197) (65%, 58%, 77%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 197 of 255 = 77%

165
148
197

R + G + B ~ 67%. #A594C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 197 = 510 (100%)
R 165 of 510 ~ 32.35%
G 148 of 510 ~ 29.02%
B 197 of 510 ~ 38.63'%

%32.35
%29.02
%38.63

CMYK color model

#A594C5 color CMYK value is (16,25,0,23).

  • cyan value is 16.24%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (16,25,0,23) C16M25Y0K23 (16%,25%,0%,23%) (0.16/0.25/0.00/0.23) 

CMYK percentages

%16.24
%24.87
%0
%22.75

Codes

Color #A594C5 in popluar color models

A5 94 C5
RGB 165 148 197
HSL 261° 29.70% 67.65%
HSB/HSV 261° 24.87% 77.25%
CMYK 16.24% 24.87% 0.00%
22.75%

Color #A594C5 in popluar number systems.

HEX A5 94 C5
Decimal 165 148 197
Binary 10100101 10010100 11000101
Octal 245 224 305

Shades and tints

Shades of #A594C5

#A594C5
(165,148,197)
#9687B4
(150,135,180)
#877AA3
(135,122,163)
#786D92
(120,109,146)
#696081
(105,96,129)
#5A5370
(90,83,112)
#4B465F
(75,70,95)
#3C394E
(60,57,78)
#2D2C3D
(45,44,61)
#1E1F2C
(30,31,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #A594C5

#A594C5
(165,148,197)
#AD9DCA
(173,157,202)
#B5A6CF
(181,166,207)
#BDAFD4
(189,175,212)
#C5B8D9
(197,184,217)
#CDC1DE
(205,193,222)
#D5CAE3
(213,202,227)
#DDD3E8
(221,211,232)
#E5DCED
(229,220,237)
#EDE5F2
(237,229,242)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594C5; }

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

This text font color is #A594C5.

Background Color

.myBgColor { background-color: #A594C5; }

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

This div background color is #A594C5.

Border color

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

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

This div border color is #A594C5.

Opacity

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

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

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

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

This text has shadow with #A594C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A594C5.

Preview

Color preview on black background

This text has color #A594C5 on black background.


Color preview on white background

This text has color #A594C5 on white background.


Black color preview on #A594C5 background

This text has black color on #A594C5 background.


White color preview on #A594C5 background

This text has white color on #A594C5 background.


Related colors

Complementary color

Complementary color for #hex is #5A6B3A.


I love getcolorcode.com

Triadic colors

1 #C5A594 and #94C5A5 with #A594C5 are triadic colors.

2 #C594A5 and #94A5C5 with #A594C5 are triadic colors.