COLOR #A594C2

HEX: #A594C2
RGB: (165,148,194)

Color info

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

RGB color model

#A594C2 color RGB value is (165,148,194).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 194 of 255 = 76%

165
148
194

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 194 = 507 (100%)
R 165 of 507 ~ 32.54%
G 148 of 507 ~ 29.19%
B 194 of 507 ~ 38.26%

%32.54
%29.19
%38.26

CMYK color model

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

  • cyan value is 14.95%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(15,24,0,24)
C15M24Y0K24 
(15%,24%,0%,24%)
(0.15/0.24/0.00/0.24)	

CMYK percentages

%14.95
%23.71
%0
%23.92

Codes

Color #A594C2 in popluar color models

A594C2
RGB165148194
HSL262°27.38%67.06%
HSB/HSV262°23.71%76.08%
CMYK14.95%23.71%0.00%
23.92%

Color #A594C2 in popluar number systems.

HEXA594C2
Decimal165148194
Binary101001011001010011000010
Octal245224302

Shades and tints

Shades of #A594C2

#A594C2
(165,148,194)
#9687B1
(150,135,177)
#877AA0
(135,122,160)
#786D8F
(120,109,143)
#69607E
(105,96,126)
#5A536D
(90,83,109)
#4B465C
(75,70,92)
#3C394B
(60,57,75)
#2D2C3A
(45,44,58)
#1E1F29
(30,31,41)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A594C2

#A594C2
(165,148,194)
#AD9DC7
(173,157,199)
#B5A6CC
(181,166,204)
#BDAFD1
(189,175,209)
#C5B8D6
(197,184,214)
#CDC1DB
(205,193,219)
#D5CAE0
(213,202,224)
#DDD3E5
(221,211,229)
#E5DCEA
(229,220,234)
#EDE5EF
(237,229,239)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594C2; }

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

This text font color is #A594C2.


Background Color

.myBgColor { background-color: #A594C2; }

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

This div background color is #A594C2.


Border color

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

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

This div border color is #A594C2.


Opacity

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

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

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

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

This text has shadow with #A594C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A594C2 on black background.


Color preview on white background

This text has color #A594C2 on white background.



Black color preview on #A594C2 background

This text has black color on #A594C2 background.


White color preview on #A594C2 background

This text has white color on #A594C2 background.