COLOR #A6609B

HEX: #A6609B RGB: (166,96,155)

Color info

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

RGB color model

#A6609B color RGB value is (166,96,155).

RGB: (166,96,155) (65%, 38%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 96 of 255 = 38%
B 155 of 255 = 61%

166
96
155

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

Portions of RGB colors in percentages

R + G + B = 166 + 96 + 155 = 417 (100%)
R 166 of 417 ~ 39.81%
G 96 of 417 ~ 23.02%
B 155 of 417 ~ 37.17'%

%39.81
%23.02
%37.17

CMYK color model

#A6609B color CMYK value is (0,42,7,35).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 6.63%
  • key color value is 34.90%

CMYK: (0,42,7,35)
C0M42Y7K35 (0%, 42%, 7%, 35%)
(0.00 / 0.42 / 0.07 / 0.35)

CMYK percentages

%0
%42.17
%6.63
%34.9

Codes

Color #A6609B in popluar color models

A6 60 9B
RGB 166 96 155
HSL 309° 28.23% 51.37%
HSB/HSV 309° 42.17% 65.10%
CMYK 0.00% 42.17% 6.63%
34.90%

Color #A6609B in popluar number systems.

HEX A6 60 9B
Decimal 166 96 155
Binary 10100110 1100000 10011011
Octal 246 140 233

Shades and tints

Shades of #A6609B

#A6609B
(166,96,155)
#97588D
(151,88,141)
#88507F
(136,80,127)
#794871
(121,72,113)
#6A4063
(106,64,99)
#5B3855
(91,56,85)
#4C3047
(76,48,71)
#3D2839
(61,40,57)
#2E202B
(46,32,43)
#1F181D
(31,24,29)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #A6609B

#A6609B
(166,96,155)
#AE6EA4
(174,110,164)
#B67CAD
(182,124,173)
#BE8AB6
(190,138,182)
#C698BF
(198,152,191)
#CEA6C8
(206,166,200)
#D6B4D1
(214,180,209)
#DEC2DA
(222,194,218)
#E6D0E3
(230,208,227)
#EEDEEC
(238,222,236)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6609B; }

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

This text font color is #A6609B.

Background Color

.myBgColor { background-color: #A6609B; }

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

This div background color is #A6609B.

Border color

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

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

This div border color is #A6609B.

Opacity

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

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

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

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

This text has shadow with #A6609B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6609B.

Preview

Color preview on black background

This text has color #A6609B on black background.


Color preview on white background

This text has color #A6609B on white background.


Black color preview on #A6609B background

This text has black color on #A6609B background.


White color preview on #A6609B background

This text has white color on #A6609B background.


Related colors

Complementary color

Complementary color for #hex is #599F64.


I love getcolorcode.com

Triadic colors

1 #9BA660 and #609BA6 with #A6609B are triadic colors.

2 #9B60A6 and #60A69B with #A6609B are triadic colors.