COLOR #A668C9

HEX: #A668C9
RGB: (166,104,201)

Color info

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

RGB color model

#A668C9 color RGB value is (166,104,201).

  • red value is 166;
  • green value is 104;
  • blue value is 201.
RGB:
(166,104,201)
(65%,41%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 104 of 255 = 41%
B 201 of 255 = 79%

166
104
201

R + G + B ~ 62%. #A668C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 104 + 201 = 471 (100%)
R 166 of 471 ~ 35.24%
G 104 of 471 ~ 22.08%
B 201 of 471 ~ 42.68%

%35.24
%22.08
%42.68

CMYK color model

#A668C9 color CMYK value is (17,48,0,21).

  • cyan value is 17.41%
  • magenta value is 48.26%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(17,48,0,21)
C17M48Y0K21 
(17%,48%,0%,21%)
(0.17/0.48/0.00/0.21)	

CMYK percentages

%17.41
%48.26
%0
%21.18

Codes

Color #A668C9 in popluar color models

A668C9
RGB166104201
HSL278°47.32%59.80%
HSB/HSV278°48.26%78.82%
CMYK17.41%48.26%0.00%
21.18%

Color #A668C9 in popluar number systems.

HEXA668C9
Decimal166104201
Binary10100110110100011001001
Octal246150311

Shades and tints

Shades of #A668C9

#A668C9
(166,104,201)
#975FB7
(151,95,183)
#8856A5
(136,86,165)
#794D93
(121,77,147)
#6A4481
(106,68,129)
#5B3B6F
(91,59,111)
#4C325D
(76,50,93)
#3D294B
(61,41,75)
#2E2039
(46,32,57)
#1F1727
(31,23,39)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #A668C9

#A668C9
(166,104,201)
#AE75CD
(174,117,205)
#B682D1
(182,130,209)
#BE8FD5
(190,143,213)
#C69CD9
(198,156,217)
#CEA9DD
(206,169,221)
#D6B6E1
(214,182,225)
#DEC3E5
(222,195,229)
#E6D0E9
(230,208,233)
#EEDDED
(238,221,237)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A668C9 color. Also use rgb(166,104,201) instead hex code.

Text Font Color

.myTextColor { color: #A668C9; }

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

This text font color is #A668C9.


Background Color

.myBgColor { background-color: #A668C9; }

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

This div background color is #A668C9.


Border color

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

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

This div border color is #A668C9.


Opacity

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

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

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

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

This text has shadow with #A668C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A668C9 on black background.


Color preview on white background

This text has color #A668C9 on white background.



Black color preview on #A668C9 background

This text has black color on #A668C9 background.


White color preview on #A668C9 background

This text has white color on #A668C9 background.