COLOR #A59ED4

HEX: #A59ED4
RGB: (165,158,212)

Color info

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

RGB color model

#A59ED4 color RGB value is (165,158,212).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 212 of 255 = 83%

165
158
212

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 212 = 535 (100%)
R 165 of 535 ~ 30.84%
G 158 of 535 ~ 29.53%
B 212 of 535 ~ 39.63%

%30.84
%29.53
%39.63

CMYK color model

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

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

CMYK percentages

%22.17
%25.47
%0
%16.86

Codes

Color #A59ED4 in popluar color models

A59ED4
RGB165158212
HSL248°38.57%72.55%
HSB/HSV248°25.47%83.14%
CMYK22.17%25.47%0.00%
16.86%

Color #A59ED4 in popluar number systems.

HEXA59ED4
Decimal165158212
Binary101001011001111011010100
Octal245236324

Shades and tints

Shades of #A59ED4

#A59ED4
(165,158,212)
#9690C1
(150,144,193)
#8782AE
(135,130,174)
#78749B
(120,116,155)
#696688
(105,102,136)
#5A5875
(90,88,117)
#4B4A62
(75,74,98)
#3C3C4F
(60,60,79)
#2D2E3C
(45,46,60)
#1E2029
(30,32,41)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A59ED4

#A59ED4
(165,158,212)
#ADA6D7
(173,166,215)
#B5AEDA
(181,174,218)
#BDB6DD
(189,182,221)
#C5BEE0
(197,190,224)
#CDC6E3
(205,198,227)
#D5CEE6
(213,206,230)
#DDD6E9
(221,214,233)
#E5DEEC
(229,222,236)
#EDE6EF
(237,230,239)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59ED4; }

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

This text font color is #A59ED4.


Background Color

.myBgColor { background-color: #A59ED4; }

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

This div background color is #A59ED4.


Border color

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

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

This div border color is #A59ED4.


Opacity

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

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

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

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

This text has shadow with #A59ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59ED4 on black background.


Color preview on white background

This text has color #A59ED4 on white background.



Black color preview on #A59ED4 background

This text has black color on #A59ED4 background.


White color preview on #A59ED4 background

This text has white color on #A59ED4 background.