COLOR #A59DF0

HEX: #A59DF0 RGB: (165,157,240)

Color info

#A59DF0 contains mainly blue color. Web safe color of #A59DF0 is #9999FF (or #99F).

RGB color model

#A59DF0 color RGB value is (165,157,240).

RGB: (165,157,240) (65%, 62%, 94%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 240 of 255 = 94%

165
157
240

R + G + B ~ 74%. #A59DF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 240 = 562 (100%)
R 165 of 562 ~ 29.36%
G 157 of 562 ~ 27.94%
B 240 of 562 ~ 42.7'%

%29.36
%27.94
%42.7

CMYK color model

#A59DF0 color CMYK value is (31,35,0,6).

  • cyan value is 31.25%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (31,35,0,6)
C31M35Y0K6 (31%, 35%, 0%, 6%)
(0.31 / 0.35 / 0.00 / 0.06)

CMYK percentages

%31.25
%34.58
%0
%5.88

Codes

Color #A59DF0 in popluar color models

A5 9D F0
RGB 165 157 240
HSL 246° 73.45% 77.84%
HSB/HSV 246° 34.58% 94.12%
CMYK 31.25% 34.58% 0.00%
5.88%

Color #A59DF0 in popluar number systems.

HEX A5 9D F0
Decimal 165 157 240
Binary 10100101 10011101 11110000
Octal 245 235 360

Shades and tints

Shades of #A59DF0

#A59DF0
(165,157,240)
#968FDB
(150,143,219)
#8781C6
(135,129,198)
#7873B1
(120,115,177)
#69659C
(105,101,156)
#5A5787
(90,87,135)
#4B4972
(75,73,114)
#3C3B5D
(60,59,93)
#2D2D48
(45,45,72)
#1E1F33
(30,31,51)
#0F111E
(15,17,30)
#000000
(0,0,0)

Tints of #A59DF0

#A59DF0
(165,157,240)
#ADA5F1
(173,165,241)
#B5ADF2
(181,173,242)
#BDB5F3
(189,181,243)
#C5BDF4
(197,189,244)
#CDC5F5
(205,197,245)
#D5CDF6
(213,205,246)
#DDD5F7
(221,213,247)
#E5DDF8
(229,221,248)
#EDE5F9
(237,229,249)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DF0; }

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

This text font color is #A59DF0.

Background Color

.myBgColor { background-color: #A59DF0; }

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

This div background color is #A59DF0.

Border color

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

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

This div border color is #A59DF0.

Opacity

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

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

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

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

This text has shadow with #A59DF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59DF0.

Preview

Color preview on black background

This text has color #A59DF0 on black background.


Color preview on white background

This text has color #A59DF0 on white background.


Black color preview on #A59DF0 background

This text has black color on #A59DF0 background.


White color preview on #A59DF0 background

This text has white color on #A59DF0 background.


Related colors

Complementary color

Complementary color for #hex is #5A620F.


I love getcolorcode.com

Triadic colors

1 #F0A59D and #9DF0A5 with #A59DF0 are triadic colors.

2 #F09DA5 and #9DA5F0 with #A59DF0 are triadic colors.