COLOR #A05FE0

HEX: #A05FE0
RGB: (160,95,224)

Color info

#A05FE0 contains mainly blue color. Web safe color of #A05FE0 is #9966CC (or #96C).

RGB color model

#A05FE0 color RGB value is (160,95,224).

  • red value is 160;
  • green value is 95;
  • blue value is 224.
RGB:
(160,95,224)
(63%,37%,88%)

RGB channels and saturation

R 160 of 255 = 63%
G 95 of 255 = 37%
B 224 of 255 = 88%

160
95
224

R + G + B ~ 63%. #A05FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 95 + 224 = 479 (100%)
R 160 of 479 ~ 33.4%
G 95 of 479 ~ 19.83%
B 224 of 479 ~ 46.76%

%33.4
%19.83
%46.76

CMYK color model

#A05FE0 color CMYK value is (29,58,0,12).

  • cyan value is 28.57%
  • magenta value is 57.59%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,58,0,12)
C29M58Y0K12 
(29%,58%,0%,12%)
(0.29/0.58/0.00/0.12)	

CMYK percentages

%28.57
%57.59
%0
%12.16

Codes

Color #A05FE0 in popluar color models

A05FE0
RGB16095224
HSL270°67.54%62.55%
HSB/HSV270°57.59%87.84%
CMYK28.57%57.59%0.00%
12.16%

Color #A05FE0 in popluar number systems.

HEXA05FE0
Decimal16095224
Binary10100000101111111100000
Octal240137340

Shades and tints

Shades of #A05FE0

#A05FE0
(160,95,224)
#9257CC
(146,87,204)
#844FB8
(132,79,184)
#7647A4
(118,71,164)
#683F90
(104,63,144)
#5A377C
(90,55,124)
#4C2F68
(76,47,104)
#3E2754
(62,39,84)
#301F40
(48,31,64)
#22172C
(34,23,44)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #A05FE0

#A05FE0
(160,95,224)
#A86DE2
(168,109,226)
#B07BE4
(176,123,228)
#B889E6
(184,137,230)
#C097E8
(192,151,232)
#C8A5EA
(200,165,234)
#D0B3EC
(208,179,236)
#D8C1EE
(216,193,238)
#E0CFF0
(224,207,240)
#E8DDF2
(232,221,242)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05FE0 color. Also use rgb(160,95,224) instead hex code.

Text Font Color

.myTextColor { color: #A05FE0; }

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

This text font color is #A05FE0.


Background Color

.myBgColor { background-color: #A05FE0; }

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

This div background color is #A05FE0.


Border color

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

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

This div border color is #A05FE0.


Opacity

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

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

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

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

This text has shadow with #A05FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05FE0 on black background.


Color preview on white background

This text has color #A05FE0 on white background.



Black color preview on #A05FE0 background

This text has black color on #A05FE0 background.


White color preview on #A05FE0 background

This text has white color on #A05FE0 background.