COLOR #A59DD8

HEX: #A59DD8 RGB: (165,157,216)

Color info

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

RGB color model

#A59DD8 color RGB value is (165,157,216).

RGB: (165,157,216) (65%, 62%, 85%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 216 of 255 = 85%

165
157
216

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

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 216 = 538 (100%)
R 165 of 538 ~ 30.67%
G 157 of 538 ~ 29.18%
B 216 of 538 ~ 40.15'%

%30.67
%29.18
%40.15

CMYK color model

#A59DD8 color CMYK value is (24,27,0,15).

  • cyan value is 23.61%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (24,27,0,15)
C24M27Y0K15 (24%, 27%, 0%, 15%)
(0.24 / 0.27 / 0.00 / 0.15)

CMYK percentages

%23.61
%27.31
%0
%15.29

Codes

Color #A59DD8 in popluar color models

A5 9D D8
RGB 165 157 216
HSL 248° 43.07% 73.14%
HSB/HSV 248° 27.31% 84.71%
CMYK 23.61% 27.31% 0.00%
15.29%

Color #A59DD8 in popluar number systems.

HEX A5 9D D8
Decimal 165 157 216
Binary 10100101 10011101 11011000
Octal 245 235 330

Shades and tints

Shades of #A59DD8

#A59DD8
(165,157,216)
#968FC5
(150,143,197)
#8781B2
(135,129,178)
#78739F
(120,115,159)
#69658C
(105,101,140)
#5A5779
(90,87,121)
#4B4966
(75,73,102)
#3C3B53
(60,59,83)
#2D2D40
(45,45,64)
#1E1F2D
(30,31,45)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #A59DD8

#A59DD8
(165,157,216)
#ADA5DB
(173,165,219)
#B5ADDE
(181,173,222)
#BDB5E1
(189,181,225)
#C5BDE4
(197,189,228)
#CDC5E7
(205,197,231)
#D5CDEA
(213,205,234)
#DDD5ED
(221,213,237)
#E5DDF0
(229,221,240)
#EDE5F3
(237,229,243)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DD8; }

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

This text font color is #A59DD8.

Background Color

.myBgColor { background-color: #A59DD8; }

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

This div background color is #A59DD8.

Border color

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

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

This div border color is #A59DD8.

Opacity

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

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

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

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

This text has shadow with #A59DD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59DD8.

Preview

Color preview on black background

This text has color #A59DD8 on black background.


Color preview on white background

This text has color #A59DD8 on white background.


Black color preview on #A59DD8 background

This text has black color on #A59DD8 background.


White color preview on #A59DD8 background

This text has white color on #A59DD8 background.


Related colors

Complementary color

Complementary color for #hex is #5A6227.


I love getcolorcode.com

Triadic colors

1 #D8A59D and #9DD8A5 with #A59DD8 are triadic colors.

2 #D89DA5 and #9DA5D8 with #A59DD8 are triadic colors.