COLOR #A468D7

HEX: #A468D7 RGB: (164,104,215)

Color info

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

RGB color model

#A468D7 color RGB value is (164,104,215).

RGB: (164,104,215) (64%, 41%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 104 of 255 = 41%
B 215 of 255 = 84%

164
104
215

R + G + B ~ 63%. #A468D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 104 + 215 = 483 (100%)
R 164 of 483 ~ 33.95%
G 104 of 483 ~ 21.53%
B 215 of 483 ~ 44.51'%

%33.95
%21.53
%44.51

CMYK color model

#A468D7 color CMYK value is (24,52,0,16).

  • cyan value is 23.72%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (24,52,0,16)
C24M52Y0K16 (24%, 52%, 0%, 16%)
(0.24 / 0.52 / 0.00 / 0.16)

CMYK percentages

%23.72
%51.63
%0
%15.69

Codes

Color #A468D7 in popluar color models

A4 68 D7
RGB 164 104 215
HSL 272° 58.12% 62.55%
HSB/HSV 272° 51.63% 84.31%
CMYK 23.72% 51.63% 0.00%
15.69%

Color #A468D7 in popluar number systems.

HEX A4 68 D7
Decimal 164 104 215
Binary 10100100 1101000 11010111
Octal 244 150 327

Shades and tints

Shades of #A468D7

#A468D7
(164,104,215)
#965FC4
(150,95,196)
#8856B1
(136,86,177)
#7A4D9E
(122,77,158)
#6C448B
(108,68,139)
#5E3B78
(94,59,120)
#503265
(80,50,101)
#422952
(66,41,82)
#34203F
(52,32,63)
#26172C
(38,23,44)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #A468D7

#A468D7
(164,104,215)
#AC75DA
(172,117,218)
#B482DD
(180,130,221)
#BC8FE0
(188,143,224)
#C49CE3
(196,156,227)
#CCA9E6
(204,169,230)
#D4B6E9
(212,182,233)
#DCC3EC
(220,195,236)
#E4D0EF
(228,208,239)
#ECDDF2
(236,221,242)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A468D7; }

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

This text font color is #A468D7.

Background Color

.myBgColor { background-color: #A468D7; }

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

This div background color is #A468D7.

Border color

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

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

This div border color is #A468D7.

Opacity

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

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

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

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

This text has shadow with #A468D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A468D7.

Preview

Color preview on black background

This text has color #A468D7 on black background.


Color preview on white background

This text has color #A468D7 on white background.


Black color preview on #A468D7 background

This text has black color on #A468D7 background.


White color preview on #A468D7 background

This text has white color on #A468D7 background.


Related colors

Complementary color

Complementary color for #hex is #5B9728.


I love getcolorcode.com

Triadic colors

1 #D7A468 and #68D7A4 with #A468D7 are triadic colors.

2 #D768A4 and #68A4D7 with #A468D7 are triadic colors.