COLOR #A362FE

HEX: #A362FE
RGB: (163,98,254)

Color info

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

RGB color model

#A362FE color RGB value is (163,98,254).

  • red value is 163;
  • green value is 98;
  • blue value is 254.
RGB:
(163,98,254)
(64%,38%,100%)

RGB channels and saturation

R 163 of 255 = 64%
G 98 of 255 = 38%
B 254 of 255 = 100%

163
98
254

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

Portions of RGB colors in percentages

R + G + B =
163 + 98 + 254 = 515 (100%)
R 163 of 515 ~ 31.65%
G 98 of 515 ~ 19.03%
B 254 of 515 ~ 49.32%

%31.65
%19.03
%49.32

CMYK color model

#A362FE color CMYK value is (36,61,0,0).

  • cyan value is 35.83%
  • magenta value is 61.42%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(36,61,0,0)
C36M61Y0K0 
(36%,61%,0%,0%)
(0.36/0.61/0.00/0.00)	

CMYK percentages

%35.83
%61.42
%0
%0.39

Codes

Color #A362FE in popluar color models

A362FE
RGB16398254
HSL265°98.73%69.02%
HSB/HSV265°61.42%99.61%
CMYK35.83%61.42%0.00%
0.39%

Color #A362FE in popluar number systems.

HEXA362FE
Decimal16398254
Binary10100011110001011111110
Octal243142376

Shades and tints

Shades of #A362FE

#A362FE
(163,98,254)
#955AE7
(149,90,231)
#8752D0
(135,82,208)
#794AB9
(121,74,185)
#6B42A2
(107,66,162)
#5D3A8B
(93,58,139)
#4F3274
(79,50,116)
#412A5D
(65,42,93)
#332246
(51,34,70)
#251A2F
(37,26,47)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #A362FE

#A362FE
(163,98,254)
#AB70FE
(171,112,254)
#B37EFE
(179,126,254)
#BB8CFE
(187,140,254)
#C39AFE
(195,154,254)
#CBA8FE
(203,168,254)
#D3B6FE
(211,182,254)
#DBC4FE
(219,196,254)
#E3D2FE
(227,210,254)
#EBE0FE
(235,224,254)
#F3EEFE
(243,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A362FE color. Also use rgb(163,98,254) instead hex code.

Text Font Color

.myTextColor { color: #A362FE; }

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

This text font color is #A362FE.


Background Color

.myBgColor { background-color: #A362FE; }

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

This div background color is #A362FE.


Border color

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

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

This div border color is #A362FE.


Opacity

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

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

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

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

This text has shadow with #A362FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A362FE on black background.


Color preview on white background

This text has color #A362FE on white background.



Black color preview on #A362FE background

This text has black color on #A362FE background.


White color preview on #A362FE background

This text has white color on #A362FE background.