COLOR #A366CE

HEX: #A366CE
RGB: (163,102,206)

Color info

#A366CE contains mainly red and blue colors. Web safe color of #A366CE is #9966CC (or #96C).

RGB color model

#A366CE color RGB value is (163,102,206).

  • red value is 163;
  • green value is 102;
  • blue value is 206.
RGB:
(163,102,206)
(64%,40%,81%)

RGB channels and saturation

R 163 of 255 = 64%
G 102 of 255 = 40%
B 206 of 255 = 81%

163
102
206

R + G + B ~ 62%. #A366CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 102 + 206 = 471 (100%)
R 163 of 471 ~ 34.61%
G 102 of 471 ~ 21.66%
B 206 of 471 ~ 43.74%

%34.61
%21.66
%43.74

CMYK color model

#A366CE color CMYK value is (21,50,0,19).

  • cyan value is 20.87%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(21,50,0,19)
C21M50Y0K19 
(21%,50%,0%,19%)
(0.21/0.50/0.00/0.19)	

CMYK percentages

%20.87
%50.49
%0
%19.22

Codes

Color #A366CE in popluar color models

A366CE
RGB163102206
HSL275°51.49%60.39%
HSB/HSV275°50.49%80.78%
CMYK20.87%50.49%0.00%
19.22%

Color #A366CE in popluar number systems.

HEXA366CE
Decimal163102206
Binary10100011110011011001110
Octal243146316

Shades and tints

Shades of #A366CE

#A366CE
(163,102,206)
#955DBC
(149,93,188)
#8754AA
(135,84,170)
#794B98
(121,75,152)
#6B4286
(107,66,134)
#5D3974
(93,57,116)
#4F3062
(79,48,98)
#412750
(65,39,80)
#331E3E
(51,30,62)
#25152C
(37,21,44)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #A366CE

#A366CE
(163,102,206)
#AB73D2
(171,115,210)
#B380D6
(179,128,214)
#BB8DDA
(187,141,218)
#C39ADE
(195,154,222)
#CBA7E2
(203,167,226)
#D3B4E6
(211,180,230)
#DBC1EA
(219,193,234)
#E3CEEE
(227,206,238)
#EBDBF2
(235,219,242)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A366CE color. Also use rgb(163,102,206) instead hex code.

Text Font Color

.myTextColor { color: #A366CE; }

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

This text font color is #A366CE.


Background Color

.myBgColor { background-color: #A366CE; }

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

This div background color is #A366CE.


Border color

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

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

This div border color is #A366CE.


Opacity

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

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

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

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

This text has shadow with #A366CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A366CE on black background.


Color preview on white background

This text has color #A366CE on white background.



Black color preview on #A366CE background

This text has black color on #A366CE background.


White color preview on #A366CE background

This text has white color on #A366CE background.