COLOR #A59FD3

HEX: #A59FD3
RGB: (165,159,211)

Color info

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

RGB color model

#A59FD3 color RGB value is (165,159,211).

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

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 211 of 255 = 83%

165
159
211

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 211 = 535 (100%)
R 165 of 535 ~ 30.84%
G 159 of 535 ~ 29.72%
B 211 of 535 ~ 39.44%

%30.84
%29.72
%39.44

CMYK color model

#A59FD3 color CMYK value is (22,25,0,17).

  • cyan value is 21.80%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(22,25,0,17)
C22M25Y0K17 
(22%,25%,0%,17%)
(0.22/0.25/0.00/0.17)	

CMYK percentages

%21.8
%24.64
%0
%17.25

Codes

Color #A59FD3 in popluar color models

A59FD3
RGB165159211
HSL247°37.14%72.55%
HSB/HSV247°24.64%82.75%
CMYK21.80%24.64%0.00%
17.25%

Color #A59FD3 in popluar number systems.

HEXA59FD3
Decimal165159211
Binary101001011001111111010011
Octal245237323

Shades and tints

Shades of #A59FD3

#A59FD3
(165,159,211)
#9691C0
(150,145,192)
#8783AD
(135,131,173)
#78759A
(120,117,154)
#696787
(105,103,135)
#5A5974
(90,89,116)
#4B4B61
(75,75,97)
#3C3D4E
(60,61,78)
#2D2F3B
(45,47,59)
#1E2128
(30,33,40)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A59FD3

#A59FD3
(165,159,211)
#ADA7D7
(173,167,215)
#B5AFDB
(181,175,219)
#BDB7DF
(189,183,223)
#C5BFE3
(197,191,227)
#CDC7E7
(205,199,231)
#D5CFEB
(213,207,235)
#DDD7EF
(221,215,239)
#E5DFF3
(229,223,243)
#EDE7F7
(237,231,247)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59FD3; }

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

This text font color is #A59FD3.


Background Color

.myBgColor { background-color: #A59FD3; }

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

This div background color is #A59FD3.


Border color

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

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

This div border color is #A59FD3.


Opacity

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

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

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

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

This text has shadow with #A59FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FD3 on black background.


Color preview on white background

This text has color #A59FD3 on white background.



Black color preview on #A59FD3 background

This text has black color on #A59FD3 background.


White color preview on #A59FD3 background

This text has white color on #A59FD3 background.