COLOR #A59BC5

HEX: #A59BC5
RGB: (165,155,197)

Color info

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

RGB color model

#A59BC5 color RGB value is (165,155,197).

  • red value is 165;
  • green value is 155;
  • blue value is 197.
RGB:
(165,155,197)
(65%,61%,77%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 197 of 255 = 77%

165
155
197

R + G + B ~ 68%. #A59BC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 197 = 517 (100%)
R 165 of 517 ~ 31.91%
G 155 of 517 ~ 29.98%
B 197 of 517 ~ 38.1%

%31.91
%29.98
%38.1

CMYK color model

#A59BC5 color CMYK value is (16,21,0,23).

  • cyan value is 16.24%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,21,0,23)
C16M21Y0K23 
(16%,21%,0%,23%)
(0.16/0.21/0.00/0.23)	

CMYK percentages

%16.24
%21.32
%0
%22.75

Codes

Color #A59BC5 in popluar color models

A59BC5
RGB165155197
HSL254°26.58%69.02%
HSB/HSV254°21.32%77.25%
CMYK16.24%21.32%0.00%
22.75%

Color #A59BC5 in popluar number systems.

HEXA59BC5
Decimal165155197
Binary101001011001101111000101
Octal245233305

Shades and tints

Shades of #A59BC5

#A59BC5
(165,155,197)
#968DB4
(150,141,180)
#877FA3
(135,127,163)
#787192
(120,113,146)
#696381
(105,99,129)
#5A5570
(90,85,112)
#4B475F
(75,71,95)
#3C394E
(60,57,78)
#2D2B3D
(45,43,61)
#1E1D2C
(30,29,44)
#0F0F1B
(15,15,27)
#000000
(0,0,0)

Tints of #A59BC5

#A59BC5
(165,155,197)
#ADA4CA
(173,164,202)
#B5ADCF
(181,173,207)
#BDB6D4
(189,182,212)
#C5BFD9
(197,191,217)
#CDC8DE
(205,200,222)
#D5D1E3
(213,209,227)
#DDDAE8
(221,218,232)
#E5E3ED
(229,227,237)
#EDECF2
(237,236,242)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BC5; }

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

This text font color is #A59BC5.


Background Color

.myBgColor { background-color: #A59BC5; }

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

This div background color is #A59BC5.


Border color

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

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

This div border color is #A59BC5.


Opacity

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

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

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

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

This text has shadow with #A59BC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BC5 on black background.


Color preview on white background

This text has color #A59BC5 on white background.



Black color preview on #A59BC5 background

This text has black color on #A59BC5 background.


White color preview on #A59BC5 background

This text has white color on #A59BC5 background.