COLOR #A661D7

HEX: #A661D7
RGB: (166,97,215)

Color info

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

RGB color model

#A661D7 color RGB value is (166,97,215).

  • red value is 166;
  • green value is 97;
  • blue value is 215.
RGB:
(166,97,215)
(65%,38%,84%)

RGB channels and saturation

R 166 of 255 = 65%
G 97 of 255 = 38%
B 215 of 255 = 84%

166
97
215

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

Portions of RGB colors in percentages

R + G + B =
166 + 97 + 215 = 478 (100%)
R 166 of 478 ~ 34.73%
G 97 of 478 ~ 20.29%
B 215 of 478 ~ 44.98%

%34.73
%20.29
%44.98

CMYK color model

#A661D7 color CMYK value is (23,55,0,16).

  • cyan value is 22.79%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(23,55,0,16)
C23M55Y0K16 
(23%,55%,0%,16%)
(0.23/0.55/0.00/0.16)	

CMYK percentages

%22.79
%54.88
%0
%15.69

Codes

Color #A661D7 in popluar color models

A661D7
RGB16697215
HSL275°59.60%61.18%
HSB/HSV275°54.88%84.31%
CMYK22.79%54.88%0.00%
15.69%

Color #A661D7 in popluar number systems.

HEXA661D7
Decimal16697215
Binary10100110110000111010111
Octal246141327

Shades and tints

Shades of #A661D7

#A661D7
(166,97,215)
#9759C4
(151,89,196)
#8851B1
(136,81,177)
#79499E
(121,73,158)
#6A418B
(106,65,139)
#5B3978
(91,57,120)
#4C3165
(76,49,101)
#3D2952
(61,41,82)
#2E213F
(46,33,63)
#1F192C
(31,25,44)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #A661D7

#A661D7
(166,97,215)
#AE6FDA
(174,111,218)
#B67DDD
(182,125,221)
#BE8BE0
(190,139,224)
#C699E3
(198,153,227)
#CEA7E6
(206,167,230)
#D6B5E9
(214,181,233)
#DEC3EC
(222,195,236)
#E6D1EF
(230,209,239)
#EEDFF2
(238,223,242)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A661D7 color. Also use rgb(166,97,215) instead hex code.

Text Font Color

.myTextColor { color: #A661D7; }

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

This text font color is #A661D7.


Background Color

.myBgColor { background-color: #A661D7; }

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

This div background color is #A661D7.


Border color

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

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

This div border color is #A661D7.


Opacity

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

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

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

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

This text has shadow with #A661D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A661D7 on black background.


Color preview on white background

This text has color #A661D7 on white background.



Black color preview on #A661D7 background

This text has black color on #A661D7 background.


White color preview on #A661D7 background

This text has white color on #A661D7 background.