COLOR #A59ECF

HEX: #A59ECF RGB: (165,158,207)

Color info

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

RGB color model

#A59ECF color RGB value is (165,158,207).

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

RGB channels and saturation

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

165
158
207

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

Portions of RGB colors in percentages

R + G + B = 165 + 158 + 207 = 530 (100%)
R 165 of 530 ~ 31.13%
G 158 of 530 ~ 29.81%
B 207 of 530 ~ 39.06'%

%31.13
%29.81
%39.06

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 23.67%
  • 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
%23.67
%0
%18.82

Codes

Color #A59ECF in popluar color models

A5 9E CF
RGB 165 158 207
HSL 249° 33.79% 71.57%
HSB/HSV 249° 23.67% 81.18%
CMYK 20.29% 23.67% 0.00%
18.82%

Color #A59ECF in popluar number systems.

HEX A5 9E CF
Decimal 165 158 207
Binary 10100101 10011110 11001111
Octal 245 236 317

Shades and tints

Shades of #A59ECF

#A59ECF
(165,158,207)
#9690BD
(150,144,189)
#8782AB
(135,130,171)
#787499
(120,116,153)
#696687
(105,102,135)
#5A5875
(90,88,117)
#4B4A63
(75,74,99)
#3C3C51
(60,60,81)
#2D2E3F
(45,46,63)
#1E202D
(30,32,45)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #A59ECF

#A59ECF
(165,158,207)
#ADA6D3
(173,166,211)
#B5AED7
(181,174,215)
#BDB6DB
(189,182,219)
#C5BEDF
(197,190,223)
#CDC6E3
(205,198,227)
#D5CEE7
(213,206,231)
#DDD6EB
(221,214,235)
#E5DEEF
(229,222,239)
#EDE6F3
(237,230,243)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59ECF; }

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

This text font color is #A59ECF.

Background Color

.myBgColor { background-color: #A59ECF; }

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

This div background color is #A59ECF.

Border color

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

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

This div border color is #A59ECF.

Opacity

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

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

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

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

This text has shadow with #A59ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59ECF.

Preview

Color preview on black background

This text has color #A59ECF on black background.


Color preview on white background

This text has color #A59ECF on white background.


Black color preview on #A59ECF background

This text has black color on #A59ECF background.


White color preview on #A59ECF background

This text has white color on #A59ECF background.


Related colors

Complementary color

Complementary color for #hex is #5A6130.


I love getcolorcode.com

Triadic colors

1 #CFA59E and #9ECFA5 with #A59ECF are triadic colors.

2 #CF9EA5 and #9EA5CF with #A59ECF are triadic colors.