COLOR #AB5CBA

HEX: #AB5CBA
RGB: (171,92,186)

Color info

#AB5CBA contains mainly red and blue colors. Web safe color of #AB5CBA is #9966CC (or #96C).

RGB color model

#AB5CBA color RGB value is (171,92,186).

  • red value is 171;
  • green value is 92;
  • blue value is 186.
RGB:
(171,92,186)
(67%,36%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 92 of 255 = 36%
B 186 of 255 = 73%

171
92
186

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

Portions of RGB colors in percentages

R + G + B =
171 + 92 + 186 = 449 (100%)
R 171 of 449 ~ 38.08%
G 92 of 449 ~ 20.49%
B 186 of 449 ~ 41.43%

%38.08
%20.49
%41.43

CMYK color model

#AB5CBA color CMYK value is (8,51,0,27).

  • cyan value is 8.06%
  • magenta value is 50.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,51,0,27)
C8M51Y0K27 
(8%,51%,0%,27%)
(0.08/0.51/0.00/0.27)	

CMYK percentages

%8.06
%50.54
%0
%27.06

Codes

Color #AB5CBA in popluar color models

AB5CBA
RGB17192186
HSL290°40.52%54.51%
HSB/HSV290°50.54%72.94%
CMYK8.06%50.54%0.00%
27.06%

Color #AB5CBA in popluar number systems.

HEXAB5CBA
Decimal17192186
Binary10101011101110010111010
Octal253134272

Shades and tints

Shades of #AB5CBA

#AB5CBA
(171,92,186)
#9C54AA
(156,84,170)
#8D4C9A
(141,76,154)
#7E448A
(126,68,138)
#6F3C7A
(111,60,122)
#60346A
(96,52,106)
#512C5A
(81,44,90)
#42244A
(66,36,74)
#331C3A
(51,28,58)
#24142A
(36,20,42)
#150C1A
(21,12,26)
#000000
(0,0,0)

Tints of #AB5CBA

#AB5CBA
(171,92,186)
#B26AC0
(178,106,192)
#B978C6
(185,120,198)
#C086CC
(192,134,204)
#C794D2
(199,148,210)
#CEA2D8
(206,162,216)
#D5B0DE
(213,176,222)
#DCBEE4
(220,190,228)
#E3CCEA
(227,204,234)
#EADAF0
(234,218,240)
#F1E8F6
(241,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5CBA color. Also use rgb(171,92,186) instead hex code.

Text Font Color

.myTextColor { color: #AB5CBA; }

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

This text font color is #AB5CBA.


Background Color

.myBgColor { background-color: #AB5CBA; }

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

This div background color is #AB5CBA.


Border color

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

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

This div border color is #AB5CBA.


Opacity

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

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

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

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

This text has shadow with #AB5CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5CBA on black background.


Color preview on white background

This text has color #AB5CBA on white background.



Black color preview on #AB5CBA background

This text has black color on #AB5CBA background.


White color preview on #AB5CBA background

This text has white color on #AB5CBA background.