COLOR #A585F5

HEX: #A585F5
RGB: (165,133,245)

Color info

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

RGB color model

#A585F5 color RGB value is (165,133,245).

  • red value is 165;
  • green value is 133;
  • blue value is 245.
RGB:
(165,133,245)
(65%,52%,96%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 245 of 255 = 96%

165
133
245

R + G + B ~ 71%. #A585F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 245 = 543 (100%)
R 165 of 543 ~ 30.39%
G 133 of 543 ~ 24.49%
B 245 of 543 ~ 45.12%

%30.39
%24.49
%45.12

CMYK color model

#A585F5 color CMYK value is (33,46,0,4).

  • cyan value is 32.65%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(33,46,0,4)
C33M46Y0K4 
(33%,46%,0%,4%)
(0.33/0.46/0.00/0.04)	

CMYK percentages

%32.65
%45.71
%0
%3.92

Codes

Color #A585F5 in popluar color models

A585F5
RGB165133245
HSL257°84.85%74.12%
HSB/HSV257°45.71%96.08%
CMYK32.65%45.71%0.00%
3.92%

Color #A585F5 in popluar number systems.

HEXA585F5
Decimal165133245
Binary101001011000010111110101
Octal245205365

Shades and tints

Shades of #A585F5

#A585F5
(165,133,245)
#9679DF
(150,121,223)
#876DC9
(135,109,201)
#7861B3
(120,97,179)
#69559D
(105,85,157)
#5A4987
(90,73,135)
#4B3D71
(75,61,113)
#3C315B
(60,49,91)
#2D2545
(45,37,69)
#1E192F
(30,25,47)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #A585F5

#A585F5
(165,133,245)
#AD90F5
(173,144,245)
#B59BF5
(181,155,245)
#BDA6F5
(189,166,245)
#C5B1F5
(197,177,245)
#CDBCF5
(205,188,245)
#D5C7F5
(213,199,245)
#DDD2F5
(221,210,245)
#E5DDF5
(229,221,245)
#EDE8F5
(237,232,245)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A585F5 color. Also use rgb(165,133,245) instead hex code.

Text Font Color

.myTextColor { color: #A585F5; }

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

This text font color is #A585F5.


Background Color

.myBgColor { background-color: #A585F5; }

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

This div background color is #A585F5.


Border color

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

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

This div border color is #A585F5.


Opacity

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

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

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

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

This text has shadow with #A585F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A585F5 on black background.


Color preview on white background

This text has color #A585F5 on white background.



Black color preview on #A585F5 background

This text has black color on #A585F5 background.


White color preview on #A585F5 background

This text has white color on #A585F5 background.