COLOR #A59CF0

HEX: #A59CF0
RGB: (165,156,240)

Color info

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

RGB color model

#A59CF0 color RGB value is (165,156,240).

  • red value is 165;
  • green value is 156;
  • blue value is 240.
RGB:
(165,156,240)
(65%,61%,94%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 240 of 255 = 94%

165
156
240

R + G + B ~ 73%. #A59CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 240 = 561 (100%)
R 165 of 561 ~ 29.41%
G 156 of 561 ~ 27.81%
B 240 of 561 ~ 42.78%

%29.41
%27.81
%42.78

CMYK color model

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

  • cyan value is 31.25%
  • magenta value is 35.00%
  • 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
%35
%0
%5.88

Codes

Color #A59CF0 in popluar color models

A59CF0
RGB165156240
HSL246°73.68%77.65%
HSB/HSV246°35.00%94.12%
CMYK31.25%35.00%0.00%
5.88%

Color #A59CF0 in popluar number systems.

HEXA59CF0
Decimal165156240
Binary101001011001110011110000
Octal245234360

Shades and tints

Shades of #A59CF0

#A59CF0
(165,156,240)
#968EDB
(150,142,219)
#8780C6
(135,128,198)
#7872B1
(120,114,177)
#69649C
(105,100,156)
#5A5687
(90,86,135)
#4B4872
(75,72,114)
#3C3A5D
(60,58,93)
#2D2C48
(45,44,72)
#1E1E33
(30,30,51)
#0F101E
(15,16,30)
#000000
(0,0,0)

Tints of #A59CF0

#A59CF0
(165,156,240)
#ADA5F1
(173,165,241)
#B5AEF2
(181,174,242)
#BDB7F3
(189,183,243)
#C5C0F4
(197,192,244)
#CDC9F5
(205,201,245)
#D5D2F6
(213,210,246)
#DDDBF7
(221,219,247)
#E5E4F8
(229,228,248)
#EDEDF9
(237,237,249)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CF0; }

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

This text font color is #A59CF0.


Background Color

.myBgColor { background-color: #A59CF0; }

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

This div background color is #A59CF0.


Border color

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

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

This div border color is #A59CF0.


Opacity

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

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

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

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

This text has shadow with #A59CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CF0 on black background.


Color preview on white background

This text has color #A59CF0 on white background.



Black color preview on #A59CF0 background

This text has black color on #A59CF0 background.


White color preview on #A59CF0 background

This text has white color on #A59CF0 background.