COLOR #A59EDA

HEX: #A59EDA
RGB: (165,158,218)

Color info

#A59EDA contains mainly red and blue colors. Web safe color of #A59EDA is #9999CC (or #99C).

RGB color model

#A59EDA color RGB value is (165,158,218).

  • red value is 165;
  • green value is 158;
  • blue value is 218.
RGB:
(165,158,218)
(65%,62%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 218 of 255 = 85%

165
158
218

R + G + B ~ 71%. #A59EDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 218 = 541 (100%)
R 165 of 541 ~ 30.5%
G 158 of 541 ~ 29.21%
B 218 of 541 ~ 40.3%

%30.5
%29.21
%40.3

CMYK color model

#A59EDA color CMYK value is (24,28,0,15).

  • cyan value is 24.31%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,28,0,15)
C24M28Y0K15 
(24%,28%,0%,15%)
(0.24/0.28/0.00/0.15)	

CMYK percentages

%24.31
%27.52
%0
%14.51

Codes

Color #A59EDA in popluar color models

A59EDA
RGB165158218
HSL247°44.78%73.73%
HSB/HSV247°27.52%85.49%
CMYK24.31%27.52%0.00%
14.51%

Color #A59EDA in popluar number systems.

HEXA59EDA
Decimal165158218
Binary101001011001111011011010
Octal245236332

Shades and tints

Shades of #A59EDA

#A59EDA
(165,158,218)
#9690C7
(150,144,199)
#8782B4
(135,130,180)
#7874A1
(120,116,161)
#69668E
(105,102,142)
#5A587B
(90,88,123)
#4B4A68
(75,74,104)
#3C3C55
(60,60,85)
#2D2E42
(45,46,66)
#1E202F
(30,32,47)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #A59EDA

#A59EDA
(165,158,218)
#ADA6DD
(173,166,221)
#B5AEE0
(181,174,224)
#BDB6E3
(189,182,227)
#C5BEE6
(197,190,230)
#CDC6E9
(205,198,233)
#D5CEEC
(213,206,236)
#DDD6EF
(221,214,239)
#E5DEF2
(229,222,242)
#EDE6F5
(237,230,245)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59EDA; }

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

This text font color is #A59EDA.


Background Color

.myBgColor { background-color: #A59EDA; }

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

This div background color is #A59EDA.


Border color

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

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

This div border color is #A59EDA.


Opacity

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

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

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

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

This text has shadow with #A59EDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59EDA on black background.


Color preview on white background

This text has color #A59EDA on white background.



Black color preview on #A59EDA background

This text has black color on #A59EDA background.


White color preview on #A59EDA background

This text has white color on #A59EDA background.