COLOR #A59DDE

HEX: #A59DDE
RGB: (165,157,222)

Color info

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

RGB color model

#A59DDE color RGB value is (165,157,222).

  • red value is 165;
  • green value is 157;
  • blue value is 222.
RGB:
(165,157,222)
(65%,62%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 222 of 255 = 87%

165
157
222

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

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 222 = 544 (100%)
R 165 of 544 ~ 30.33%
G 157 of 544 ~ 28.86%
B 222 of 544 ~ 40.81%

%30.33
%28.86
%40.81

CMYK color model

#A59DDE color CMYK value is (26,29,0,13).

  • cyan value is 25.68%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,29,0,13)
C26M29Y0K13 
(26%,29%,0%,13%)
(0.26/0.29/0.00/0.13)	

CMYK percentages

%25.68
%29.28
%0
%12.94

Codes

Color #A59DDE in popluar color models

A59DDE
RGB165157222
HSL247°49.62%74.31%
HSB/HSV247°29.28%87.06%
CMYK25.68%29.28%0.00%
12.94%

Color #A59DDE in popluar number systems.

HEXA59DDE
Decimal165157222
Binary101001011001110111011110
Octal245235336

Shades and tints

Shades of #A59DDE

#A59DDE
(165,157,222)
#968FCA
(150,143,202)
#8781B6
(135,129,182)
#7873A2
(120,115,162)
#69658E
(105,101,142)
#5A577A
(90,87,122)
#4B4966
(75,73,102)
#3C3B52
(60,59,82)
#2D2D3E
(45,45,62)
#1E1F2A
(30,31,42)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A59DDE

#A59DDE
(165,157,222)
#ADA5E1
(173,165,225)
#B5ADE4
(181,173,228)
#BDB5E7
(189,181,231)
#C5BDEA
(197,189,234)
#CDC5ED
(205,197,237)
#D5CDF0
(213,205,240)
#DDD5F3
(221,213,243)
#E5DDF6
(229,221,246)
#EDE5F9
(237,229,249)
#F5EDFC
(245,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DDE; }

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

This text font color is #A59DDE.


Background Color

.myBgColor { background-color: #A59DDE; }

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

This div background color is #A59DDE.


Border color

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

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

This div border color is #A59DDE.


Opacity

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

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

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

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

This text has shadow with #A59DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DDE on black background.


Color preview on white background

This text has color #A59DDE on white background.



Black color preview on #A59DDE background

This text has black color on #A59DDE background.


White color preview on #A59DDE background

This text has white color on #A59DDE background.