COLOR #A6618A

HEX: #A6618A
RGB: (166,97,138)

Color info

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

RGB color model

#A6618A color RGB value is (166,97,138).

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

RGB channels and saturation

R 166 of 255 = 65%
G 97 of 255 = 38%
B 138 of 255 = 54%

166
97
138

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

Portions of RGB colors in percentages

R + G + B =
166 + 97 + 138 = 401 (100%)
R 166 of 401 ~ 41.4%
G 97 of 401 ~ 24.19%
B 138 of 401 ~ 34.41%

%41.4
%24.19
%34.41

CMYK color model

#A6618A color CMYK value is (0,42,17,35).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(0,42,17,35)
C0M42Y17K35 
(0%,42%,17%,35%)
(0.00/0.42/0.17/0.35)	

CMYK percentages

%0
%41.57
%16.87
%34.9

Codes

Color #A6618A in popluar color models

A6618A
RGB16697138
HSL324°27.94%51.57%
HSB/HSV324°41.57%65.10%
CMYK0.00%41.57%16.87%
34.90%

Color #A6618A in popluar number systems.

HEXA6618A
Decimal16697138
Binary10100110110000110001010
Octal246141212

Shades and tints

Shades of #A6618A

#A6618A
(166,97,138)
#97597E
(151,89,126)
#885172
(136,81,114)
#794966
(121,73,102)
#6A415A
(106,65,90)
#5B394E
(91,57,78)
#4C3142
(76,49,66)
#3D2936
(61,41,54)
#2E212A
(46,33,42)
#1F191E
(31,25,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #A6618A

#A6618A
(166,97,138)
#AE6F94
(174,111,148)
#B67D9E
(182,125,158)
#BE8BA8
(190,139,168)
#C699B2
(198,153,178)
#CEA7BC
(206,167,188)
#D6B5C6
(214,181,198)
#DEC3D0
(222,195,208)
#E6D1DA
(230,209,218)
#EEDFE4
(238,223,228)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6618A; }

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

This text font color is #A6618A.


Background Color

.myBgColor { background-color: #A6618A; }

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

This div background color is #A6618A.


Border color

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

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

This div border color is #A6618A.


Opacity

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

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

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

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

This text has shadow with #A6618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6618A on black background.


Color preview on white background

This text has color #A6618A on white background.



Black color preview on #A6618A background

This text has black color on #A6618A background.


White color preview on #A6618A background

This text has white color on #A6618A background.