COLOR #A366ED

HEX: #A366ED
RGB: (163,102,237)

Color info

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

RGB color model

#A366ED color RGB value is (163,102,237).

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

RGB channels and saturation

R 163 of 255 = 64%
G 102 of 255 = 40%
B 237 of 255 = 93%

163
102
237

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

Portions of RGB colors in percentages

R + G + B =
163 + 102 + 237 = 502 (100%)
R 163 of 502 ~ 32.47%
G 102 of 502 ~ 20.32%
B 237 of 502 ~ 47.21%

%32.47
%20.32
%47.21

CMYK color model

#A366ED color CMYK value is (31,57,0,7).

  • cyan value is 31.22%
  • magenta value is 56.96%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(31,57,0,7)
C31M57Y0K7 
(31%,57%,0%,7%)
(0.31/0.57/0.00/0.07)	

CMYK percentages

%31.22
%56.96
%0
%7.06

Codes

Color #A366ED in popluar color models

A366ED
RGB163102237
HSL267°78.95%66.47%
HSB/HSV267°56.96%92.94%
CMYK31.22%56.96%0.00%
7.06%

Color #A366ED in popluar number systems.

HEXA366ED
Decimal163102237
Binary10100011110011011101101
Octal243146355

Shades and tints

Shades of #A366ED

#A366ED
(163,102,237)
#955DD8
(149,93,216)
#8754C3
(135,84,195)
#794BAE
(121,75,174)
#6B4299
(107,66,153)
#5D3984
(93,57,132)
#4F306F
(79,48,111)
#41275A
(65,39,90)
#331E45
(51,30,69)
#251530
(37,21,48)
#170C1B
(23,12,27)
#000000
(0,0,0)

Tints of #A366ED

#A366ED
(163,102,237)
#AB73EE
(171,115,238)
#B380EF
(179,128,239)
#BB8DF0
(187,141,240)
#C39AF1
(195,154,241)
#CBA7F2
(203,167,242)
#D3B4F3
(211,180,243)
#DBC1F4
(219,193,244)
#E3CEF5
(227,206,245)
#EBDBF6
(235,219,246)
#F3E8F7
(243,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A366ED; }

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

This text font color is #A366ED.


Background Color

.myBgColor { background-color: #A366ED; }

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

This div background color is #A366ED.


Border color

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

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

This div border color is #A366ED.


Opacity

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

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

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

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

This text has shadow with #A366ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A366ED on black background.


Color preview on white background

This text has color #A366ED on white background.



Black color preview on #A366ED background

This text has black color on #A366ED background.


White color preview on #A366ED background

This text has white color on #A366ED background.