COLOR #AB6C92

HEX: #AB6C92 RGB: (171,108,146)

Color info

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

RGB color model

#AB6C92 color RGB value is (171,108,146).

RGB: (171,108,146) (67%, 42%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 108 of 255 = 42%
B 146 of 255 = 57%

171
108
146

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

Portions of RGB colors in percentages

R + G + B = 171 + 108 + 146 = 425 (100%)
R 171 of 425 ~ 40.24%
G 108 of 425 ~ 25.41%
B 146 of 425 ~ 34.35'%

%40.24
%25.41
%34.35

CMYK color model

#AB6C92 color CMYK value is (0,37,15,33).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 14.62%
  • key color value is 32.94%

CMYK: (0,37,15,33)
C0M37Y15K33 (0%, 37%, 15%, 33%)
(0.00 / 0.37 / 0.15 / 0.33)

CMYK percentages

%0
%36.84
%14.62
%32.94

Codes

Color #AB6C92 in popluar color models

AB 6C 92
RGB 171 108 146
HSL 324° 27.27% 54.71%
HSB/HSV 324° 36.84% 67.06%
CMYK 0.00% 36.84% 14.62%
32.94%

Color #AB6C92 in popluar number systems.

HEX AB 6C 92
Decimal 171 108 146
Binary 10101011 1101100 10010010
Octal 253 154 222

Shades and tints

Shades of #AB6C92

#AB6C92
(171,108,146)
#9C6385
(156,99,133)
#8D5A78
(141,90,120)
#7E516B
(126,81,107)
#6F485E
(111,72,94)
#603F51
(96,63,81)
#513644
(81,54,68)
#422D37
(66,45,55)
#33242A
(51,36,42)
#241B1D
(36,27,29)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #AB6C92

#AB6C92
(171,108,146)
#B2799B
(178,121,155)
#B986A4
(185,134,164)
#C093AD
(192,147,173)
#C7A0B6
(199,160,182)
#CEADBF
(206,173,191)
#D5BAC8
(213,186,200)
#DCC7D1
(220,199,209)
#E3D4DA
(227,212,218)
#EAE1E3
(234,225,227)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6C92 color. Also use rgb(171,108,146) instead hex code.

Text Font Color

.myTextColor { color: #AB6C92; }

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

This text font color is #AB6C92.

Background Color

.myBgColor { background-color: #AB6C92; }

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

This div background color is #AB6C92.

Border color

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

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

This div border color is #AB6C92.

Opacity

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

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

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

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

This text has shadow with #AB6C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6C92.

Preview

Color preview on black background

This text has color #AB6C92 on black background.


Color preview on white background

This text has color #AB6C92 on white background.


Black color preview on #AB6C92 background

This text has black color on #AB6C92 background.


White color preview on #AB6C92 background

This text has white color on #AB6C92 background.


Related colors

Complementary color

Complementary color for #hex is #54936D.


I love getcolorcode.com

Triadic colors

1 #92AB6C and #6C92AB with #AB6C92 are triadic colors.

2 #926CAB and #6CAB92 with #AB6C92 are triadic colors.