COLOR #A59FF8

HEX: #A59FF8 RGB: (165,159,248)

Color info

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

RGB color model

#A59FF8 color RGB value is (165,159,248).

RGB: (165,159,248) (65%, 62%, 97%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 248 of 255 = 97%

165
159
248

R + G + B ~ 75%. #A59FF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 159 + 248 = 572 (100%)
R 165 of 572 ~ 28.85%
G 159 of 572 ~ 27.8%
B 248 of 572 ~ 43.36'%

%28.85
%27.8
%43.36

CMYK color model

#A59FF8 color CMYK value is (33,36,0,3).

  • cyan value is 33.47%
  • magenta value is 35.89%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (33,36,0,3)
C33M36Y0K3 (33%, 36%, 0%, 3%)
(0.33 / 0.36 / 0.00 / 0.03)

CMYK percentages

%33.47
%35.89
%0
%2.75

Codes

Color #A59FF8 in popluar color models

A5 9F F8
RGB 165 159 248
HSL 244° 86.41% 79.80%
HSB/HSV 244° 35.89% 97.25%
CMYK 33.47% 35.89% 0.00%
2.75%

Color #A59FF8 in popluar number systems.

HEX A5 9F F8
Decimal 165 159 248
Binary 10100101 10011111 11111000
Octal 245 237 370

Shades and tints

Shades of #A59FF8

#A59FF8
(165,159,248)
#9691E2
(150,145,226)
#8783CC
(135,131,204)
#7875B6
(120,117,182)
#6967A0
(105,103,160)
#5A598A
(90,89,138)
#4B4B74
(75,75,116)
#3C3D5E
(60,61,94)
#2D2F48
(45,47,72)
#1E2132
(30,33,50)
#0F131C
(15,19,28)
#000000
(0,0,0)

Tints of #A59FF8

#A59FF8
(165,159,248)
#ADA7F8
(173,167,248)
#B5AFF8
(181,175,248)
#BDB7F8
(189,183,248)
#C5BFF8
(197,191,248)
#CDC7F8
(205,199,248)
#D5CFF8
(213,207,248)
#DDD7F8
(221,215,248)
#E5DFF8
(229,223,248)
#EDE7F8
(237,231,248)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59FF8; }

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

This text font color is #A59FF8.

Background Color

.myBgColor { background-color: #A59FF8; }

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

This div background color is #A59FF8.

Border color

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

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

This div border color is #A59FF8.

Opacity

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

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

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

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

This text has shadow with #A59FF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59FF8.

Preview

Color preview on black background

This text has color #A59FF8 on black background.


Color preview on white background

This text has color #A59FF8 on white background.


Black color preview on #A59FF8 background

This text has black color on #A59FF8 background.


White color preview on #A59FF8 background

This text has white color on #A59FF8 background.


Related colors

Complementary color

Complementary color for #hex is #5A6007.


I love getcolorcode.com

Triadic colors

1 #F8A59F and #9FF8A5 with #A59FF8 are triadic colors.

2 #F89FA5 and #9FA5F8 with #A59FF8 are triadic colors.