COLOR #A298B4

HEX: #A298B4
RGB: (162,152,180)

Color info

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

RGB color model

#A298B4 color RGB value is (162,152,180).

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

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 180 of 255 = 71%

162
152
180

R + G + B ~ 65%. #A298B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 152 + 180 = 494 (100%)
R 162 of 494 ~ 32.79%
G 152 of 494 ~ 30.77%
B 180 of 494 ~ 36.44%

%32.79
%30.77
%36.44

CMYK color model

#A298B4 color CMYK value is (10,16,0,29).

  • cyan value is 10.00%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(10,16,0,29)
C10M16Y0K29 
(10%,16%,0%,29%)
(0.10/0.16/0.00/0.29)	

CMYK percentages

%10
%15.56
%0
%29.41

Codes

Color #A298B4 in popluar color models

A298B4
RGB162152180
HSL261°15.73%65.10%
HSB/HSV261°15.56%70.59%
CMYK10.00%15.56%0.00%
29.41%

Color #A298B4 in popluar number systems.

HEXA298B4
Decimal162152180
Binary101000101001100010110100
Octal242230264

Shades and tints

Shades of #A298B4

#A298B4
(162,152,180)
#948BA4
(148,139,164)
#867E94
(134,126,148)
#787184
(120,113,132)
#6A6474
(106,100,116)
#5C5764
(92,87,100)
#4E4A54
(78,74,84)
#403D44
(64,61,68)
#323034
(50,48,52)
#242324
(36,35,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #A298B4

#A298B4
(162,152,180)
#AAA1BA
(170,161,186)
#B2AAC0
(178,170,192)
#BAB3C6
(186,179,198)
#C2BCCC
(194,188,204)
#CAC5D2
(202,197,210)
#D2CED8
(210,206,216)
#DAD7DE
(218,215,222)
#E2E0E4
(226,224,228)
#EAE9EA
(234,233,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A298B4; }

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

This text font color is #A298B4.


Background Color

.myBgColor { background-color: #A298B4; }

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

This div background color is #A298B4.


Border color

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

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

This div border color is #A298B4.


Opacity

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

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

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

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

This text has shadow with #A298B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A298B4 on black background.


Color preview on white background

This text has color #A298B4 on white background.



Black color preview on #A298B4 background

This text has black color on #A298B4 background.


White color preview on #A298B4 background

This text has white color on #A298B4 background.