Hex #a020f0 Color

#a020f0
equivalent to

RGB

(160, 32, 240)

Details of #a020f0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
160
30.7419
0.77
0.33
45.3561
14.7979
277°
38.4680
32
14.7979
0.87
0.87
78.7499
0.2379
87°
75.3301
240
83.6741
0.53
0.00   0.06
-77.4058
0.1145
94°
-101.9906

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10100000
240
160
A0
Green
100000
40
32
20
Blue
11110000
360
240
F0

RGB in % of #a020f0

%37.04
%7.41
%55.56

CMYK in % of #a020f0

%33
%87
%0
%6

Triads of color #a020f0

#a020f0 #20f0a0 #f0a0f0

Similar Colors to #a020f0

#a020f0 #3820f0 #f020d8

Preview Color #a020f0 on black ground

#a020f0 is very interesting for text.

Preview Color #a020f0 on white ground

#a020f0 is very interesting for text.

CSS Codes #a020f0 color

.mybgcolor {background-color:#a020f0; }
.myforecolor {color:#a020f0; }
.mybordercolor {border:3px solid #a020f0; }

Text Font Color #a020f0

<p style="color:#a020f0">Text here</p>

This sample text font color is #a020f0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #a020f0

<div style="background-color:#a020f0">
Div content here</div>

This div background color is #a020f0


Border Color #a020f0

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

The color of this border is #a020f0


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a020f0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #a020f0;
-webkit-box-shadow: 1px 1px 3px 2px #a020f0;
box-shadow:         1px 1px 3px 2px #a020f0; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #a020f0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #a020f0;
  -webkit-box-shadow: 1px 1px 3px 2px #a020f0;
  box-shadow:         1px 1px 3px 2px #a020f0;">
Div content here</div>

The shadow of div box using color #a020f0