COLOR #A06FE0

HEX: #A06FE0
RGB: (160,111,224)

Color info

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

RGB color model

#A06FE0 color RGB value is (160,111,224).

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

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 224 of 255 = 88%

160
111
224

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

Portions of RGB colors in percentages

R + G + B =
160 + 111 + 224 = 495 (100%)
R 160 of 495 ~ 32.32%
G 111 of 495 ~ 22.42%
B 224 of 495 ~ 45.25%

%32.32
%22.42
%45.25

CMYK color model

#A06FE0 color CMYK value is (29,50,0,12).

  • cyan value is 28.57%
  • magenta value is 50.45%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,50,0,12)
C29M50Y0K12 
(29%,50%,0%,12%)
(0.29/0.50/0.00/0.12)	

CMYK percentages

%28.57
%50.45
%0
%12.16

Codes

Color #A06FE0 in popluar color models

A06FE0
RGB160111224
HSL266°64.57%65.69%
HSB/HSV266°50.45%87.84%
CMYK28.57%50.45%0.00%
12.16%

Color #A06FE0 in popluar number systems.

HEXA06FE0
Decimal160111224
Binary10100000110111111100000
Octal240157340

Shades and tints

Shades of #A06FE0

#A06FE0
(160,111,224)
#9265CC
(146,101,204)
#845BB8
(132,91,184)
#7651A4
(118,81,164)
#684790
(104,71,144)
#5A3D7C
(90,61,124)
#4C3368
(76,51,104)
#3E2954
(62,41,84)
#301F40
(48,31,64)
#22152C
(34,21,44)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #A06FE0

#A06FE0
(160,111,224)
#A87CE2
(168,124,226)
#B089E4
(176,137,228)
#B896E6
(184,150,230)
#C0A3E8
(192,163,232)
#C8B0EA
(200,176,234)
#D0BDEC
(208,189,236)
#D8CAEE
(216,202,238)
#E0D7F0
(224,215,240)
#E8E4F2
(232,228,242)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06FE0; }

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

This text font color is #A06FE0.


Background Color

.myBgColor { background-color: #A06FE0; }

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

This div background color is #A06FE0.


Border color

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

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

This div border color is #A06FE0.


Opacity

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

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

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

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

This text has shadow with #A06FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06FE0 on black background.


Color preview on white background

This text has color #A06FE0 on white background.



Black color preview on #A06FE0 background

This text has black color on #A06FE0 background.


White color preview on #A06FE0 background

This text has white color on #A06FE0 background.