COLOR #A583E4

HEX: #A583E4
RGB: (165,131,228)

Color info

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

RGB color model

#A583E4 color RGB value is (165,131,228).

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

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 228 of 255 = 89%

165
131
228

R + G + B ~ 68%. #A583E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 228 = 524 (100%)
R 165 of 524 ~ 31.49%
G 131 of 524 ~ 25%
B 228 of 524 ~ 43.51%

%31.49
%25
%43.51

CMYK color model

#A583E4 color CMYK value is (28,43,0,11).

  • cyan value is 27.63%
  • magenta value is 42.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,43,0,11)
C28M43Y0K11 
(28%,43%,0%,11%)
(0.28/0.43/0.00/0.11)	

CMYK percentages

%27.63
%42.54
%0
%10.59

Codes

Color #A583E4 in popluar color models

A583E4
RGB165131228
HSL261°64.24%70.39%
HSB/HSV261°42.54%89.41%
CMYK27.63%42.54%0.00%
10.59%

Color #A583E4 in popluar number systems.

HEXA583E4
Decimal165131228
Binary101001011000001111100100
Octal245203344

Shades and tints

Shades of #A583E4

#A583E4
(165,131,228)
#9678D0
(150,120,208)
#876DBC
(135,109,188)
#7862A8
(120,98,168)
#695794
(105,87,148)
#5A4C80
(90,76,128)
#4B416C
(75,65,108)
#3C3658
(60,54,88)
#2D2B44
(45,43,68)
#1E2030
(30,32,48)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #A583E4

#A583E4
(165,131,228)
#AD8EE6
(173,142,230)
#B599E8
(181,153,232)
#BDA4EA
(189,164,234)
#C5AFEC
(197,175,236)
#CDBAEE
(205,186,238)
#D5C5F0
(213,197,240)
#DDD0F2
(221,208,242)
#E5DBF4
(229,219,244)
#EDE6F6
(237,230,246)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A583E4; }

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

This text font color is #A583E4.


Background Color

.myBgColor { background-color: #A583E4; }

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

This div background color is #A583E4.


Border color

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

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

This div border color is #A583E4.


Opacity

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

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

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

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

This text has shadow with #A583E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A583E4 on black background.


Color preview on white background

This text has color #A583E4 on white background.



Black color preview on #A583E4 background

This text has black color on #A583E4 background.


White color preview on #A583E4 background

This text has white color on #A583E4 background.