COLOR #AC00C1

HEX: #AC00C1 RGB: (172,0,193)

Color info

#AC00C1 contains only red and blue colors. Web safe color of #AC00C1 is #9900CC (or #90C).

RGB color model

#AC00C1 color RGB value is (172,0,193).

RGB: (172,0,193) (67%, 0%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 0 of 255 = 0%
B 193 of 255 = 76%

172
0
193

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

Portions of RGB colors in percentages

R + G + B = 172 + 0 + 193 = 365 (100%)
R 172 of 365 ~ 47.12%
G 0 of 365 ~ 0%
B 193 of 365 ~ 52.88'%

%47.12
%52.88

CMYK color model

#AC00C1 color CMYK value is (11,100,0,24).

  • cyan value is 10.88%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (11,100,0,24)
C11M100Y0K24 (11%, 100%, 0%, 24%)
(0.11 / 1.00 / 0.00 / 0.24)

CMYK percentages

%10.88
%100
%0
%24.31

Codes

Color #AC00C1 in popluar color models

AC 00 C1
RGB 172 0 193
HSL 293° 100.00% 37.84%
HSB/HSV 293° 100.00% 75.69%
CMYK 10.88% 100.00% 0.00%
24.31%

Color #AC00C1 in popluar number systems.

HEX AC 00 C1
Decimal 172 0 193
Binary 10101100 0 11000001
Octal 254 0 301

Shades and tints

Shades of #AC00C1

#AC00C1
(172,0,193)
#9D00B0
(157,0,176)
#8E009F
(142,0,159)
#7F008E
(127,0,142)
#70007D
(112,0,125)
#61006C
(97,0,108)
#52005B
(82,0,91)
#43004A
(67,0,74)
#340039
(52,0,57)
#250028
(37,0,40)
#160017
(22,0,23)
#000000
(0,0,0)

Tints of #AC00C1

#AC00C1
(172,0,193)
#B317C6
(179,23,198)
#BA2ECB
(186,46,203)
#C145D0
(193,69,208)
#C85CD5
(200,92,213)
#CF73DA
(207,115,218)
#D68ADF
(214,138,223)
#DDA1E4
(221,161,228)
#E4B8E9
(228,184,233)
#EBCFEE
(235,207,238)
#F2E6F3
(242,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC00C1 color. Also use rgb(172,0,193) instead hex code.

Text Font Color

.myTextColor { color: #AC00C1; }

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

This text font color is #AC00C1.

Background Color

.myBgColor { background-color: #AC00C1; }

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

This div background color is #AC00C1.

Border color

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

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

This div border color is #AC00C1.

Opacity

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

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

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

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

This text has shadow with #AC00C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC00C1.

Preview

Color preview on black background

This text has color #AC00C1 on black background.


Color preview on white background

This text has color #AC00C1 on white background.


Black color preview on #AC00C1 background

This text has black color on #AC00C1 background.


White color preview on #AC00C1 background

This text has white color on #AC00C1 background.


Related colors

Complementary color

Complementary color for #hex is #53FF3E.


I love getcolorcode.com

Triadic colors

1 #C1AC00 and #00C1AC with #AC00C1 are triadic colors.

2 #C100AC and #00ACC1 with #AC00C1 are triadic colors.