COLOR #A6118B

HEX: #A6118B RGB: (166,17,139)

Color info

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

RGB color model

#A6118B color RGB value is (166,17,139).

RGB: (166,17,139) (65%, 7%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 17 of 255 = 7%
B 139 of 255 = 55%

166
17
139

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

Portions of RGB colors in percentages

R + G + B = 166 + 17 + 139 = 322 (100%)
R 166 of 322 ~ 51.55%
G 17 of 322 ~ 5.28%
B 139 of 322 ~ 43.17'%

%51.55
%43.17

CMYK color model

#A6118B color CMYK value is (0,90,16,35).

  • cyan value is 0.00%
  • magenta value is 89.76%
  • yellow value is 16.27%
  • key color value is 34.90%

CMYK: (0,90,16,35)
C0M90Y16K35 (0%, 90%, 16%, 35%)
(0.00 / 0.90 / 0.16 / 0.35)

CMYK percentages

%0
%89.76
%16.27
%34.9

Codes

Color #A6118B in popluar color models

A6 11 8B
RGB 166 17 139
HSL 311° 81.42% 35.88%
HSB/HSV 311° 89.76% 65.10%
CMYK 0.00% 89.76% 16.27%
34.90%

Color #A6118B in popluar number systems.

HEX A6 11 8B
Decimal 166 17 139
Binary 10100110 10001 10001011
Octal 246 21 213

Shades and tints

Shades of #A6118B

#A6118B
(166,17,139)
#97107F
(151,16,127)
#880F73
(136,15,115)
#790E67
(121,14,103)
#6A0D5B
(106,13,91)
#5B0C4F
(91,12,79)
#4C0B43
(76,11,67)
#3D0A37
(61,10,55)
#2E092B
(46,9,43)
#1F081F
(31,8,31)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #A6118B

#A6118B
(166,17,139)
#AE2695
(174,38,149)
#B63B9F
(182,59,159)
#BE50A9
(190,80,169)
#C665B3
(198,101,179)
#CE7ABD
(206,122,189)
#D68FC7
(214,143,199)
#DEA4D1
(222,164,209)
#E6B9DB
(230,185,219)
#EECEE5
(238,206,229)
#F6E3EF
(246,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6118B; }

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

This text font color is #A6118B.

Background Color

.myBgColor { background-color: #A6118B; }

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

This div background color is #A6118B.

Border color

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

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

This div border color is #A6118B.

Opacity

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

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

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

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

This text has shadow with #A6118B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6118B.

Preview

Color preview on black background

This text has color #A6118B on black background.


Color preview on white background

This text has color #A6118B on white background.


Black color preview on #A6118B background

This text has black color on #A6118B background.


White color preview on #A6118B background

This text has white color on #A6118B background.


Related colors

Complementary color

Complementary color for #hex is #59EE74.


I love getcolorcode.com

Triadic colors

1 #8BA611 and #118BA6 with #A6118B are triadic colors.

2 #8B11A6 and #11A68B with #A6118B are triadic colors.