COLOR #A59FE4

HEX: #A59FE4
RGB: (165,159,228)

Color info

#A59FE4 contains mainly blue color. Web safe color of #A59FE4 is #9999CC (or #99C).

RGB color model

#A59FE4 color RGB value is (165,159,228).

  • red value is 165;
  • green value is 159;
  • blue value is 228.
RGB:
(165,159,228)
(65%,62%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 228 of 255 = 89%

165
159
228

R + G + B ~ 72%. #A59FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 228 = 552 (100%)
R 165 of 552 ~ 29.89%
G 159 of 552 ~ 28.8%
B 228 of 552 ~ 41.3%

%29.89
%28.8
%41.3

CMYK color model

#A59FE4 color CMYK value is (28,30,0,11).

  • cyan value is 27.63%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,30,0,11)
C28M30Y0K11 
(28%,30%,0%,11%)
(0.28/0.30/0.00/0.11)	

CMYK percentages

%27.63
%30.26
%0
%10.59

Codes

Color #A59FE4 in popluar color models

A59FE4
RGB165159228
HSL245°56.10%75.88%
HSB/HSV245°30.26%89.41%
CMYK27.63%30.26%0.00%
10.59%

Color #A59FE4 in popluar number systems.

HEXA59FE4
Decimal165159228
Binary101001011001111111100100
Octal245237344

Shades and tints

Shades of #A59FE4

#A59FE4
(165,159,228)
#9691D0
(150,145,208)
#8783BC
(135,131,188)
#7875A8
(120,117,168)
#696794
(105,103,148)
#5A5980
(90,89,128)
#4B4B6C
(75,75,108)
#3C3D58
(60,61,88)
#2D2F44
(45,47,68)
#1E2130
(30,33,48)
#0F131C
(15,19,28)
#000000
(0,0,0)

Tints of #A59FE4

#A59FE4
(165,159,228)
#ADA7E6
(173,167,230)
#B5AFE8
(181,175,232)
#BDB7EA
(189,183,234)
#C5BFEC
(197,191,236)
#CDC7EE
(205,199,238)
#D5CFF0
(213,207,240)
#DDD7F2
(221,215,242)
#E5DFF4
(229,223,244)
#EDE7F6
(237,231,246)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59FE4 color. Also use rgb(165,159,228) instead hex code.

Text Font Color

.myTextColor { color: #A59FE4; }

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

This text font color is #A59FE4.


Background Color

.myBgColor { background-color: #A59FE4; }

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

This div background color is #A59FE4.


Border color

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

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

This div border color is #A59FE4.


Opacity

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

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

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

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

This text has shadow with #A59FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FE4 on black background.


Color preview on white background

This text has color #A59FE4 on white background.



Black color preview on #A59FE4 background

This text has black color on #A59FE4 background.


White color preview on #A59FE4 background

This text has white color on #A59FE4 background.