COLOR #AC87FB

HEX: #AC87FB
RGB: (172,135,251)

Color info

#AC87FB contains mainly blue color. Web safe color of #AC87FB is #9999FF (or #99F).

RGB color model

#AC87FB color RGB value is (172,135,251).

  • red value is 172;
  • green value is 135;
  • blue value is 251.
RGB:
(172,135,251)
(67%,53%,98%)

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 251 of 255 = 98%

172
135
251

R + G + B ~ 73%. #AC87FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 251 = 558 (100%)
R 172 of 558 ~ 30.82%
G 135 of 558 ~ 24.19%
B 251 of 558 ~ 44.98%

%30.82
%24.19
%44.98

CMYK color model

#AC87FB color CMYK value is (31,46,0,2).

  • cyan value is 31.47%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,46,0,2)
C31M46Y0K2 
(31%,46%,0%,2%)
(0.31/0.46/0.00/0.02)	

CMYK percentages

%31.47
%46.22
%0
%1.57

Codes

Color #AC87FB in popluar color models

AC87FB
RGB172135251
HSL259°93.55%75.69%
HSB/HSV259°46.22%98.43%
CMYK31.47%46.22%0.00%
1.57%

Color #AC87FB in popluar number systems.

HEXAC87FB
Decimal172135251
Binary101011001000011111111011
Octal254207373

Shades and tints

Shades of #AC87FB

#AC87FB
(172,135,251)
#9D7BE5
(157,123,229)
#8E6FCF
(142,111,207)
#7F63B9
(127,99,185)
#7057A3
(112,87,163)
#614B8D
(97,75,141)
#523F77
(82,63,119)
#433361
(67,51,97)
#34274B
(52,39,75)
#251B35
(37,27,53)
#160F1F
(22,15,31)
#000000
(0,0,0)

Tints of #AC87FB

#AC87FB
(172,135,251)
#B391FB
(179,145,251)
#BA9BFB
(186,155,251)
#C1A5FB
(193,165,251)
#C8AFFB
(200,175,251)
#CFB9FB
(207,185,251)
#D6C3FB
(214,195,251)
#DDCDFB
(221,205,251)
#E4D7FB
(228,215,251)
#EBE1FB
(235,225,251)
#F2EBFB
(242,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC87FB color. Also use rgb(172,135,251) instead hex code.

Text Font Color

.myTextColor { color: #AC87FB; }

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

This text font color is #AC87FB.


Background Color

.myBgColor { background-color: #AC87FB; }

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

This div background color is #AC87FB.


Border color

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

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

This div border color is #AC87FB.


Opacity

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

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

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

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

This text has shadow with #AC87FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC87FB on black background.


Color preview on white background

This text has color #AC87FB on white background.



Black color preview on #AC87FB background

This text has black color on #AC87FB background.


White color preview on #AC87FB background

This text has white color on #AC87FB background.