COLOR #A06BEA

HEX: #A06BEA
RGB: (160,107,234)

Color info

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

RGB color model

#A06BEA color RGB value is (160,107,234).

  • red value is 160;
  • green value is 107;
  • blue value is 234.
RGB:
(160,107,234)
(63%,42%,92%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 234 of 255 = 92%

160
107
234

R + G + B ~ 66%. #A06BEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 107 + 234 = 501 (100%)
R 160 of 501 ~ 31.94%
G 107 of 501 ~ 21.36%
B 234 of 501 ~ 46.71%

%31.94
%21.36
%46.71

CMYK color model

#A06BEA color CMYK value is (32,54,0,8).

  • cyan value is 31.62%
  • magenta value is 54.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,54,0,8)
C32M54Y0K8 
(32%,54%,0%,8%)
(0.32/0.54/0.00/0.08)	

CMYK percentages

%31.62
%54.27
%0
%8.24

Codes

Color #A06BEA in popluar color models

A06BEA
RGB160107234
HSL265°75.15%66.86%
HSB/HSV265°54.27%91.76%
CMYK31.62%54.27%0.00%
8.24%

Color #A06BEA in popluar number systems.

HEXA06BEA
Decimal160107234
Binary10100000110101111101010
Octal240153352

Shades and tints

Shades of #A06BEA

#A06BEA
(160,107,234)
#9262D5
(146,98,213)
#8459C0
(132,89,192)
#7650AB
(118,80,171)
#684796
(104,71,150)
#5A3E81
(90,62,129)
#4C356C
(76,53,108)
#3E2C57
(62,44,87)
#302342
(48,35,66)
#221A2D
(34,26,45)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #A06BEA

#A06BEA
(160,107,234)
#A878EB
(168,120,235)
#B085EC
(176,133,236)
#B892ED
(184,146,237)
#C09FEE
(192,159,238)
#C8ACEF
(200,172,239)
#D0B9F0
(208,185,240)
#D8C6F1
(216,198,241)
#E0D3F2
(224,211,242)
#E8E0F3
(232,224,243)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06BEA color. Also use rgb(160,107,234) instead hex code.

Text Font Color

.myTextColor { color: #A06BEA; }

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

This text font color is #A06BEA.


Background Color

.myBgColor { background-color: #A06BEA; }

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

This div background color is #A06BEA.


Border color

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

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

This div border color is #A06BEA.


Opacity

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

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

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

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

This text has shadow with #A06BEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06BEA on black background.


Color preview on white background

This text has color #A06BEA on white background.



Black color preview on #A06BEA background

This text has black color on #A06BEA background.


White color preview on #A06BEA background

This text has white color on #A06BEA background.