COLOR #A066E7

HEX: #A066E7
RGB: (160,102,231)

Color info

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

RGB color model

#A066E7 color RGB value is (160,102,231).

  • red value is 160;
  • green value is 102;
  • blue value is 231.
RGB:
(160,102,231)
(63%,40%,91%)

RGB channels and saturation

R 160 of 255 = 63%
G 102 of 255 = 40%
B 231 of 255 = 91%

160
102
231

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

Portions of RGB colors in percentages

R + G + B =
160 + 102 + 231 = 493 (100%)
R 160 of 493 ~ 32.45%
G 102 of 493 ~ 20.69%
B 231 of 493 ~ 46.86%

%32.45
%20.69
%46.86

CMYK color model

#A066E7 color CMYK value is (31,56,0,9).

  • cyan value is 30.74%
  • magenta value is 55.84%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(31,56,0,9)
C31M56Y0K9 
(31%,56%,0%,9%)
(0.31/0.56/0.00/0.09)	

CMYK percentages

%30.74
%55.84
%0
%9.41

Codes

Color #A066E7 in popluar color models

A066E7
RGB160102231
HSL267°72.88%65.29%
HSB/HSV267°55.84%90.59%
CMYK30.74%55.84%0.00%
9.41%

Color #A066E7 in popluar number systems.

HEXA066E7
Decimal160102231
Binary10100000110011011100111
Octal240146347

Shades and tints

Shades of #A066E7

#A066E7
(160,102,231)
#925DD2
(146,93,210)
#8454BD
(132,84,189)
#764BA8
(118,75,168)
#684293
(104,66,147)
#5A397E
(90,57,126)
#4C3069
(76,48,105)
#3E2754
(62,39,84)
#301E3F
(48,30,63)
#22152A
(34,21,42)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #A066E7

#A066E7
(160,102,231)
#A873E9
(168,115,233)
#B080EB
(176,128,235)
#B88DED
(184,141,237)
#C09AEF
(192,154,239)
#C8A7F1
(200,167,241)
#D0B4F3
(208,180,243)
#D8C1F5
(216,193,245)
#E0CEF7
(224,206,247)
#E8DBF9
(232,219,249)
#F0E8FB
(240,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A066E7 color. Also use rgb(160,102,231) instead hex code.

Text Font Color

.myTextColor { color: #A066E7; }

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

This text font color is #A066E7.


Background Color

.myBgColor { background-color: #A066E7; }

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

This div background color is #A066E7.


Border color

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

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

This div border color is #A066E7.


Opacity

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

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

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

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

This text has shadow with #A066E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A066E7 on black background.


Color preview on white background

This text has color #A066E7 on white background.



Black color preview on #A066E7 background

This text has black color on #A066E7 background.


White color preview on #A066E7 background

This text has white color on #A066E7 background.