COLOR #A468C4

HEX: #A468C4
RGB: (164,104,196)

Color info

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

RGB color model

#A468C4 color RGB value is (164,104,196).

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

RGB channels and saturation

R 164 of 255 = 64%
G 104 of 255 = 41%
B 196 of 255 = 77%

164
104
196

R + G + B ~ 61%. #A468C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 104 + 196 = 464 (100%)
R 164 of 464 ~ 35.34%
G 104 of 464 ~ 22.41%
B 196 of 464 ~ 42.24%

%35.34
%22.41
%42.24

CMYK color model

#A468C4 color CMYK value is (16,47,0,23).

  • cyan value is 16.33%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(16,47,0,23)
C16M47Y0K23 
(16%,47%,0%,23%)
(0.16/0.47/0.00/0.23)	

CMYK percentages

%16.33
%46.94
%0
%23.14

Codes

Color #A468C4 in popluar color models

A468C4
RGB164104196
HSL279°43.81%58.82%
HSB/HSV279°46.94%76.86%
CMYK16.33%46.94%0.00%
23.14%

Color #A468C4 in popluar number systems.

HEXA468C4
Decimal164104196
Binary10100100110100011000100
Octal244150304

Shades and tints

Shades of #A468C4

#A468C4
(164,104,196)
#965FB3
(150,95,179)
#8856A2
(136,86,162)
#7A4D91
(122,77,145)
#6C4480
(108,68,128)
#5E3B6F
(94,59,111)
#50325E
(80,50,94)
#42294D
(66,41,77)
#34203C
(52,32,60)
#26172B
(38,23,43)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #A468C4

#A468C4
(164,104,196)
#AC75C9
(172,117,201)
#B482CE
(180,130,206)
#BC8FD3
(188,143,211)
#C49CD8
(196,156,216)
#CCA9DD
(204,169,221)
#D4B6E2
(212,182,226)
#DCC3E7
(220,195,231)
#E4D0EC
(228,208,236)
#ECDDF1
(236,221,241)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A468C4; }

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

This text font color is #A468C4.


Background Color

.myBgColor { background-color: #A468C4; }

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

This div background color is #A468C4.


Border color

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

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

This div border color is #A468C4.


Opacity

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

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

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

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

This text has shadow with #A468C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A468C4 on black background.


Color preview on white background

This text has color #A468C4 on white background.



Black color preview on #A468C4 background

This text has black color on #A468C4 background.


White color preview on #A468C4 background

This text has white color on #A468C4 background.