COLOR #A675D9

HEX: #A675D9
RGB: (166,117,217)

Color info

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

RGB color model

#A675D9 color RGB value is (166,117,217).

  • red value is 166;
  • green value is 117;
  • blue value is 217.
RGB:
(166,117,217)
(65%,46%,85%)

RGB channels and saturation

R 166 of 255 = 65%
G 117 of 255 = 46%
B 217 of 255 = 85%

166
117
217

R + G + B ~ 65%. #A675D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 117 + 217 = 500 (100%)
R 166 of 500 ~ 33.2%
G 117 of 500 ~ 23.4%
B 217 of 500 ~ 43.4%

%33.2
%23.4
%43.4

CMYK color model

#A675D9 color CMYK value is (24,46,0,15).

  • cyan value is 23.50%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(24,46,0,15)
C24M46Y0K15 
(24%,46%,0%,15%)
(0.24/0.46/0.00/0.15)	

CMYK percentages

%23.5
%46.08
%0
%14.9

Codes

Color #A675D9 in popluar color models

A675D9
RGB166117217
HSL269°56.82%65.49%
HSB/HSV269°46.08%85.10%
CMYK23.50%46.08%0.00%
14.90%

Color #A675D9 in popluar number systems.

HEXA675D9
Decimal166117217
Binary10100110111010111011001
Octal246165331

Shades and tints

Shades of #A675D9

#A675D9
(166,117,217)
#976BC6
(151,107,198)
#8861B3
(136,97,179)
#7957A0
(121,87,160)
#6A4D8D
(106,77,141)
#5B437A
(91,67,122)
#4C3967
(76,57,103)
#3D2F54
(61,47,84)
#2E2541
(46,37,65)
#1F1B2E
(31,27,46)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #A675D9

#A675D9
(166,117,217)
#AE81DC
(174,129,220)
#B68DDF
(182,141,223)
#BE99E2
(190,153,226)
#C6A5E5
(198,165,229)
#CEB1E8
(206,177,232)
#D6BDEB
(214,189,235)
#DEC9EE
(222,201,238)
#E6D5F1
(230,213,241)
#EEE1F4
(238,225,244)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A675D9 color. Also use rgb(166,117,217) instead hex code.

Text Font Color

.myTextColor { color: #A675D9; }

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

This text font color is #A675D9.


Background Color

.myBgColor { background-color: #A675D9; }

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

This div background color is #A675D9.


Border color

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

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

This div border color is #A675D9.


Opacity

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

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

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

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

This text has shadow with #A675D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A675D9 on black background.


Color preview on white background

This text has color #A675D9 on white background.



Black color preview on #A675D9 background

This text has black color on #A675D9 background.


White color preview on #A675D9 background

This text has white color on #A675D9 background.