COLOR #AC35C6

HEX: #AC35C6 RGB: (172,53,198)

Color info

#AC35C6 contains mainly red and blue colors. Web safe color of #AC35C6 is #9933CC (or #93C).

RGB color model

#AC35C6 color RGB value is (172,53,198).

RGB: (172,53,198) (67%, 21%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 53 of 255 = 21%
B 198 of 255 = 78%

172
53
198

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

Portions of RGB colors in percentages

R + G + B = 172 + 53 + 198 = 423 (100%)
R 172 of 423 ~ 40.66%
G 53 of 423 ~ 12.53%
B 198 of 423 ~ 46.81'%

%40.66
%12.53
%46.81

CMYK color model

#AC35C6 color CMYK value is (13,73,0,22).

  • cyan value is 13.13%
  • magenta value is 73.23%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (13,73,0,22) C13M73Y0K22 (13%,73%,0%,22%) (0.13/0.73/0.00/0.22) 

CMYK percentages

%13.13
%73.23
%0
%22.35

Codes

Color #AC35C6 in popluar color models

AC 35 C6
RGB 172 53 198
HSL 289° 57.77% 49.22%
HSB/HSV 289° 73.23% 77.65%
CMYK 13.13% 73.23% 0.00%
22.35%

Color #AC35C6 in popluar number systems.

HEX AC 35 C6
Decimal 172 53 198
Binary 10101100 110101 11000110
Octal 254 65 306

Shades and tints

Shades of #AC35C6

#AC35C6
(172,53,198)
#9D31B4
(157,49,180)
#8E2DA2
(142,45,162)
#7F2990
(127,41,144)
#70257E
(112,37,126)
#61216C
(97,33,108)
#521D5A
(82,29,90)
#431948
(67,25,72)
#341536
(52,21,54)
#251124
(37,17,36)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #AC35C6

#AC35C6
(172,53,198)
#B347CB
(179,71,203)
#BA59D0
(186,89,208)
#C16BD5
(193,107,213)
#C87DDA
(200,125,218)
#CF8FDF
(207,143,223)
#D6A1E4
(214,161,228)
#DDB3E9
(221,179,233)
#E4C5EE
(228,197,238)
#EBD7F3
(235,215,243)
#F2E9F8
(242,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC35C6 color. Also use rgb(172,53,198) instead hex code.

Text Font Color

.myTextColor { color: #AC35C6; }

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

This text font color is #AC35C6.

Background Color

.myBgColor { background-color: #AC35C6; }

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

This div background color is #AC35C6.

Border color

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

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

This div border color is #AC35C6.

Opacity

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

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

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

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

This text has shadow with #AC35C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC35C6.

Preview

Color preview on black background

This text has color #AC35C6 on black background.


Color preview on white background

This text has color #AC35C6 on white background.


Black color preview on #AC35C6 background

This text has black color on #AC35C6 background.


White color preview on #AC35C6 background

This text has white color on #AC35C6 background.


Related colors

Complementary color

Complementary color for #hex is #53CA39.


I love getcolorcode.com

Triadic colors

1 #C6AC35 and #35C6AC with #AC35C6 are triadic colors.

2 #C635AC and #35ACC6 with #AC35C6 are triadic colors.