COLOR #A6117B

HEX: #A6117B
RGB: (166,17,123)

Color info

#A6117B contains mainly red and blue colors. Web safe color of #A6117B is #990066 (or #906).

RGB color model

#A6117B color RGB value is (166,17,123).

  • red value is 166;
  • green value is 17;
  • blue value is 123.
RGB:
(166,17,123)
(65%,7%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 17 of 255 = 7%
B 123 of 255 = 48%

166
17
123

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

Portions of RGB colors in percentages

R + G + B =
166 + 17 + 123 = 306 (100%)
R 166 of 306 ~ 54.25%
G 17 of 306 ~ 5.56%
B 123 of 306 ~ 40.2%

%54.25
%40.2

CMYK color model

#A6117B color CMYK value is (0,90,26,35).

  • cyan value is 0.00%
  • magenta value is 89.76%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(0,90,26,35)
C0M90Y26K35 
(0%,90%,26%,35%)
(0.00/0.90/0.26/0.35)	

CMYK percentages

%0
%89.76
%25.9
%34.9

Codes

Color #A6117B in popluar color models

A6117B
RGB16617123
HSL317°81.42%35.88%
HSB/HSV317°89.76%65.10%
CMYK0.00%89.76%25.90%
34.90%

Color #A6117B in popluar number systems.

HEXA6117B
Decimal16617123
Binary10100110100011111011
Octal24621173

Shades and tints

Shades of #A6117B

#A6117B
(166,17,123)
#971070
(151,16,112)
#880F65
(136,15,101)
#790E5A
(121,14,90)
#6A0D4F
(106,13,79)
#5B0C44
(91,12,68)
#4C0B39
(76,11,57)
#3D0A2E
(61,10,46)
#2E0923
(46,9,35)
#1F0818
(31,8,24)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #A6117B

#A6117B
(166,17,123)
#AE2687
(174,38,135)
#B63B93
(182,59,147)
#BE509F
(190,80,159)
#C665AB
(198,101,171)
#CE7AB7
(206,122,183)
#D68FC3
(214,143,195)
#DEA4CF
(222,164,207)
#E6B9DB
(230,185,219)
#EECEE7
(238,206,231)
#F6E3F3
(246,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6117B; }

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

This text font color is #A6117B.


Background Color

.myBgColor { background-color: #A6117B; }

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

This div background color is #A6117B.


Border color

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

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

This div border color is #A6117B.


Opacity

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

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

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

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

This text has shadow with #A6117B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6117B on black background.


Color preview on white background

This text has color #A6117B on white background.



Black color preview on #A6117B background

This text has black color on #A6117B background.


White color preview on #A6117B background

This text has white color on #A6117B background.