COLOR #AB84C2

HEX: #AB84C2 RGB: (171,132,194)

Color info

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

RGB color model

#AB84C2 color RGB value is (171,132,194).

RGB: (171,132,194) (67%, 52%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 194 of 255 = 76%

171
132
194

R + G + B ~ 65%. #AB84C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 132 + 194 = 497 (100%)
R 171 of 497 ~ 34.41%
G 132 of 497 ~ 26.56%
B 194 of 497 ~ 39.03'%

%34.41
%26.56
%39.03

CMYK color model

#AB84C2 color CMYK value is (12,32,0,24).

  • cyan value is 11.86%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (12,32,0,24)
C12M32Y0K24 (12%, 32%, 0%, 24%)
(0.12 / 0.32 / 0.00 / 0.24)

CMYK percentages

%11.86
%31.96
%0
%23.92

Codes

Color #AB84C2 in popluar color models

AB 84 C2
RGB 171 132 194
HSL 278° 33.70% 63.92%
HSB/HSV 278° 31.96% 76.08%
CMYK 11.86% 31.96% 0.00%
23.92%

Color #AB84C2 in popluar number systems.

HEX AB 84 C2
Decimal 171 132 194
Binary 10101011 10000100 11000010
Octal 253 204 302

Shades and tints

Shades of #AB84C2

#AB84C2
(171,132,194)
#9C78B1
(156,120,177)
#8D6CA0
(141,108,160)
#7E608F
(126,96,143)
#6F547E
(111,84,126)
#60486D
(96,72,109)
#513C5C
(81,60,92)
#42304B
(66,48,75)
#33243A
(51,36,58)
#241829
(36,24,41)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #AB84C2

#AB84C2
(171,132,194)
#B28FC7
(178,143,199)
#B99ACC
(185,154,204)
#C0A5D1
(192,165,209)
#C7B0D6
(199,176,214)
#CEBBDB
(206,187,219)
#D5C6E0
(213,198,224)
#DCD1E5
(220,209,229)
#E3DCEA
(227,220,234)
#EAE7EF
(234,231,239)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB84C2; }

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

This text font color is #AB84C2.

Background Color

.myBgColor { background-color: #AB84C2; }

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

This div background color is #AB84C2.

Border color

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

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

This div border color is #AB84C2.

Opacity

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

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

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

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

This text has shadow with #AB84C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB84C2.

Preview

Color preview on black background

This text has color #AB84C2 on black background.


Color preview on white background

This text has color #AB84C2 on white background.


Black color preview on #AB84C2 background

This text has black color on #AB84C2 background.


White color preview on #AB84C2 background

This text has white color on #AB84C2 background.


Related colors

Complementary color

Complementary color for #hex is #547B3D.


I love getcolorcode.com

Triadic colors

1 #C2AB84 and #84C2AB with #AB84C2 are triadic colors.

2 #C284AB and #84ABC2 with #AB84C2 are triadic colors.