COLOR #A661BE

HEX: #A661BE
RGB: (166,97,190)

Color info

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

RGB color model

#A661BE color RGB value is (166,97,190).

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

RGB channels and saturation

R 166 of 255 = 65%
G 97 of 255 = 38%
B 190 of 255 = 75%

166
97
190

R + G + B ~ 59%. #A661BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 97 + 190 = 453 (100%)
R 166 of 453 ~ 36.64%
G 97 of 453 ~ 21.41%
B 190 of 453 ~ 41.94%

%36.64
%21.41
%41.94

CMYK color model

#A661BE color CMYK value is (13,49,0,25).

  • cyan value is 12.63%
  • magenta value is 48.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,49,0,25)
C13M49Y0K25 
(13%,49%,0%,25%)
(0.13/0.49/0.00/0.25)	

CMYK percentages

%12.63
%48.95
%0
%25.49

Codes

Color #A661BE in popluar color models

A661BE
RGB16697190
HSL285°41.70%56.27%
HSB/HSV285°48.95%74.51%
CMYK12.63%48.95%0.00%
25.49%

Color #A661BE in popluar number systems.

HEXA661BE
Decimal16697190
Binary10100110110000110111110
Octal246141276

Shades and tints

Shades of #A661BE

#A661BE
(166,97,190)
#9759AD
(151,89,173)
#88519C
(136,81,156)
#79498B
(121,73,139)
#6A417A
(106,65,122)
#5B3969
(91,57,105)
#4C3158
(76,49,88)
#3D2947
(61,41,71)
#2E2136
(46,33,54)
#1F1925
(31,25,37)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #A661BE

#A661BE
(166,97,190)
#AE6FC3
(174,111,195)
#B67DC8
(182,125,200)
#BE8BCD
(190,139,205)
#C699D2
(198,153,210)
#CEA7D7
(206,167,215)
#D6B5DC
(214,181,220)
#DEC3E1
(222,195,225)
#E6D1E6
(230,209,230)
#EEDFEB
(238,223,235)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A661BE; }

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

This text font color is #A661BE.


Background Color

.myBgColor { background-color: #A661BE; }

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

This div background color is #A661BE.


Border color

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

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

This div border color is #A661BE.


Opacity

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

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

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

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

This text has shadow with #A661BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A661BE on black background.


Color preview on white background

This text has color #A661BE on white background.



Black color preview on #A661BE background

This text has black color on #A661BE background.


White color preview on #A661BE background

This text has white color on #A661BE background.