COLOR #A45DD6

HEX: #A45DD6 RGB: (164,93,214)

Color info

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

RGB color model

#A45DD6 color RGB value is (164,93,214).

RGB: (164,93,214) (64%, 36%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 93 of 255 = 36%
B 214 of 255 = 84%

164
93
214

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

Portions of RGB colors in percentages

R + G + B = 164 + 93 + 214 = 471 (100%)
R 164 of 471 ~ 34.82%
G 93 of 471 ~ 19.75%
B 214 of 471 ~ 45.44'%

%34.82
%19.75
%45.44

CMYK color model

#A45DD6 color CMYK value is (23,57,0,16).

  • cyan value is 23.36%
  • magenta value is 56.54%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (23,57,0,16)
C23M57Y0K16 (23%, 57%, 0%, 16%)
(0.23 / 0.57 / 0.00 / 0.16)

CMYK percentages

%23.36
%56.54
%0
%16.08

Codes

Color #A45DD6 in popluar color models

A4 5D D6
RGB 164 93 214
HSL 275° 59.61% 60.20%
HSB/HSV 275° 56.54% 83.92%
CMYK 23.36% 56.54% 0.00%
16.08%

Color #A45DD6 in popluar number systems.

HEX A4 5D D6
Decimal 164 93 214
Binary 10100100 1011101 11010110
Octal 244 135 326

Shades and tints

Shades of #A45DD6

#A45DD6
(164,93,214)
#9655C3
(150,85,195)
#884DB0
(136,77,176)
#7A459D
(122,69,157)
#6C3D8A
(108,61,138)
#5E3577
(94,53,119)
#502D64
(80,45,100)
#422551
(66,37,81)
#341D3E
(52,29,62)
#26152B
(38,21,43)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #A45DD6

#A45DD6
(164,93,214)
#AC6BD9
(172,107,217)
#B479DC
(180,121,220)
#BC87DF
(188,135,223)
#C495E2
(196,149,226)
#CCA3E5
(204,163,229)
#D4B1E8
(212,177,232)
#DCBFEB
(220,191,235)
#E4CDEE
(228,205,238)
#ECDBF1
(236,219,241)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45DD6 color. Also use rgb(164,93,214) instead hex code.

Text Font Color

.myTextColor { color: #A45DD6; }

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

This text font color is #A45DD6.

Background Color

.myBgColor { background-color: #A45DD6; }

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

This div background color is #A45DD6.

Border color

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

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

This div border color is #A45DD6.

Opacity

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

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

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

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

This text has shadow with #A45DD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A45DD6.

Preview

Color preview on black background

This text has color #A45DD6 on black background.


Color preview on white background

This text has color #A45DD6 on white background.


Black color preview on #A45DD6 background

This text has black color on #A45DD6 background.


White color preview on #A45DD6 background

This text has white color on #A45DD6 background.


Related colors

Complementary color

Complementary color for #hex is #5BA229.


I love getcolorcode.com

Triadic colors

1 #D6A45D and #5DD6A4 with #A45DD6 are triadic colors.

2 #D65DA4 and #5DA4D6 with #A45DD6 are triadic colors.