COLOR #A0A3DB

HEX: #A0A3DB
RGB: (160,163,219)

Color info

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

RGB color model

#A0A3DB color RGB value is (160,163,219).

  • red value is 160;
  • green value is 163;
  • blue value is 219.
RGB:
(160,163,219)
(63%,64%,86%)

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 219 of 255 = 86%

160
163
219

R + G + B ~ 71%. #A0A3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 219 = 542 (100%)
R 160 of 542 ~ 29.52%
G 163 of 542 ~ 30.07%
B 219 of 542 ~ 40.41%

%29.52
%30.07
%40.41

CMYK color model

#A0A3DB color CMYK value is (27,26,0,14).

  • cyan value is 26.94%
  • magenta value is 25.57%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(27,26,0,14)
C27M26Y0K14 
(27%,26%,0%,14%)
(0.27/0.26/0.00/0.14)	

CMYK percentages

%26.94
%25.57
%0
%14.12

Codes

Color #A0A3DB in popluar color models

A0A3DB
RGB160163219
HSL237°45.04%74.31%
HSB/HSV237°26.94%85.88%
CMYK26.94%25.57%0.00%
14.12%

Color #A0A3DB in popluar number systems.

HEXA0A3DB
Decimal160163219
Binary101000001010001111011011
Octal240243333

Shades and tints

Shades of #A0A3DB

#A0A3DB
(160,163,219)
#9295C8
(146,149,200)
#8487B5
(132,135,181)
#7679A2
(118,121,162)
#686B8F
(104,107,143)
#5A5D7C
(90,93,124)
#4C4F69
(76,79,105)
#3E4156
(62,65,86)
#303343
(48,51,67)
#222530
(34,37,48)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #A0A3DB

#A0A3DB
(160,163,219)
#A8ABDE
(168,171,222)
#B0B3E1
(176,179,225)
#B8BBE4
(184,187,228)
#C0C3E7
(192,195,231)
#C8CBEA
(200,203,234)
#D0D3ED
(208,211,237)
#D8DBF0
(216,219,240)
#E0E3F3
(224,227,243)
#E8EBF6
(232,235,246)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A3DB color. Also use rgb(160,163,219) instead hex code.

Text Font Color

.myTextColor { color: #A0A3DB; }

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

This text font color is #A0A3DB.


Background Color

.myBgColor { background-color: #A0A3DB; }

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

This div background color is #A0A3DB.


Border color

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

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

This div border color is #A0A3DB.


Opacity

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

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

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

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

This text has shadow with #A0A3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A3DB on black background.


Color preview on white background

This text has color #A0A3DB on white background.



Black color preview on #A0A3DB background

This text has black color on #A0A3DB background.


White color preview on #A0A3DB background

This text has white color on #A0A3DB background.