COLOR #AB84E1

HEX: #AB84E1 RGB: (171,132,225)

Color info

#AB84E1 contains mainly red and blue colors. Web safe color of #AB84E1 is #9999CC (or #99C).

RGB color model

#AB84E1 color RGB value is (171,132,225).

RGB: (171,132,225) (67%, 52%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 225 of 255 = 88%

171
132
225

R + G + B ~ 69%. #AB84E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 132 + 225 = 528 (100%)
R 171 of 528 ~ 32.39%
G 132 of 528 ~ 25%
B 225 of 528 ~ 42.61'%

%32.39
%25
%42.61

CMYK color model

#AB84E1 color CMYK value is (24,41,0,12).

  • cyan value is 24.00%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,41,0,12)
C24M41Y0K12 (24%, 41%, 0%, 12%)
(0.24 / 0.41 / 0.00 / 0.12)

CMYK percentages

%24
%41.33
%0
%11.76

Codes

Color #AB84E1 in popluar color models

AB 84 E1
RGB 171 132 225
HSL 265° 60.78% 70.00%
HSB/HSV 265° 41.33% 88.24%
CMYK 24.00% 41.33% 0.00%
11.76%

Color #AB84E1 in popluar number systems.

HEX AB 84 E1
Decimal 171 132 225
Binary 10101011 10000100 11100001
Octal 253 204 341

Shades and tints

Shades of #AB84E1

#AB84E1
(171,132,225)
#9C78CD
(156,120,205)
#8D6CB9
(141,108,185)
#7E60A5
(126,96,165)
#6F5491
(111,84,145)
#60487D
(96,72,125)
#513C69
(81,60,105)
#423055
(66,48,85)
#332441
(51,36,65)
#24182D
(36,24,45)
#150C19
(21,12,25)
#000000
(0,0,0)

Tints of #AB84E1

#AB84E1
(171,132,225)
#B28FE3
(178,143,227)
#B99AE5
(185,154,229)
#C0A5E7
(192,165,231)
#C7B0E9
(199,176,233)
#CEBBEB
(206,187,235)
#D5C6ED
(213,198,237)
#DCD1EF
(220,209,239)
#E3DCF1
(227,220,241)
#EAE7F3
(234,231,243)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB84E1 color. Also use rgb(171,132,225) instead hex code.

Text Font Color

.myTextColor { color: #AB84E1; }

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

This text font color is #AB84E1.

Background Color

.myBgColor { background-color: #AB84E1; }

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

This div background color is #AB84E1.

Border color

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

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

This div border color is #AB84E1.

Opacity

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

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

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

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

This text has shadow with #AB84E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB84E1.

Preview

Color preview on black background

This text has color #AB84E1 on black background.


Color preview on white background

This text has color #AB84E1 on white background.


Black color preview on #AB84E1 background

This text has black color on #AB84E1 background.


White color preview on #AB84E1 background

This text has white color on #AB84E1 background.


Related colors

Complementary color

Complementary color for #AB84E1 is #547B1E.


I love getcolorcode.com

Triadic colors

1 #E1AB84 and #84E1AB with #AB84E1 are triadic colors.

2 #E184AB and #84ABE1 with #AB84E1 are triadic colors.