COLOR #AC51D1

HEX: #AC51D1
RGB: (172,81,209)

Color info

#AC51D1 contains mainly red and blue colors. Web safe color of #AC51D1 is #9966CC (or #96C).

RGB color model

#AC51D1 color RGB value is (172,81,209).

  • red value is 172;
  • green value is 81;
  • blue value is 209.
RGB:
(172,81,209)
(67%,32%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 81 of 255 = 32%
B 209 of 255 = 82%

172
81
209

R + G + B ~ 60%. #AC51D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 81 + 209 = 462 (100%)
R 172 of 462 ~ 37.23%
G 81 of 462 ~ 17.53%
B 209 of 462 ~ 45.24%

%37.23
%17.53
%45.24

CMYK color model

#AC51D1 color CMYK value is (18,61,0,18).

  • cyan value is 17.70%
  • magenta value is 61.24%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,61,0,18)
C18M61Y0K18 
(18%,61%,0%,18%)
(0.18/0.61/0.00/0.18)	

CMYK percentages

%17.7
%61.24
%0
%18.04

Codes

Color #AC51D1 in popluar color models

AC51D1
RGB17281209
HSL283°58.18%56.86%
HSB/HSV283°61.24%81.96%
CMYK17.70%61.24%0.00%
18.04%

Color #AC51D1 in popluar number systems.

HEXAC51D1
Decimal17281209
Binary10101100101000111010001
Octal254121321

Shades and tints

Shades of #AC51D1

#AC51D1
(172,81,209)
#9D4ABE
(157,74,190)
#8E43AB
(142,67,171)
#7F3C98
(127,60,152)
#703585
(112,53,133)
#612E72
(97,46,114)
#52275F
(82,39,95)
#43204C
(67,32,76)
#341939
(52,25,57)
#251226
(37,18,38)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #AC51D1

#AC51D1
(172,81,209)
#B360D5
(179,96,213)
#BA6FD9
(186,111,217)
#C17EDD
(193,126,221)
#C88DE1
(200,141,225)
#CF9CE5
(207,156,229)
#D6ABE9
(214,171,233)
#DDBAED
(221,186,237)
#E4C9F1
(228,201,241)
#EBD8F5
(235,216,245)
#F2E7F9
(242,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC51D1 color. Also use rgb(172,81,209) instead hex code.

Text Font Color

.myTextColor { color: #AC51D1; }

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

This text font color is #AC51D1.


Background Color

.myBgColor { background-color: #AC51D1; }

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

This div background color is #AC51D1.


Border color

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

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

This div border color is #AC51D1.


Opacity

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

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

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

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

This text has shadow with #AC51D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC51D1 on black background.


Color preview on white background

This text has color #AC51D1 on white background.



Black color preview on #AC51D1 background

This text has black color on #AC51D1 background.


White color preview on #AC51D1 background

This text has white color on #AC51D1 background.