COLOR #A6519C

HEX: #A6519C
RGB: (166,81,156)

Color info

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

RGB color model

#A6519C color RGB value is (166,81,156).

  • red value is 166;
  • green value is 81;
  • blue value is 156.
RGB:
(166,81,156)
(65%,32%,61%)

RGB channels and saturation

R 166 of 255 = 65%
G 81 of 255 = 32%
B 156 of 255 = 61%

166
81
156

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

Portions of RGB colors in percentages

R + G + B =
166 + 81 + 156 = 403 (100%)
R 166 of 403 ~ 41.19%
G 81 of 403 ~ 20.1%
B 156 of 403 ~ 38.71%

%41.19
%20.1
%38.71

CMYK color model

#A6519C color CMYK value is (0,51,6,35).

  • cyan value is 0.00%
  • magenta value is 51.20%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(0,51,6,35)
C0M51Y6K35 
(0%,51%,6%,35%)
(0.00/0.51/0.06/0.35)	

CMYK percentages

%0
%51.2
%6.02
%34.9

Codes

Color #A6519C in popluar color models

A6519C
RGB16681156
HSL307°34.41%48.43%
HSB/HSV307°51.20%65.10%
CMYK0.00%51.20%6.02%
34.90%

Color #A6519C in popluar number systems.

HEXA6519C
Decimal16681156
Binary10100110101000110011100
Octal246121234

Shades and tints

Shades of #A6519C

#A6519C
(166,81,156)
#974A8E
(151,74,142)
#884380
(136,67,128)
#793C72
(121,60,114)
#6A3564
(106,53,100)
#5B2E56
(91,46,86)
#4C2748
(76,39,72)
#3D203A
(61,32,58)
#2E192C
(46,25,44)
#1F121E
(31,18,30)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #A6519C

#A6519C
(166,81,156)
#AE60A5
(174,96,165)
#B66FAE
(182,111,174)
#BE7EB7
(190,126,183)
#C68DC0
(198,141,192)
#CE9CC9
(206,156,201)
#D6ABD2
(214,171,210)
#DEBADB
(222,186,219)
#E6C9E4
(230,201,228)
#EED8ED
(238,216,237)
#F6E7F6
(246,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6519C; }

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

This text font color is #A6519C.


Background Color

.myBgColor { background-color: #A6519C; }

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

This div background color is #A6519C.


Border color

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

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

This div border color is #A6519C.


Opacity

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

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

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

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

This text has shadow with #A6519C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6519C on black background.


Color preview on white background

This text has color #A6519C on white background.



Black color preview on #A6519C background

This text has black color on #A6519C background.


White color preview on #A6519C background

This text has white color on #A6519C background.