COLOR #A59BD1

HEX: #A59BD1
RGB: (165,155,209)

Color info

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

RGB color model

#A59BD1 color RGB value is (165,155,209).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 209 of 255 = 82%

165
155
209

R + G + B ~ 69%. #A59BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 209 = 529 (100%)
R 165 of 529 ~ 31.19%
G 155 of 529 ~ 29.3%
B 209 of 529 ~ 39.51%

%31.19
%29.3
%39.51

CMYK color model

#A59BD1 color CMYK value is (21,26,0,18).

  • cyan value is 21.05%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(21,26,0,18)
C21M26Y0K18 
(21%,26%,0%,18%)
(0.21/0.26/0.00/0.18)	

CMYK percentages

%21.05
%25.84
%0
%18.04

Codes

Color #A59BD1 in popluar color models

A59BD1
RGB165155209
HSL251°36.99%71.37%
HSB/HSV251°25.84%81.96%
CMYK21.05%25.84%0.00%
18.04%

Color #A59BD1 in popluar number systems.

HEXA59BD1
Decimal165155209
Binary101001011001101111010001
Octal245233321

Shades and tints

Shades of #A59BD1

#A59BD1
(165,155,209)
#968DBE
(150,141,190)
#877FAB
(135,127,171)
#787198
(120,113,152)
#696385
(105,99,133)
#5A5572
(90,85,114)
#4B475F
(75,71,95)
#3C394C
(60,57,76)
#2D2B39
(45,43,57)
#1E1D26
(30,29,38)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A59BD1

#A59BD1
(165,155,209)
#ADA4D5
(173,164,213)
#B5ADD9
(181,173,217)
#BDB6DD
(189,182,221)
#C5BFE1
(197,191,225)
#CDC8E5
(205,200,229)
#D5D1E9
(213,209,233)
#DDDAED
(221,218,237)
#E5E3F1
(229,227,241)
#EDECF5
(237,236,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BD1; }

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

This text font color is #A59BD1.


Background Color

.myBgColor { background-color: #A59BD1; }

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

This div background color is #A59BD1.


Border color

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

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

This div border color is #A59BD1.


Opacity

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

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

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

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

This text has shadow with #A59BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BD1 on black background.


Color preview on white background

This text has color #A59BD1 on white background.



Black color preview on #A59BD1 background

This text has black color on #A59BD1 background.


White color preview on #A59BD1 background

This text has white color on #A59BD1 background.