COLOR #A99ADE

HEX: #A99ADE
RGB: (169,154,222)

Color info

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

RGB color model

#A99ADE color RGB value is (169,154,222).

  • red value is 169;
  • green value is 154;
  • blue value is 222.
RGB:
(169,154,222)
(66%,60%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 222 of 255 = 87%

169
154
222

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

Portions of RGB colors in percentages

R + G + B =
169 + 154 + 222 = 545 (100%)
R 169 of 545 ~ 31.01%
G 154 of 545 ~ 28.26%
B 222 of 545 ~ 40.73%

%31.01
%28.26
%40.73

CMYK color model

#A99ADE color CMYK value is (24,31,0,13).

  • cyan value is 23.87%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,31,0,13)
C24M31Y0K13 
(24%,31%,0%,13%)
(0.24/0.31/0.00/0.13)	

CMYK percentages

%23.87
%30.63
%0
%12.94

Codes

Color #A99ADE in popluar color models

A99ADE
RGB169154222
HSL253°50.75%73.73%
HSB/HSV253°30.63%87.06%
CMYK23.87%30.63%0.00%
12.94%

Color #A99ADE in popluar number systems.

HEXA99ADE
Decimal169154222
Binary101010011001101011011110
Octal251232336

Shades and tints

Shades of #A99ADE

#A99ADE
(169,154,222)
#9A8CCA
(154,140,202)
#8B7EB6
(139,126,182)
#7C70A2
(124,112,162)
#6D628E
(109,98,142)
#5E547A
(94,84,122)
#4F4666
(79,70,102)
#403852
(64,56,82)
#312A3E
(49,42,62)
#221C2A
(34,28,42)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #A99ADE

#A99ADE
(169,154,222)
#B0A3E1
(176,163,225)
#B7ACE4
(183,172,228)
#BEB5E7
(190,181,231)
#C5BEEA
(197,190,234)
#CCC7ED
(204,199,237)
#D3D0F0
(211,208,240)
#DAD9F3
(218,217,243)
#E1E2F6
(225,226,246)
#E8EBF9
(232,235,249)
#EFF4FC
(239,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99ADE color. Also use rgb(169,154,222) instead hex code.

Text Font Color

.myTextColor { color: #A99ADE; }

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

This text font color is #A99ADE.


Background Color

.myBgColor { background-color: #A99ADE; }

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

This div background color is #A99ADE.


Border color

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

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

This div border color is #A99ADE.


Opacity

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

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

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

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

This text has shadow with #A99ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99ADE on black background.


Color preview on white background

This text has color #A99ADE on white background.



Black color preview on #A99ADE background

This text has black color on #A99ADE background.


White color preview on #A99ADE background

This text has white color on #A99ADE background.