COLOR #A59DDF

HEX: #A59DDF
RGB: (165,157,223)

Color info

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

RGB color model

#A59DDF color RGB value is (165,157,223).

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

RGB channels and saturation

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

165
157
223

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

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 223 = 545 (100%)
R 165 of 545 ~ 30.28%
G 157 of 545 ~ 28.81%
B 223 of 545 ~ 40.92%

%30.28
%28.81
%40.92

CMYK color model

#A59DDF color CMYK value is (26,30,0,13).

  • cyan value is 26.01%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,30,0,13)
C26M30Y0K13 
(26%,30%,0%,13%)
(0.26/0.30/0.00/0.13)	

CMYK percentages

%26.01
%29.6
%0
%12.55

Codes

Color #A59DDF in popluar color models

A59DDF
RGB165157223
HSL247°50.77%74.51%
HSB/HSV247°29.60%87.45%
CMYK26.01%29.60%0.00%
12.55%

Color #A59DDF in popluar number systems.

HEXA59DDF
Decimal165157223
Binary101001011001110111011111
Octal245235337

Shades and tints

Shades of #A59DDF

#A59DDF
(165,157,223)
#968FCB
(150,143,203)
#8781B7
(135,129,183)
#7873A3
(120,115,163)
#69658F
(105,101,143)
#5A577B
(90,87,123)
#4B4967
(75,73,103)
#3C3B53
(60,59,83)
#2D2D3F
(45,45,63)
#1E1F2B
(30,31,43)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A59DDF

#A59DDF
(165,157,223)
#ADA5E1
(173,165,225)
#B5ADE3
(181,173,227)
#BDB5E5
(189,181,229)
#C5BDE7
(197,189,231)
#CDC5E9
(205,197,233)
#D5CDEB
(213,205,235)
#DDD5ED
(221,213,237)
#E5DDEF
(229,221,239)
#EDE5F1
(237,229,241)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DDF; }

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

This text font color is #A59DDF.


Background Color

.myBgColor { background-color: #A59DDF; }

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

This div background color is #A59DDF.


Border color

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

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

This div border color is #A59DDF.


Opacity

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

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

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

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

This text has shadow with #A59DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DDF on black background.


Color preview on white background

This text has color #A59DDF on white background.



Black color preview on #A59DDF background

This text has black color on #A59DDF background.


White color preview on #A59DDF background

This text has white color on #A59DDF background.