COLOR #A298C6

HEX: #A298C6
RGB: (162,152,198)

Color info

#A298C6 contains red, green and blue colors in about the same proportion. Web safe color of #A298C6 is #9999CC (or #99C).

RGB color model

#A298C6 color RGB value is (162,152,198).

  • red value is 162;
  • green value is 152;
  • blue value is 198.
RGB:
(162,152,198)
(64%,60%,78%)

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 198 of 255 = 78%

162
152
198

R + G + B ~ 67%. #A298C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 152 + 198 = 512 (100%)
R 162 of 512 ~ 31.64%
G 152 of 512 ~ 29.69%
B 198 of 512 ~ 38.67%

%31.64
%29.69
%38.67

CMYK color model

#A298C6 color CMYK value is (18,23,0,22).

  • cyan value is 18.18%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(18,23,0,22)
C18M23Y0K22 
(18%,23%,0%,22%)
(0.18/0.23/0.00/0.22)	

CMYK percentages

%18.18
%23.23
%0
%22.35

Codes

Color #A298C6 in popluar color models

A298C6
RGB162152198
HSL253°28.75%68.63%
HSB/HSV253°23.23%77.65%
CMYK18.18%23.23%0.00%
22.35%

Color #A298C6 in popluar number systems.

HEXA298C6
Decimal162152198
Binary101000101001100011000110
Octal242230306

Shades and tints

Shades of #A298C6

#A298C6
(162,152,198)
#948BB4
(148,139,180)
#867EA2
(134,126,162)
#787190
(120,113,144)
#6A647E
(106,100,126)
#5C576C
(92,87,108)
#4E4A5A
(78,74,90)
#403D48
(64,61,72)
#323036
(50,48,54)
#242324
(36,35,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #A298C6

#A298C6
(162,152,198)
#AAA1CB
(170,161,203)
#B2AAD0
(178,170,208)
#BAB3D5
(186,179,213)
#C2BCDA
(194,188,218)
#CAC5DF
(202,197,223)
#D2CEE4
(210,206,228)
#DAD7E9
(218,215,233)
#E2E0EE
(226,224,238)
#EAE9F3
(234,233,243)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A298C6 color. Also use rgb(162,152,198) instead hex code.

Text Font Color

.myTextColor { color: #A298C6; }

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

This text font color is #A298C6.


Background Color

.myBgColor { background-color: #A298C6; }

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

This div background color is #A298C6.


Border color

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

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

This div border color is #A298C6.


Opacity

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

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

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

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

This text has shadow with #A298C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A298C6 on black background.


Color preview on white background

This text has color #A298C6 on white background.



Black color preview on #A298C6 background

This text has black color on #A298C6 background.


White color preview on #A298C6 background

This text has white color on #A298C6 background.