COLOR #A062F1

HEX: #A062F1
RGB: (160,98,241)

Color info

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

RGB color model

#A062F1 color RGB value is (160,98,241).

  • red value is 160;
  • green value is 98;
  • blue value is 241.
RGB:
(160,98,241)
(63%,38%,95%)

RGB channels and saturation

R 160 of 255 = 63%
G 98 of 255 = 38%
B 241 of 255 = 95%

160
98
241

R + G + B ~ 65%. #A062F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 98 + 241 = 499 (100%)
R 160 of 499 ~ 32.06%
G 98 of 499 ~ 19.64%
B 241 of 499 ~ 48.3%

%32.06
%19.64
%48.3

CMYK color model

#A062F1 color CMYK value is (34,59,0,5).

  • cyan value is 33.61%
  • magenta value is 59.34%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(34,59,0,5)
C34M59Y0K5 
(34%,59%,0%,5%)
(0.34/0.59/0.00/0.05)	

CMYK percentages

%33.61
%59.34
%0
%5.49

Codes

Color #A062F1 in popluar color models

A062F1
RGB16098241
HSL266°83.63%66.47%
HSB/HSV266°59.34%94.51%
CMYK33.61%59.34%0.00%
5.49%

Color #A062F1 in popluar number systems.

HEXA062F1
Decimal16098241
Binary10100000110001011110001
Octal240142361

Shades and tints

Shades of #A062F1

#A062F1
(160,98,241)
#925ADC
(146,90,220)
#8452C7
(132,82,199)
#764AB2
(118,74,178)
#68429D
(104,66,157)
#5A3A88
(90,58,136)
#4C3273
(76,50,115)
#3E2A5E
(62,42,94)
#302249
(48,34,73)
#221A34
(34,26,52)
#14121F
(20,18,31)
#000000
(0,0,0)

Tints of #A062F1

#A062F1
(160,98,241)
#A870F2
(168,112,242)
#B07EF3
(176,126,243)
#B88CF4
(184,140,244)
#C09AF5
(192,154,245)
#C8A8F6
(200,168,246)
#D0B6F7
(208,182,247)
#D8C4F8
(216,196,248)
#E0D2F9
(224,210,249)
#E8E0FA
(232,224,250)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A062F1 color. Also use rgb(160,98,241) instead hex code.

Text Font Color

.myTextColor { color: #A062F1; }

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

This text font color is #A062F1.


Background Color

.myBgColor { background-color: #A062F1; }

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

This div background color is #A062F1.


Border color

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

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

This div border color is #A062F1.


Opacity

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

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

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

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

This text has shadow with #A062F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A062F1 on black background.


Color preview on white background

This text has color #A062F1 on white background.



Black color preview on #A062F1 background

This text has black color on #A062F1 background.


White color preview on #A062F1 background

This text has white color on #A062F1 background.