COLOR #A475E7

HEX: #A475E7 RGB: (164,117,231)

Color info

#A475E7 contains mainly blue color. Web safe color of #A475E7 is #9966FF (or #96F).

RGB color model

#A475E7 color RGB value is (164,117,231).

RGB: (164,117,231) (64%, 46%, 91%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 231 of 255 = 91%

164
117
231

R + G + B ~ 67%. #A475E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 117 + 231 = 512 (100%)
R 164 of 512 ~ 32.03%
G 117 of 512 ~ 22.85%
B 231 of 512 ~ 45.12'%

%32.03
%22.85
%45.12

CMYK color model

#A475E7 color CMYK value is (29,49,0,9).

  • cyan value is 29.00%
  • magenta value is 49.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (29,49,0,9) C29M49Y0K9 (29%,49%,0%,9%) (0.29/0.49/0.00/0.09) 

CMYK percentages

%29
%49.35
%0
%9.41

Codes

Color #A475E7 in popluar color models

A4 75 E7
RGB 164 117 231
HSL 265° 70.37% 68.24%
HSB/HSV 265° 49.35% 90.59%
CMYK 29.00% 49.35% 0.00%
9.41%

Color #A475E7 in popluar number systems.

HEX A4 75 E7
Decimal 164 117 231
Binary 10100100 1110101 11100111
Octal 244 165 347

Shades and tints

Shades of #A475E7

#A475E7
(164,117,231)
#966BD2
(150,107,210)
#8861BD
(136,97,189)
#7A57A8
(122,87,168)
#6C4D93
(108,77,147)
#5E437E
(94,67,126)
#503969
(80,57,105)
#422F54
(66,47,84)
#34253F
(52,37,63)
#261B2A
(38,27,42)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A475E7

#A475E7
(164,117,231)
#AC81E9
(172,129,233)
#B48DEB
(180,141,235)
#BC99ED
(188,153,237)
#C4A5EF
(196,165,239)
#CCB1F1
(204,177,241)
#D4BDF3
(212,189,243)
#DCC9F5
(220,201,245)
#E4D5F7
(228,213,247)
#ECE1F9
(236,225,249)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A475E7 color. Also use rgb(164,117,231) instead hex code.

Text Font Color

.myTextColor { color: #A475E7; }

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

This text font color is #A475E7.

Background Color

.myBgColor { background-color: #A475E7; }

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

This div background color is #A475E7.

Border color

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

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

This div border color is #A475E7.

Opacity

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

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

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

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

This text has shadow with #A475E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A475E7.

Preview

Color preview on black background

This text has color #A475E7 on black background.


Color preview on white background

This text has color #A475E7 on white background.


Black color preview on #A475E7 background

This text has black color on #A475E7 background.


White color preview on #A475E7 background

This text has white color on #A475E7 background.


Related colors

Complementary color

Complementary color for #hex is #5B8A18.


I love getcolorcode.com

Triadic colors

1 #E7A475 and #75E7A4 with #A475E7 are triadic colors.

2 #E775A4 and #75A4E7 with #A475E7 are triadic colors.