COLOR #A573E9

HEX: #A573E9
RGB: (165,115,233)

Color info

#A573E9 contains mainly blue color. Web safe color of #A573E9 is #9966FF (or #96F).

RGB color model

#A573E9 color RGB value is (165,115,233).

  • red value is 165;
  • green value is 115;
  • blue value is 233.
RGB:
(165,115,233)
(65%,45%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 115 of 255 = 45%
B 233 of 255 = 91%

165
115
233

R + G + B ~ 67%. #A573E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 115 + 233 = 513 (100%)
R 165 of 513 ~ 32.16%
G 115 of 513 ~ 22.42%
B 233 of 513 ~ 45.42%

%32.16
%22.42
%45.42

CMYK color model

#A573E9 color CMYK value is (29,51,0,9).

  • cyan value is 29.18%
  • magenta value is 50.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,51,0,9)
C29M51Y0K9 
(29%,51%,0%,9%)
(0.29/0.51/0.00/0.09)	

CMYK percentages

%29.18
%50.64
%0
%8.63

Codes

Color #A573E9 in popluar color models

A573E9
RGB165115233
HSL265°72.84%68.24%
HSB/HSV265°50.64%91.37%
CMYK29.18%50.64%0.00%
8.63%

Color #A573E9 in popluar number systems.

HEXA573E9
Decimal165115233
Binary10100101111001111101001
Octal245163351

Shades and tints

Shades of #A573E9

#A573E9
(165,115,233)
#9669D4
(150,105,212)
#875FBF
(135,95,191)
#7855AA
(120,85,170)
#694B95
(105,75,149)
#5A4180
(90,65,128)
#4B376B
(75,55,107)
#3C2D56
(60,45,86)
#2D2341
(45,35,65)
#1E192C
(30,25,44)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A573E9

#A573E9
(165,115,233)
#AD7FEB
(173,127,235)
#B58BED
(181,139,237)
#BD97EF
(189,151,239)
#C5A3F1
(197,163,241)
#CDAFF3
(205,175,243)
#D5BBF5
(213,187,245)
#DDC7F7
(221,199,247)
#E5D3F9
(229,211,249)
#EDDFFB
(237,223,251)
#F5EBFD
(245,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A573E9 color. Also use rgb(165,115,233) instead hex code.

Text Font Color

.myTextColor { color: #A573E9; }

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

This text font color is #A573E9.


Background Color

.myBgColor { background-color: #A573E9; }

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

This div background color is #A573E9.


Border color

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

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

This div border color is #A573E9.


Opacity

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

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

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

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

This text has shadow with #A573E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A573E9 on black background.


Color preview on white background

This text has color #A573E9 on white background.



Black color preview on #A573E9 background

This text has black color on #A573E9 background.


White color preview on #A573E9 background

This text has white color on #A573E9 background.