COLOR #A616A6

HEX: #A616A6
RGB: (166,22,166)

Color info

#A616A6 contains mainly red and blue colors. Web safe color of #A616A6 is #990099 (or #909).

RGB color model

#A616A6 color RGB value is (166,22,166).

  • red value is 166;
  • green value is 22;
  • blue value is 166.
RGB:
(166,22,166)
(65%,9%,65%)

RGB channels and saturation

R 166 of 255 = 65%
G 22 of 255 = 9%
B 166 of 255 = 65%

166
22
166

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

Portions of RGB colors in percentages

R + G + B =
166 + 22 + 166 = 354 (100%)
R 166 of 354 ~ 46.89%
G 22 of 354 ~ 6.21%
B 166 of 354 ~ 46.89%

%46.89
%46.89

CMYK color model

#A616A6 color CMYK value is (0,87,0,35).

  • cyan value is 0.00%
  • magenta value is 86.75%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(0,87,0,35)
C0M87Y0K35 
(0%,87%,0%,35%)
(0.00/0.87/0.00/0.35)	

CMYK percentages

%0
%86.75
%0
%34.9

Codes

Color #A616A6 in popluar color models

A616A6
RGB16622166
HSL300°76.60%36.86%
HSB/HSV300°86.75%65.10%
CMYK0.00%86.75%0.00%
34.90%

Color #A616A6 in popluar number systems.

HEXA616A6
Decimal16622166
Binary101001101011010100110
Octal24626246

Shades and tints

Shades of #A616A6

#A616A6
(166,22,166)
#971497
(151,20,151)
#881288
(136,18,136)
#791079
(121,16,121)
#6A0E6A
(106,14,106)
#5B0C5B
(91,12,91)
#4C0A4C
(76,10,76)
#3D083D
(61,8,61)
#2E062E
(46,6,46)
#1F041F
(31,4,31)
#100210
(16,2,16)
#000000
(0,0,0)

Tints of #A616A6

#A616A6
(166,22,166)
#AE2BAE
(174,43,174)
#B640B6
(182,64,182)
#BE55BE
(190,85,190)
#C66AC6
(198,106,198)
#CE7FCE
(206,127,206)
#D694D6
(214,148,214)
#DEA9DE
(222,169,222)
#E6BEE6
(230,190,230)
#EED3EE
(238,211,238)
#F6E8F6
(246,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A616A6; }

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

This text font color is #A616A6.


Background Color

.myBgColor { background-color: #A616A6; }

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

This div background color is #A616A6.


Border color

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

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

This div border color is #A616A6.


Opacity

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

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

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

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

This text has shadow with #A616A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A616A6 on black background.


Color preview on white background

This text has color #A616A6 on white background.



Black color preview on #A616A6 background

This text has black color on #A616A6 background.


White color preview on #A616A6 background

This text has white color on #A616A6 background.