COLOR #AB5EC5

HEX: #AB5EC5 RGB: (171,94,197)

Color info

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

RGB color model

#AB5EC5 color RGB value is (171,94,197).

RGB: (171,94,197) (67%, 37%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 197 of 255 = 77%

171
94
197

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

Portions of RGB colors in percentages

R + G + B = 171 + 94 + 197 = 462 (100%)
R 171 of 462 ~ 37.01%
G 94 of 462 ~ 20.35%
B 197 of 462 ~ 42.64'%

%37.01
%20.35
%42.64

CMYK color model

#AB5EC5 color CMYK value is (13,52,0,23).

  • cyan value is 13.20%
  • magenta value is 52.28%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (13,52,0,23)
C13M52Y0K23 (13%, 52%, 0%, 23%)
(0.13 / 0.52 / 0.00 / 0.23)

CMYK percentages

%13.2
%52.28
%0
%22.75

Codes

Color #AB5EC5 in popluar color models

AB 5E C5
RGB 171 94 197
HSL 285° 47.03% 57.06%
HSB/HSV 285° 52.28% 77.25%
CMYK 13.20% 52.28% 0.00%
22.75%

Color #AB5EC5 in popluar number systems.

HEX AB 5E C5
Decimal 171 94 197
Binary 10101011 1011110 11000101
Octal 253 136 305

Shades and tints

Shades of #AB5EC5

#AB5EC5
(171,94,197)
#9C56B4
(156,86,180)
#8D4EA3
(141,78,163)
#7E4692
(126,70,146)
#6F3E81
(111,62,129)
#603670
(96,54,112)
#512E5F
(81,46,95)
#42264E
(66,38,78)
#331E3D
(51,30,61)
#24162C
(36,22,44)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #AB5EC5

#AB5EC5
(171,94,197)
#B26CCA
(178,108,202)
#B97ACF
(185,122,207)
#C088D4
(192,136,212)
#C796D9
(199,150,217)
#CEA4DE
(206,164,222)
#D5B2E3
(213,178,227)
#DCC0E8
(220,192,232)
#E3CEED
(227,206,237)
#EADCF2
(234,220,242)
#F1EAF7
(241,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5EC5 color. Also use rgb(171,94,197) instead hex code.

Text Font Color

.myTextColor { color: #AB5EC5; }

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

This text font color is #AB5EC5.

Background Color

.myBgColor { background-color: #AB5EC5; }

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

This div background color is #AB5EC5.

Border color

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

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

This div border color is #AB5EC5.

Opacity

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

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

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

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

This text has shadow with #AB5EC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5EC5.

Preview

Color preview on black background

This text has color #AB5EC5 on black background.


Color preview on white background

This text has color #AB5EC5 on white background.


Black color preview on #AB5EC5 background

This text has black color on #AB5EC5 background.


White color preview on #AB5EC5 background

This text has white color on #AB5EC5 background.


Related colors

Complementary color

Complementary color for #hex is #54A13A.


I love getcolorcode.com

Triadic colors

1 #C5AB5E and #5EC5AB with #AB5EC5 are triadic colors.

2 #C55EAB and #5EABC5 with #AB5EC5 are triadic colors.