COLOR #A660A5

HEX: #A660A5 RGB: (166,96,165)

Color info

#A660A5 contains mainly red and blue colors. Web safe color of #A660A5 is #996699 (or #969).

RGB color model

#A660A5 color RGB value is (166,96,165).

RGB: (166,96,165) (65%, 38%, 65%)

RGB channels and saturation

R 166 of 255 = 65%
G 96 of 255 = 38%
B 165 of 255 = 65%

166
96
165

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

Portions of RGB colors in percentages

R + G + B = 166 + 96 + 165 = 427 (100%)
R 166 of 427 ~ 38.88%
G 96 of 427 ~ 22.48%
B 165 of 427 ~ 38.64'%

%38.88
%22.48
%38.64

CMYK color model

#A660A5 color CMYK value is (0,42,1,35).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 0.60%
  • key color value is 34.90%
CMYK: (0,42,1,35) C0M42Y1K35 (0%,42%,1%,35%) (0.00/0.42/0.01/0.35) 

CMYK percentages

%0
%42.17
%0.6
%34.9

Codes

Color #A660A5 in popluar color models

A6 60 A5
RGB 166 96 165
HSL 301° 28.23% 51.37%
HSB/HSV 301° 42.17% 65.10%
CMYK 0.00% 42.17% 0.60%
34.90%

Color #A660A5 in popluar number systems.

HEX A6 60 A5
Decimal 166 96 165
Binary 10100110 1100000 10100101
Octal 246 140 245

Shades and tints

Shades of #A660A5

#A660A5
(166,96,165)
#975896
(151,88,150)
#885087
(136,80,135)
#794878
(121,72,120)
#6A4069
(106,64,105)
#5B385A
(91,56,90)
#4C304B
(76,48,75)
#3D283C
(61,40,60)
#2E202D
(46,32,45)
#1F181E
(31,24,30)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #A660A5

#A660A5
(166,96,165)
#AE6EAD
(174,110,173)
#B67CB5
(182,124,181)
#BE8ABD
(190,138,189)
#C698C5
(198,152,197)
#CEA6CD
(206,166,205)
#D6B4D5
(214,180,213)
#DEC2DD
(222,194,221)
#E6D0E5
(230,208,229)
#EEDEED
(238,222,237)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A660A5 color. Also use rgb(166,96,165) instead hex code.

Text Font Color

.myTextColor { color: #A660A5; }

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

This text font color is #A660A5.

Background Color

.myBgColor { background-color: #A660A5; }

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

This div background color is #A660A5.

Border color

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

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

This div border color is #A660A5.

Opacity

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

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

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

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

This text has shadow with #A660A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A660A5.

Preview

Color preview on black background

This text has color #A660A5 on black background.


Color preview on white background

This text has color #A660A5 on white background.


Black color preview on #A660A5 background

This text has black color on #A660A5 background.


White color preview on #A660A5 background

This text has white color on #A660A5 background.


Related colors

Complementary color

Complementary color for #hex is #599F5A.


I love getcolorcode.com

Triadic colors

1 #A5A660 and #60A5A6 with #A660A5 are triadic colors.

2 #A560A6 and #60A6A5 with #A660A5 are triadic colors.