COLOR #AC6BCB

HEX: #AC6BCB RGB: (172,107,203)

Color info

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

RGB color model

#AC6BCB color RGB value is (172,107,203).

RGB: (172,107,203) (67%, 42%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 107 of 255 = 42%
B 203 of 255 = 80%

172
107
203

R + G + B ~ 63%. #AC6BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 107 + 203 = 482 (100%)
R 172 of 482 ~ 35.68%
G 107 of 482 ~ 22.2%
B 203 of 482 ~ 42.12'%

%35.68
%22.2
%42.12

CMYK color model

#AC6BCB color CMYK value is (15,47,0,20).

  • cyan value is 15.27%
  • magenta value is 47.29%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (15,47,0,20)
C15M47Y0K20 (15%, 47%, 0%, 20%)
(0.15 / 0.47 / 0.00 / 0.20)

CMYK percentages

%15.27
%47.29
%0
%20.39

Codes

Color #AC6BCB in popluar color models

AC 6B CB
RGB 172 107 203
HSL 281° 48.00% 60.78%
HSB/HSV 281° 47.29% 79.61%
CMYK 15.27% 47.29% 0.00%
20.39%

Color #AC6BCB in popluar number systems.

HEX AC 6B CB
Decimal 172 107 203
Binary 10101100 1101011 11001011
Octal 254 153 313

Shades and tints

Shades of #AC6BCB

#AC6BCB
(172,107,203)
#9D62B9
(157,98,185)
#8E59A7
(142,89,167)
#7F5095
(127,80,149)
#704783
(112,71,131)
#613E71
(97,62,113)
#52355F
(82,53,95)
#432C4D
(67,44,77)
#34233B
(52,35,59)
#251A29
(37,26,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #AC6BCB

#AC6BCB
(172,107,203)
#B378CF
(179,120,207)
#BA85D3
(186,133,211)
#C192D7
(193,146,215)
#C89FDB
(200,159,219)
#CFACDF
(207,172,223)
#D6B9E3
(214,185,227)
#DDC6E7
(221,198,231)
#E4D3EB
(228,211,235)
#EBE0EF
(235,224,239)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6BCB color. Also use rgb(172,107,203) instead hex code.

Text Font Color

.myTextColor { color: #AC6BCB; }

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

This text font color is #AC6BCB.

Background Color

.myBgColor { background-color: #AC6BCB; }

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

This div background color is #AC6BCB.

Border color

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

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

This div border color is #AC6BCB.

Opacity

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

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

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

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

This text has shadow with #AC6BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6BCB.

Preview

Color preview on black background

This text has color #AC6BCB on black background.


Color preview on white background

This text has color #AC6BCB on white background.


Black color preview on #AC6BCB background

This text has black color on #AC6BCB background.


White color preview on #AC6BCB background

This text has white color on #AC6BCB background.


Related colors

Complementary color

Complementary color for #hex is #539434.


I love getcolorcode.com

Triadic colors

1 #CBAC6B and #6BCBAC with #AC6BCB are triadic colors.

2 #CB6BAC and #6BACCB with #AC6BCB are triadic colors.