COLOR #A59AD1

HEX: #A59AD1 RGB: (165,154,209)

Color info

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

RGB color model

#A59AD1 color RGB value is (165,154,209).

RGB: (165,154,209) (65%, 60%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 209 of 255 = 82%

165
154
209

R + G + B ~ 69%. #A59AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 154 + 209 = 528 (100%)
R 165 of 528 ~ 31.25%
G 154 of 528 ~ 29.17%
B 209 of 528 ~ 39.58'%

%31.25
%29.17
%39.58

CMYK color model

#A59AD1 color CMYK value is (21,26,0,18).

  • cyan value is 21.05%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (21,26,0,18)
C21M26Y0K18 (21%, 26%, 0%, 18%)
(0.21 / 0.26 / 0.00 / 0.18)

CMYK percentages

%21.05
%26.32
%0
%18.04

Codes

Color #A59AD1 in popluar color models

A5 9A D1
RGB 165 154 209
HSL 252° 37.41% 71.18%
HSB/HSV 252° 26.32% 81.96%
CMYK 21.05% 26.32% 0.00%
18.04%

Color #A59AD1 in popluar number systems.

HEX A5 9A D1
Decimal 165 154 209
Binary 10100101 10011010 11010001
Octal 245 232 321

Shades and tints

Shades of #A59AD1

#A59AD1
(165,154,209)
#968CBE
(150,140,190)
#877EAB
(135,126,171)
#787098
(120,112,152)
#696285
(105,98,133)
#5A5472
(90,84,114)
#4B465F
(75,70,95)
#3C384C
(60,56,76)
#2D2A39
(45,42,57)
#1E1C26
(30,28,38)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A59AD1

#A59AD1
(165,154,209)
#ADA3D5
(173,163,213)
#B5ACD9
(181,172,217)
#BDB5DD
(189,181,221)
#C5BEE1
(197,190,225)
#CDC7E5
(205,199,229)
#D5D0E9
(213,208,233)
#DDD9ED
(221,217,237)
#E5E2F1
(229,226,241)
#EDEBF5
(237,235,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59AD1 color. Also use rgb(165,154,209) instead hex code.

Text Font Color

.myTextColor { color: #A59AD1; }

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

This text font color is #A59AD1.

Background Color

.myBgColor { background-color: #A59AD1; }

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

This div background color is #A59AD1.

Border color

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

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

This div border color is #A59AD1.

Opacity

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

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

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

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

This text has shadow with #A59AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59AD1.

Preview

Color preview on black background

This text has color #A59AD1 on black background.


Color preview on white background

This text has color #A59AD1 on white background.


Black color preview on #A59AD1 background

This text has black color on #A59AD1 background.


White color preview on #A59AD1 background

This text has white color on #A59AD1 background.


Related colors

Complementary color

Complementary color for #hex is #5A652E.


I love getcolorcode.com

Triadic colors

1 #D1A59A and #9AD1A5 with #A59AD1 are triadic colors.

2 #D19AA5 and #9AA5D1 with #A59AD1 are triadic colors.