COLOR #A591B2

HEX: #A591B2
RGB: (165,145,178)

Color info

#A591B2 contains red, green and blue colors in about the same proportion. Web safe color of #A591B2 is #999999 (or #999).

RGB color model

#A591B2 color RGB value is (165,145,178).

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

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 178 of 255 = 70%

165
145
178

R + G + B ~ 64%. #A591B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 178 = 488 (100%)
R 165 of 488 ~ 33.81%
G 145 of 488 ~ 29.71%
B 178 of 488 ~ 36.48%

%33.81
%29.71
%36.48

CMYK color model

#A591B2 color CMYK value is (7,19,0,30).

  • cyan value is 7.30%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(7,19,0,30)
C7M19Y0K30 
(7%,19%,0%,30%)
(0.07/0.19/0.00/0.30)	

CMYK percentages

%7.3
%18.54
%0
%30.2

Codes

Color #A591B2 in popluar color models

A591B2
RGB165145178
HSL276°17.65%63.33%
HSB/HSV276°18.54%69.80%
CMYK7.30%18.54%0.00%
30.20%

Color #A591B2 in popluar number systems.

HEXA591B2
Decimal165145178
Binary101001011001000110110010
Octal245221262

Shades and tints

Shades of #A591B2

#A591B2
(165,145,178)
#9684A2
(150,132,162)
#877792
(135,119,146)
#786A82
(120,106,130)
#695D72
(105,93,114)
#5A5062
(90,80,98)
#4B4352
(75,67,82)
#3C3642
(60,54,66)
#2D2932
(45,41,50)
#1E1C22
(30,28,34)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #A591B2

#A591B2
(165,145,178)
#AD9BB9
(173,155,185)
#B5A5C0
(181,165,192)
#BDAFC7
(189,175,199)
#C5B9CE
(197,185,206)
#CDC3D5
(205,195,213)
#D5CDDC
(213,205,220)
#DDD7E3
(221,215,227)
#E5E1EA
(229,225,234)
#EDEBF1
(237,235,241)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A591B2; }

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

This text font color is #A591B2.


Background Color

.myBgColor { background-color: #A591B2; }

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

This div background color is #A591B2.


Border color

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

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

This div border color is #A591B2.


Opacity

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

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

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

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

This text has shadow with #A591B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A591B2 on black background.


Color preview on white background

This text has color #A591B2 on white background.



Black color preview on #A591B2 background

This text has black color on #A591B2 background.


White color preview on #A591B2 background

This text has white color on #A591B2 background.