COLOR #AC78FF

HEX: #AC78FF
RGB: (172,120,255)

Color info

#AC78FF contains mainly blue color. Web safe color of #AC78FF is #9966FF (or #96F).

RGB color model

#AC78FF color RGB value is (172,120,255).

  • red value is 172;
  • green value is 120;
  • blue value is 255.
RGB:
(172,120,255)
(67%,47%,100%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 255 of 255 = 100%

172
120
255

R + G + B ~ 71%. #AC78FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 255 = 547 (100%)
R 172 of 547 ~ 31.44%
G 120 of 547 ~ 21.94%
B 255 of 547 ~ 46.62%

%31.44
%21.94
%46.62

CMYK color model

#AC78FF color CMYK value is (33,53,0,0).

  • cyan value is 32.55%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,53,0,0)
C33M53Y0K0 
(33%,53%,0%,0%)
(0.33/0.53/0.00/0.00)	

CMYK percentages

%32.55
%52.94
%0
%0

Codes

Color #AC78FF in popluar color models

AC78FF
RGB172120255
HSL263°100.00%73.53%
HSB/HSV263°52.94%100.00%
CMYK32.55%52.94%0.00%
0.00%

Color #AC78FF in popluar number systems.

HEXAC78FF
Decimal172120255
Binary10101100111100011111111
Octal254170377

Shades and tints

Shades of #AC78FF

#AC78FF
(172,120,255)
#9D6EE8
(157,110,232)
#8E64D1
(142,100,209)
#7F5ABA
(127,90,186)
#7050A3
(112,80,163)
#61468C
(97,70,140)
#523C75
(82,60,117)
#43325E
(67,50,94)
#342847
(52,40,71)
#251E30
(37,30,48)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #AC78FF

#AC78FF
(172,120,255)
#B384FF
(179,132,255)
#BA90FF
(186,144,255)
#C19CFF
(193,156,255)
#C8A8FF
(200,168,255)
#CFB4FF
(207,180,255)
#D6C0FF
(214,192,255)
#DDCCFF
(221,204,255)
#E4D8FF
(228,216,255)
#EBE4FF
(235,228,255)
#F2F0FF
(242,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC78FF color. Also use rgb(172,120,255) instead hex code.

Text Font Color

.myTextColor { color: #AC78FF; }

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

This text font color is #AC78FF.


Background Color

.myBgColor { background-color: #AC78FF; }

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

This div background color is #AC78FF.


Border color

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

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

This div border color is #AC78FF.


Opacity

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

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

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

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

This text has shadow with #AC78FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC78FF on black background.


Color preview on white background

This text has color #AC78FF on white background.



Black color preview on #AC78FF background

This text has black color on #AC78FF background.


White color preview on #AC78FF background

This text has white color on #AC78FF background.