COLOR #AC6298

HEX: #AC6298
RGB: (172,98,152)

Color info

#AC6298 contains mainly red and blue colors. Web safe color of #AC6298 is #996699 (or #969).

RGB color model

#AC6298 color RGB value is (172,98,152).

  • red value is 172;
  • green value is 98;
  • blue value is 152.
RGB:
(172,98,152)
(67%,38%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 98 of 255 = 38%
B 152 of 255 = 60%

172
98
152

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

Portions of RGB colors in percentages

R + G + B =
172 + 98 + 152 = 422 (100%)
R 172 of 422 ~ 40.76%
G 98 of 422 ~ 23.22%
B 152 of 422 ~ 36.02%

%40.76
%23.22
%36.02

CMYK color model

#AC6298 color CMYK value is (0,43,12,33).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 11.63%
  • key color value is 32.55%
CMYK:
(0,43,12,33)
C0M43Y12K33 
(0%,43%,12%,33%)
(0.00/0.43/0.12/0.33)	

CMYK percentages

%0
%43.02
%11.63
%32.55

Codes

Color #AC6298 in popluar color models

AC6298
RGB17298152
HSL316°30.83%52.94%
HSB/HSV316°43.02%67.45%
CMYK0.00%43.02%11.63%
32.55%

Color #AC6298 in popluar number systems.

HEXAC6298
Decimal17298152
Binary10101100110001010011000
Octal254142230

Shades and tints

Shades of #AC6298

#AC6298
(172,98,152)
#9D5A8B
(157,90,139)
#8E527E
(142,82,126)
#7F4A71
(127,74,113)
#704264
(112,66,100)
#613A57
(97,58,87)
#52324A
(82,50,74)
#432A3D
(67,42,61)
#342230
(52,34,48)
#251A23
(37,26,35)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC6298

#AC6298
(172,98,152)
#B370A1
(179,112,161)
#BA7EAA
(186,126,170)
#C18CB3
(193,140,179)
#C89ABC
(200,154,188)
#CFA8C5
(207,168,197)
#D6B6CE
(214,182,206)
#DDC4D7
(221,196,215)
#E4D2E0
(228,210,224)
#EBE0E9
(235,224,233)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6298 color. Also use rgb(172,98,152) instead hex code.

Text Font Color

.myTextColor { color: #AC6298; }

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

This text font color is #AC6298.


Background Color

.myBgColor { background-color: #AC6298; }

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

This div background color is #AC6298.


Border color

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

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

This div border color is #AC6298.


Opacity

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

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

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

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

This text has shadow with #AC6298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6298 on black background.


Color preview on white background

This text has color #AC6298 on white background.



Black color preview on #AC6298 background

This text has black color on #AC6298 background.


White color preview on #AC6298 background

This text has white color on #AC6298 background.