COLOR #A098D4

HEX: #A098D4
RGB: (160,152,212)

Color info

#A098D4 contains mainly red and blue colors. Web safe color of #A098D4 is #9999CC (or #99C).

RGB color model

#A098D4 color RGB value is (160,152,212).

  • red value is 160;
  • green value is 152;
  • blue value is 212.
RGB:
(160,152,212)
(63%,60%,83%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 212 of 255 = 83%

160
152
212

R + G + B ~ 69%. #A098D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 212 = 524 (100%)
R 160 of 524 ~ 30.53%
G 152 of 524 ~ 29.01%
B 212 of 524 ~ 40.46%

%30.53
%29.01
%40.46

CMYK color model

#A098D4 color CMYK value is (25,28,0,17).

  • cyan value is 24.53%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(25,28,0,17)
C25M28Y0K17 
(25%,28%,0%,17%)
(0.25/0.28/0.00/0.17)	

CMYK percentages

%24.53
%28.3
%0
%16.86

Codes

Color #A098D4 in popluar color models

A098D4
RGB160152212
HSL248°41.10%71.37%
HSB/HSV248°28.30%83.14%
CMYK24.53%28.30%0.00%
16.86%

Color #A098D4 in popluar number systems.

HEXA098D4
Decimal160152212
Binary101000001001100011010100
Octal240230324

Shades and tints

Shades of #A098D4

#A098D4
(160,152,212)
#928BC1
(146,139,193)
#847EAE
(132,126,174)
#76719B
(118,113,155)
#686488
(104,100,136)
#5A5775
(90,87,117)
#4C4A62
(76,74,98)
#3E3D4F
(62,61,79)
#30303C
(48,48,60)
#222329
(34,35,41)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #A098D4

#A098D4
(160,152,212)
#A8A1D7
(168,161,215)
#B0AADA
(176,170,218)
#B8B3DD
(184,179,221)
#C0BCE0
(192,188,224)
#C8C5E3
(200,197,227)
#D0CEE6
(208,206,230)
#D8D7E9
(216,215,233)
#E0E0EC
(224,224,236)
#E8E9EF
(232,233,239)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A098D4 color. Also use rgb(160,152,212) instead hex code.

Text Font Color

.myTextColor { color: #A098D4; }

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

This text font color is #A098D4.


Background Color

.myBgColor { background-color: #A098D4; }

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

This div background color is #A098D4.


Border color

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

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

This div border color is #A098D4.


Opacity

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

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

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

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

This text has shadow with #A098D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A098D4 on black background.


Color preview on white background

This text has color #A098D4 on white background.



Black color preview on #A098D4 background

This text has black color on #A098D4 background.


White color preview on #A098D4 background

This text has white color on #A098D4 background.