COLOR #A59DCF

HEX: #A59DCF RGB: (165,157,207)

Color info

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

RGB color model

#A59DCF color RGB value is (165,157,207).

RGB: (165,157,207) (65%, 62%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 207 of 255 = 81%

165
157
207

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

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 207 = 529 (100%)
R 165 of 529 ~ 31.19%
G 157 of 529 ~ 29.68%
B 207 of 529 ~ 39.13'%

%31.19
%29.68
%39.13

CMYK color model

#A59DCF color CMYK value is (20,24,0,19).

  • cyan value is 20.29%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (20,24,0,19) C20M24Y0K19 (20%,24%,0%,19%) (0.20/0.24/0.00/0.19) 

CMYK percentages

%20.29
%24.15
%0
%18.82

Codes

Color #A59DCF in popluar color models

A5 9D CF
RGB 165 157 207
HSL 250° 34.25% 71.37%
HSB/HSV 250° 24.15% 81.18%
CMYK 20.29% 24.15% 0.00%
18.82%

Color #A59DCF in popluar number systems.

HEX A5 9D CF
Decimal 165 157 207
Binary 10100101 10011101 11001111
Octal 245 235 317

Shades and tints

Shades of #A59DCF

#A59DCF
(165,157,207)
#968FBD
(150,143,189)
#8781AB
(135,129,171)
#787399
(120,115,153)
#696587
(105,101,135)
#5A5775
(90,87,117)
#4B4963
(75,73,99)
#3C3B51
(60,59,81)
#2D2D3F
(45,45,63)
#1E1F2D
(30,31,45)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #A59DCF

#A59DCF
(165,157,207)
#ADA5D3
(173,165,211)
#B5ADD7
(181,173,215)
#BDB5DB
(189,181,219)
#C5BDDF
(197,189,223)
#CDC5E3
(205,197,227)
#D5CDE7
(213,205,231)
#DDD5EB
(221,213,235)
#E5DDEF
(229,221,239)
#EDE5F3
(237,229,243)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59DCF color. Also use rgb(165,157,207) instead hex code.

Text Font Color

.myTextColor { color: #A59DCF; }

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

This text font color is #A59DCF.

Background Color

.myBgColor { background-color: #A59DCF; }

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

This div background color is #A59DCF.

Border color

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

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

This div border color is #A59DCF.

Opacity

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

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

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

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

This text has shadow with #A59DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59DCF.

Preview

Color preview on black background

This text has color #A59DCF on black background.


Color preview on white background

This text has color #A59DCF on white background.


Black color preview on #A59DCF background

This text has black color on #A59DCF background.


White color preview on #A59DCF background

This text has white color on #A59DCF background.


Related colors

Complementary color

Complementary color for #hex is #5A6230.


I love getcolorcode.com

Triadic colors

1 #CFA59D and #9DCFA5 with #A59DCF are triadic colors.

2 #CF9DA5 and #9DA5CF with #A59DCF are triadic colors.