COLOR #A468DE

HEX: #A468DE
RGB: (164,104,222)

Color info

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

RGB color model

#A468DE color RGB value is (164,104,222).

  • red value is 164;
  • green value is 104;
  • blue value is 222.
RGB:
(164,104,222)
(64%,41%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 104 of 255 = 41%
B 222 of 255 = 87%

164
104
222

R + G + B ~ 64%. #A468DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 104 + 222 = 490 (100%)
R 164 of 490 ~ 33.47%
G 104 of 490 ~ 21.22%
B 222 of 490 ~ 45.31%

%33.47
%21.22
%45.31

CMYK color model

#A468DE color CMYK value is (26,53,0,13).

  • cyan value is 26.13%
  • magenta value is 53.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,53,0,13)
C26M53Y0K13 
(26%,53%,0%,13%)
(0.26/0.53/0.00/0.13)	

CMYK percentages

%26.13
%53.15
%0
%12.94

Codes

Color #A468DE in popluar color models

A468DE
RGB164104222
HSL271°64.13%63.92%
HSB/HSV271°53.15%87.06%
CMYK26.13%53.15%0.00%
12.94%

Color #A468DE in popluar number systems.

HEXA468DE
Decimal164104222
Binary10100100110100011011110
Octal244150336

Shades and tints

Shades of #A468DE

#A468DE
(164,104,222)
#965FCA
(150,95,202)
#8856B6
(136,86,182)
#7A4DA2
(122,77,162)
#6C448E
(108,68,142)
#5E3B7A
(94,59,122)
#503266
(80,50,102)
#422952
(66,41,82)
#34203E
(52,32,62)
#26172A
(38,23,42)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #A468DE

#A468DE
(164,104,222)
#AC75E1
(172,117,225)
#B482E4
(180,130,228)
#BC8FE7
(188,143,231)
#C49CEA
(196,156,234)
#CCA9ED
(204,169,237)
#D4B6F0
(212,182,240)
#DCC3F3
(220,195,243)
#E4D0F6
(228,208,246)
#ECDDF9
(236,221,249)
#F4EAFC
(244,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A468DE color. Also use rgb(164,104,222) instead hex code.

Text Font Color

.myTextColor { color: #A468DE; }

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

This text font color is #A468DE.


Background Color

.myBgColor { background-color: #A468DE; }

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

This div background color is #A468DE.


Border color

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

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

This div border color is #A468DE.


Opacity

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

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

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

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

This text has shadow with #A468DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A468DE on black background.


Color preview on white background

This text has color #A468DE on white background.



Black color preview on #A468DE background

This text has black color on #A468DE background.


White color preview on #A468DE background

This text has white color on #A468DE background.