COLOR #A468B7

HEX: #A468B7 RGB: (164,104,183)

Color info

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

RGB color model

#A468B7 color RGB value is (164,104,183).

RGB: (164,104,183) (64%, 41%, 72%)

RGB channels and saturation

R 164 of 255 = 64%
G 104 of 255 = 41%
B 183 of 255 = 72%

164
104
183

R + G + B ~ 59%. #A468B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 104 + 183 = 451 (100%)
R 164 of 451 ~ 36.36%
G 104 of 451 ~ 23.06%
B 183 of 451 ~ 40.58'%

%36.36
%23.06
%40.58

CMYK color model

#A468B7 color CMYK value is (10,43,0,28).

  • cyan value is 10.38%
  • magenta value is 43.17%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (10,43,0,28)
C10M43Y0K28 (10%, 43%, 0%, 28%)
(0.10 / 0.43 / 0.00 / 0.28)

CMYK percentages

%10.38
%43.17
%0
%28.24

Codes

Color #A468B7 in popluar color models

A4 68 B7
RGB 164 104 183
HSL 286° 35.43% 56.27%
HSB/HSV 286° 43.17% 71.76%
CMYK 10.38% 43.17% 0.00%
28.24%

Color #A468B7 in popluar number systems.

HEX A4 68 B7
Decimal 164 104 183
Binary 10100100 1101000 10110111
Octal 244 150 267

Shades and tints

Shades of #A468B7

#A468B7
(164,104,183)
#965FA7
(150,95,167)
#885697
(136,86,151)
#7A4D87
(122,77,135)
#6C4477
(108,68,119)
#5E3B67
(94,59,103)
#503257
(80,50,87)
#422947
(66,41,71)
#342037
(52,32,55)
#261727
(38,23,39)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #A468B7

#A468B7
(164,104,183)
#AC75BD
(172,117,189)
#B482C3
(180,130,195)
#BC8FC9
(188,143,201)
#C49CCF
(196,156,207)
#CCA9D5
(204,169,213)
#D4B6DB
(212,182,219)
#DCC3E1
(220,195,225)
#E4D0E7
(228,208,231)
#ECDDED
(236,221,237)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A468B7; }

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

This text font color is #A468B7.

Background Color

.myBgColor { background-color: #A468B7; }

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

This div background color is #A468B7.

Border color

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

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

This div border color is #A468B7.

Opacity

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

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

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

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

This text has shadow with #A468B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A468B7.

Preview

Color preview on black background

This text has color #A468B7 on black background.


Color preview on white background

This text has color #A468B7 on white background.


Black color preview on #A468B7 background

This text has black color on #A468B7 background.


White color preview on #A468B7 background

This text has white color on #A468B7 background.


Related colors

Complementary color

Complementary color for #hex is #5B9748.


I love getcolorcode.com

Triadic colors

1 #B7A468 and #68B7A4 with #A468B7 are triadic colors.

2 #B768A4 and #68A4B7 with #A468B7 are triadic colors.