COLOR #AC65F5

HEX: #AC65F5
RGB: (172,101,245)

Color info

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

RGB color model

#AC65F5 color RGB value is (172,101,245).

  • red value is 172;
  • green value is 101;
  • blue value is 245.
RGB:
(172,101,245)
(67%,40%,96%)

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 245 of 255 = 96%

172
101
245

R + G + B ~ 68%. #AC65F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 101 + 245 = 518 (100%)
R 172 of 518 ~ 33.2%
G 101 of 518 ~ 19.5%
B 245 of 518 ~ 47.3%

%33.2
%19.5
%47.3

CMYK color model

#AC65F5 color CMYK value is (30,59,0,4).

  • cyan value is 29.80%
  • magenta value is 58.78%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(30,59,0,4)
C30M59Y0K4 
(30%,59%,0%,4%)
(0.30/0.59/0.00/0.04)	

CMYK percentages

%29.8
%58.78
%0
%3.92

Codes

Color #AC65F5 in popluar color models

AC65F5
RGB172101245
HSL270°87.80%67.84%
HSB/HSV270°58.78%96.08%
CMYK29.80%58.78%0.00%
3.92%

Color #AC65F5 in popluar number systems.

HEXAC65F5
Decimal172101245
Binary10101100110010111110101
Octal254145365

Shades and tints

Shades of #AC65F5

#AC65F5
(172,101,245)
#9D5CDF
(157,92,223)
#8E53C9
(142,83,201)
#7F4AB3
(127,74,179)
#70419D
(112,65,157)
#613887
(97,56,135)
#522F71
(82,47,113)
#43265B
(67,38,91)
#341D45
(52,29,69)
#25142F
(37,20,47)
#160B19
(22,11,25)
#000000
(0,0,0)

Tints of #AC65F5

#AC65F5
(172,101,245)
#B373F5
(179,115,245)
#BA81F5
(186,129,245)
#C18FF5
(193,143,245)
#C89DF5
(200,157,245)
#CFABF5
(207,171,245)
#D6B9F5
(214,185,245)
#DDC7F5
(221,199,245)
#E4D5F5
(228,213,245)
#EBE3F5
(235,227,245)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC65F5 color. Also use rgb(172,101,245) instead hex code.

Text Font Color

.myTextColor { color: #AC65F5; }

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

This text font color is #AC65F5.


Background Color

.myBgColor { background-color: #AC65F5; }

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

This div background color is #AC65F5.


Border color

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

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

This div border color is #AC65F5.


Opacity

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

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

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

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

This text has shadow with #AC65F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC65F5 on black background.


Color preview on white background

This text has color #AC65F5 on white background.



Black color preview on #AC65F5 background

This text has black color on #AC65F5 background.


White color preview on #AC65F5 background

This text has white color on #AC65F5 background.