COLOR #A468DC

HEX: #A468DC RGB: (164,104,220)

Color info

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

RGB color model

#A468DC color RGB value is (164,104,220).

RGB: (164,104,220) (64%, 41%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 104 of 255 = 41%
B 220 of 255 = 86%

164
104
220

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

Portions of RGB colors in percentages

R + G + B = 164 + 104 + 220 = 488 (100%)
R 164 of 488 ~ 33.61%
G 104 of 488 ~ 21.31%
B 220 of 488 ~ 45.08'%

%33.61
%21.31
%45.08

CMYK color model

#A468DC color CMYK value is (25,53,0,14).

  • cyan value is 25.45%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,53,0,14)
C25M53Y0K14 (25%, 53%, 0%, 14%)
(0.25 / 0.53 / 0.00 / 0.14)

CMYK percentages

%25.45
%52.73
%0
%13.73

Codes

Color #A468DC in popluar color models

A4 68 DC
RGB 164 104 220
HSL 271° 62.37% 63.53%
HSB/HSV 271° 52.73% 86.27%
CMYK 25.45% 52.73% 0.00%
13.73%

Color #A468DC in popluar number systems.

HEX A4 68 DC
Decimal 164 104 220
Binary 10100100 1101000 11011100
Octal 244 150 334

Shades and tints

Shades of #A468DC

#A468DC
(164,104,220)
#965FC8
(150,95,200)
#8856B4
(136,86,180)
#7A4DA0
(122,77,160)
#6C448C
(108,68,140)
#5E3B78
(94,59,120)
#503264
(80,50,100)
#422950
(66,41,80)
#34203C
(52,32,60)
#261728
(38,23,40)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #A468DC

#A468DC
(164,104,220)
#AC75DF
(172,117,223)
#B482E2
(180,130,226)
#BC8FE5
(188,143,229)
#C49CE8
(196,156,232)
#CCA9EB
(204,169,235)
#D4B6EE
(212,182,238)
#DCC3F1
(220,195,241)
#E4D0F4
(228,208,244)
#ECDDF7
(236,221,247)
#F4EAFA
(244,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A468DC; }

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

This text font color is #A468DC.

Background Color

.myBgColor { background-color: #A468DC; }

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

This div background color is #A468DC.

Border color

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

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

This div border color is #A468DC.

Opacity

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

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

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

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

This text has shadow with #A468DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A468DC.

Preview

Color preview on black background

This text has color #A468DC on black background.


Color preview on white background

This text has color #A468DC on white background.


Black color preview on #A468DC background

This text has black color on #A468DC background.


White color preview on #A468DC background

This text has white color on #A468DC background.


Related colors

Complementary color

Complementary color for #hex is #5B9723.


I love getcolorcode.com

Triadic colors

1 #DCA468 and #68DCA4 with #A468DC are triadic colors.

2 #DC68A4 and #68A4DC with #A468DC are triadic colors.