COLOR #A553EA

HEX: #A553EA
RGB: (165,83,234)

Color info

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

RGB color model

#A553EA color RGB value is (165,83,234).

  • red value is 165;
  • green value is 83;
  • blue value is 234.
RGB:
(165,83,234)
(65%,33%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 83 of 255 = 33%
B 234 of 255 = 92%

165
83
234

R + G + B ~ 63%. #A553EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 83 + 234 = 482 (100%)
R 165 of 482 ~ 34.23%
G 83 of 482 ~ 17.22%
B 234 of 482 ~ 48.55%

%34.23
%17.22
%48.55

CMYK color model

#A553EA color CMYK value is (29,65,0,8).

  • cyan value is 29.49%
  • magenta value is 64.53%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,65,0,8)
C29M65Y0K8 
(29%,65%,0%,8%)
(0.29/0.65/0.00/0.08)	

CMYK percentages

%29.49
%64.53
%0
%8.24

Codes

Color #A553EA in popluar color models

A553EA
RGB16583234
HSL273°78.24%62.16%
HSB/HSV273°64.53%91.76%
CMYK29.49%64.53%0.00%
8.24%

Color #A553EA in popluar number systems.

HEXA553EA
Decimal16583234
Binary10100101101001111101010
Octal245123352

Shades and tints

Shades of #A553EA

#A553EA
(165,83,234)
#964CD5
(150,76,213)
#8745C0
(135,69,192)
#783EAB
(120,62,171)
#693796
(105,55,150)
#5A3081
(90,48,129)
#4B296C
(75,41,108)
#3C2257
(60,34,87)
#2D1B42
(45,27,66)
#1E142D
(30,20,45)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #A553EA

#A553EA
(165,83,234)
#AD62EB
(173,98,235)
#B571EC
(181,113,236)
#BD80ED
(189,128,237)
#C58FEE
(197,143,238)
#CD9EEF
(205,158,239)
#D5ADF0
(213,173,240)
#DDBCF1
(221,188,241)
#E5CBF2
(229,203,242)
#EDDAF3
(237,218,243)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A553EA color. Also use rgb(165,83,234) instead hex code.

Text Font Color

.myTextColor { color: #A553EA; }

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

This text font color is #A553EA.


Background Color

.myBgColor { background-color: #A553EA; }

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

This div background color is #A553EA.


Border color

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

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

This div border color is #A553EA.


Opacity

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

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

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

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

This text has shadow with #A553EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A553EA on black background.


Color preview on white background

This text has color #A553EA on white background.



Black color preview on #A553EA background

This text has black color on #A553EA background.


White color preview on #A553EA background

This text has white color on #A553EA background.