COLOR #A53EED

HEX: #A53EED
RGB: (165,62,237)

Color info

#A53EED contains mainly blue color. Web safe color of #A53EED is #9933FF (or #93F).

RGB color model

#A53EED color RGB value is (165,62,237).

  • red value is 165;
  • green value is 62;
  • blue value is 237.
RGB:
(165,62,237)
(65%,24%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 62 of 255 = 24%
B 237 of 255 = 93%

165
62
237

R + G + B ~ 61%. #A53EED is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 62 + 237 = 464 (100%)
R 165 of 464 ~ 35.56%
G 62 of 464 ~ 13.36%
B 237 of 464 ~ 51.08%

%35.56
%13.36
%51.08

CMYK color model

#A53EED color CMYK value is (30,74,0,7).

  • cyan value is 30.38%
  • magenta value is 73.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,74,0,7)
C30M74Y0K7 
(30%,74%,0%,7%)
(0.30/0.74/0.00/0.07)	

CMYK percentages

%30.38
%73.84
%0
%7.06

Codes

Color #A53EED in popluar color models

A53EED
RGB16562237
HSL275°82.94%58.63%
HSB/HSV275°73.84%92.94%
CMYK30.38%73.84%0.00%
7.06%

Color #A53EED in popluar number systems.

HEXA53EED
Decimal16562237
Binary1010010111111011101101
Octal24576355

Shades and tints

Shades of #A53EED

#A53EED
(165,62,237)
#9639D8
(150,57,216)
#8734C3
(135,52,195)
#782FAE
(120,47,174)
#692A99
(105,42,153)
#5A2584
(90,37,132)
#4B206F
(75,32,111)
#3C1B5A
(60,27,90)
#2D1645
(45,22,69)
#1E1130
(30,17,48)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #A53EED

#A53EED
(165,62,237)
#AD4FEE
(173,79,238)
#B560EF
(181,96,239)
#BD71F0
(189,113,240)
#C582F1
(197,130,241)
#CD93F2
(205,147,242)
#D5A4F3
(213,164,243)
#DDB5F4
(221,181,244)
#E5C6F5
(229,198,245)
#EDD7F6
(237,215,246)
#F5E8F7
(245,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53EED color. Also use rgb(165,62,237) instead hex code.

Text Font Color

.myTextColor { color: #A53EED; }

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

This text font color is #A53EED.


Background Color

.myBgColor { background-color: #A53EED; }

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

This div background color is #A53EED.


Border color

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

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

This div border color is #A53EED.


Opacity

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

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

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

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

This text has shadow with #A53EED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A53EED on black background.


Color preview on white background

This text has color #A53EED on white background.



Black color preview on #A53EED background

This text has black color on #A53EED background.


White color preview on #A53EED background

This text has white color on #A53EED background.