COLOR #A59FD1

HEX: #A59FD1
RGB: (165,159,209)

Color info

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

RGB color model

#A59FD1 color RGB value is (165,159,209).

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

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 209 of 255 = 82%

165
159
209

R + G + B ~ 70%. #A59FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 209 = 533 (100%)
R 165 of 533 ~ 30.96%
G 159 of 533 ~ 29.83%
B 209 of 533 ~ 39.21%

%30.96
%29.83
%39.21

CMYK color model

#A59FD1 color CMYK value is (21,24,0,18).

  • cyan value is 21.05%
  • magenta value is 23.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(21,24,0,18)
C21M24Y0K18 
(21%,24%,0%,18%)
(0.21/0.24/0.00/0.18)	

CMYK percentages

%21.05
%23.92
%0
%18.04

Codes

Color #A59FD1 in popluar color models

A59FD1
RGB165159209
HSL247°35.21%72.16%
HSB/HSV247°23.92%81.96%
CMYK21.05%23.92%0.00%
18.04%

Color #A59FD1 in popluar number systems.

HEXA59FD1
Decimal165159209
Binary101001011001111111010001
Octal245237321

Shades and tints

Shades of #A59FD1

#A59FD1
(165,159,209)
#9691BE
(150,145,190)
#8783AB
(135,131,171)
#787598
(120,117,152)
#696785
(105,103,133)
#5A5972
(90,89,114)
#4B4B5F
(75,75,95)
#3C3D4C
(60,61,76)
#2D2F39
(45,47,57)
#1E2126
(30,33,38)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A59FD1

#A59FD1
(165,159,209)
#ADA7D5
(173,167,213)
#B5AFD9
(181,175,217)
#BDB7DD
(189,183,221)
#C5BFE1
(197,191,225)
#CDC7E5
(205,199,229)
#D5CFE9
(213,207,233)
#DDD7ED
(221,215,237)
#E5DFF1
(229,223,241)
#EDE7F5
(237,231,245)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59FD1; }

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

This text font color is #A59FD1.


Background Color

.myBgColor { background-color: #A59FD1; }

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

This div background color is #A59FD1.


Border color

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

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

This div border color is #A59FD1.


Opacity

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

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

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

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

This text has shadow with #A59FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FD1 on black background.


Color preview on white background

This text has color #A59FD1 on white background.



Black color preview on #A59FD1 background

This text has black color on #A59FD1 background.


White color preview on #A59FD1 background

This text has white color on #A59FD1 background.