COLOR #A591BE

HEX: #A591BE RGB: (165,145,190)

Color info

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

RGB color model

#A591BE color RGB value is (165,145,190).

RGB: (165,145,190) (65%, 57%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 190 of 255 = 75%

165
145
190

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

Portions of RGB colors in percentages

R + G + B = 165 + 145 + 190 = 500 (100%)
R 165 of 500 ~ 33%
G 145 of 500 ~ 29%
B 190 of 500 ~ 38'%

%33
%29
%38

CMYK color model

#A591BE color CMYK value is (13,24,0,25).

  • cyan value is 13.16%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (13,24,0,25) C13M24Y0K25 (13%,24%,0%,25%) (0.13/0.24/0.00/0.25) 

CMYK percentages

%13.16
%23.68
%0
%25.49

Codes

Color #A591BE in popluar color models

A5 91 BE
RGB 165 145 190
HSL 267° 25.71% 65.69%
HSB/HSV 267° 23.68% 74.51%
CMYK 13.16% 23.68% 0.00%
25.49%

Color #A591BE in popluar number systems.

HEX A5 91 BE
Decimal 165 145 190
Binary 10100101 10010001 10111110
Octal 245 221 276

Shades and tints

Shades of #A591BE

#A591BE
(165,145,190)
#9684AD
(150,132,173)
#87779C
(135,119,156)
#786A8B
(120,106,139)
#695D7A
(105,93,122)
#5A5069
(90,80,105)
#4B4358
(75,67,88)
#3C3647
(60,54,71)
#2D2936
(45,41,54)
#1E1C25
(30,28,37)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A591BE

#A591BE
(165,145,190)
#AD9BC3
(173,155,195)
#B5A5C8
(181,165,200)
#BDAFCD
(189,175,205)
#C5B9D2
(197,185,210)
#CDC3D7
(205,195,215)
#D5CDDC
(213,205,220)
#DDD7E1
(221,215,225)
#E5E1E6
(229,225,230)
#EDEBEB
(237,235,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A591BE; }

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

This text font color is #A591BE.

Background Color

.myBgColor { background-color: #A591BE; }

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

This div background color is #A591BE.

Border color

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

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

This div border color is #A591BE.

Opacity

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

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

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

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

This text has shadow with #A591BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A591BE.

Preview

Color preview on black background

This text has color #A591BE on black background.


Color preview on white background

This text has color #A591BE on white background.


Black color preview on #A591BE background

This text has black color on #A591BE background.


White color preview on #A591BE background

This text has white color on #A591BE background.


Related colors

Complementary color

Complementary color for #hex is #5A6E41.


I love getcolorcode.com

Triadic colors

1 #BEA591 and #91BEA5 with #A591BE are triadic colors.

2 #BE91A5 and #91A5BE with #A591BE are triadic colors.