COLOR #A327F0

HEX: #A327F0
RGB: (163,39,240)

Color info

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

RGB color model

#A327F0 color RGB value is (163,39,240).

  • red value is 163;
  • green value is 39;
  • blue value is 240.
RGB:
(163,39,240)
(64%,15%,94%)

RGB channels and saturation

R 163 of 255 = 64%
G 39 of 255 = 15%
B 240 of 255 = 94%

163
39
240

R + G + B ~ 58%. #A327F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 39 + 240 = 442 (100%)
R 163 of 442 ~ 36.88%
G 39 of 442 ~ 8.82%
B 240 of 442 ~ 54.3%

%36.88
%54.3

CMYK color model

#A327F0 color CMYK value is (32,84,0,6).

  • cyan value is 32.08%
  • magenta value is 83.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(32,84,0,6)
C32M84Y0K6 
(32%,84%,0%,6%)
(0.32/0.84/0.00/0.06)	

CMYK percentages

%32.08
%83.75
%0
%5.88

Codes

Color #A327F0 in popluar color models

A327F0
RGB16339240
HSL277°87.01%54.71%
HSB/HSV277°83.75%94.12%
CMYK32.08%83.75%0.00%
5.88%

Color #A327F0 in popluar number systems.

HEXA327F0
Decimal16339240
Binary1010001110011111110000
Octal24347360

Shades and tints

Shades of #A327F0

#A327F0
(163,39,240)
#9524DB
(149,36,219)
#8721C6
(135,33,198)
#791EB1
(121,30,177)
#6B1B9C
(107,27,156)
#5D1887
(93,24,135)
#4F1572
(79,21,114)
#41125D
(65,18,93)
#330F48
(51,15,72)
#250C33
(37,12,51)
#17091E
(23,9,30)
#000000
(0,0,0)

Tints of #A327F0

#A327F0
(163,39,240)
#AB3AF1
(171,58,241)
#B34DF2
(179,77,242)
#BB60F3
(187,96,243)
#C373F4
(195,115,244)
#CB86F5
(203,134,245)
#D399F6
(211,153,246)
#DBACF7
(219,172,247)
#E3BFF8
(227,191,248)
#EBD2F9
(235,210,249)
#F3E5FA
(243,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A327F0 color. Also use rgb(163,39,240) instead hex code.

Text Font Color

.myTextColor { color: #A327F0; }

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

This text font color is #A327F0.


Background Color

.myBgColor { background-color: #A327F0; }

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

This div background color is #A327F0.


Border color

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

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

This div border color is #A327F0.


Opacity

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

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

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

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

This text has shadow with #A327F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A327F0 on black background.


Color preview on white background

This text has color #A327F0 on white background.



Black color preview on #A327F0 background

This text has black color on #A327F0 background.


White color preview on #A327F0 background

This text has white color on #A327F0 background.