COLOR #A59BB1

HEX: #A59BB1 RGB: (165,155,177)

Color info

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

RGB color model

#A59BB1 color RGB value is (165,155,177).

RGB: (165,155,177) (65%, 61%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 177 of 255 = 69%

165
155
177

R + G + B ~ 65%. #A59BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 155 + 177 = 497 (100%)
R 165 of 497 ~ 33.2%
G 155 of 497 ~ 31.19%
B 177 of 497 ~ 35.61'%

%33.2
%31.19
%35.61

CMYK color model

#A59BB1 color CMYK value is (7,12,0,31).

  • cyan value is 6.78%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (7,12,0,31)
C7M12Y0K31 (7%, 12%, 0%, 31%)
(0.07 / 0.12 / 0.00 / 0.31)

CMYK percentages

%6.78
%12.43
%0
%30.59

Codes

Color #A59BB1 in popluar color models

A5 9B B1
RGB 165 155 177
HSL 267° 12.36% 65.10%
HSB/HSV 267° 12.43% 69.41%
CMYK 6.78% 12.43% 0.00%
30.59%

Color #A59BB1 in popluar number systems.

HEX A5 9B B1
Decimal 165 155 177
Binary 10100101 10011011 10110001
Octal 245 233 261

Shades and tints

Shades of #A59BB1

#A59BB1
(165,155,177)
#968DA1
(150,141,161)
#877F91
(135,127,145)
#787181
(120,113,129)
#696371
(105,99,113)
#5A5561
(90,85,97)
#4B4751
(75,71,81)
#3C3941
(60,57,65)
#2D2B31
(45,43,49)
#1E1D21
(30,29,33)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A59BB1

#A59BB1
(165,155,177)
#ADA4B8
(173,164,184)
#B5ADBF
(181,173,191)
#BDB6C6
(189,182,198)
#C5BFCD
(197,191,205)
#CDC8D4
(205,200,212)
#D5D1DB
(213,209,219)
#DDDAE2
(221,218,226)
#E5E3E9
(229,227,233)
#EDECF0
(237,236,240)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BB1 color. Also use rgb(165,155,177) instead hex code.

Text Font Color

.myTextColor { color: #A59BB1; }

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

This text font color is #A59BB1.

Background Color

.myBgColor { background-color: #A59BB1; }

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

This div background color is #A59BB1.

Border color

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

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

This div border color is #A59BB1.

Opacity

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

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

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

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

This text has shadow with #A59BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59BB1.

Preview

Color preview on black background

This text has color #A59BB1 on black background.


Color preview on white background

This text has color #A59BB1 on white background.


Black color preview on #A59BB1 background

This text has black color on #A59BB1 background.


White color preview on #A59BB1 background

This text has white color on #A59BB1 background.


Related colors

Complementary color

Complementary color for #hex is #5A644E.


I love getcolorcode.com

Triadic colors

1 #B1A59B and #9BB1A5 with #A59BB1 are triadic colors.

2 #B19BA5 and #9BA5B1 with #A59BB1 are triadic colors.