COLOR #A591C7

HEX: #A591C7
RGB: (165,145,199)

Color info

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

RGB color model

#A591C7 color RGB value is (165,145,199).

  • red value is 165;
  • green value is 145;
  • blue value is 199.
RGB:
(165,145,199)
(65%,57%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 199 of 255 = 78%

165
145
199

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

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 199 = 509 (100%)
R 165 of 509 ~ 32.42%
G 145 of 509 ~ 28.49%
B 199 of 509 ~ 39.1%

%32.42
%28.49
%39.1

CMYK color model

#A591C7 color CMYK value is (17,27,0,22).

  • cyan value is 17.09%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(17,27,0,22)
C17M27Y0K22 
(17%,27%,0%,22%)
(0.17/0.27/0.00/0.22)	

CMYK percentages

%17.09
%27.14
%0
%21.96

Codes

Color #A591C7 in popluar color models

A591C7
RGB165145199
HSL262°32.53%67.45%
HSB/HSV262°27.14%78.04%
CMYK17.09%27.14%0.00%
21.96%

Color #A591C7 in popluar number systems.

HEXA591C7
Decimal165145199
Binary101001011001000111000111
Octal245221307

Shades and tints

Shades of #A591C7

#A591C7
(165,145,199)
#9684B5
(150,132,181)
#8777A3
(135,119,163)
#786A91
(120,106,145)
#695D7F
(105,93,127)
#5A506D
(90,80,109)
#4B435B
(75,67,91)
#3C3649
(60,54,73)
#2D2937
(45,41,55)
#1E1C25
(30,28,37)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A591C7

#A591C7
(165,145,199)
#AD9BCC
(173,155,204)
#B5A5D1
(181,165,209)
#BDAFD6
(189,175,214)
#C5B9DB
(197,185,219)
#CDC3E0
(205,195,224)
#D5CDE5
(213,205,229)
#DDD7EA
(221,215,234)
#E5E1EF
(229,225,239)
#EDEBF4
(237,235,244)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A591C7 color. Also use rgb(165,145,199) instead hex code.

Text Font Color

.myTextColor { color: #A591C7; }

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

This text font color is #A591C7.


Background Color

.myBgColor { background-color: #A591C7; }

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

This div background color is #A591C7.


Border color

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

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

This div border color is #A591C7.


Opacity

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

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

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

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

This text has shadow with #A591C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A591C7 on black background.


Color preview on white background

This text has color #A591C7 on white background.



Black color preview on #A591C7 background

This text has black color on #A591C7 background.


White color preview on #A591C7 background

This text has white color on #A591C7 background.