COLOR #A99ABE

HEX: #A99ABE
RGB: (169,154,190)

Color info

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

RGB color model

#A99ABE color RGB value is (169,154,190).

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

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 190 of 255 = 75%

169
154
190

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

Portions of RGB colors in percentages

R + G + B =
169 + 154 + 190 = 513 (100%)
R 169 of 513 ~ 32.94%
G 154 of 513 ~ 30.02%
B 190 of 513 ~ 37.04%

%32.94
%30.02
%37.04

CMYK color model

#A99ABE color CMYK value is (11,19,0,25).

  • cyan value is 11.05%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,19,0,25)
C11M19Y0K25 
(11%,19%,0%,25%)
(0.11/0.19/0.00/0.25)	

CMYK percentages

%11.05
%18.95
%0
%25.49

Codes

Color #A99ABE in popluar color models

A99ABE
RGB169154190
HSL265°21.69%67.45%
HSB/HSV265°18.95%74.51%
CMYK11.05%18.95%0.00%
25.49%

Color #A99ABE in popluar number systems.

HEXA99ABE
Decimal169154190
Binary101010011001101010111110
Octal251232276

Shades and tints

Shades of #A99ABE

#A99ABE
(169,154,190)
#9A8CAD
(154,140,173)
#8B7E9C
(139,126,156)
#7C708B
(124,112,139)
#6D627A
(109,98,122)
#5E5469
(94,84,105)
#4F4658
(79,70,88)
#403847
(64,56,71)
#312A36
(49,42,54)
#221C25
(34,28,37)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A99ABE

#A99ABE
(169,154,190)
#B0A3C3
(176,163,195)
#B7ACC8
(183,172,200)
#BEB5CD
(190,181,205)
#C5BED2
(197,190,210)
#CCC7D7
(204,199,215)
#D3D0DC
(211,208,220)
#DAD9E1
(218,217,225)
#E1E2E6
(225,226,230)
#E8EBEB
(232,235,235)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99ABE; }

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

This text font color is #A99ABE.


Background Color

.myBgColor { background-color: #A99ABE; }

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

This div background color is #A99ABE.


Border color

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

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

This div border color is #A99ABE.


Opacity

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

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

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

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

This text has shadow with #A99ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99ABE on black background.


Color preview on white background

This text has color #A99ABE on white background.



Black color preview on #A99ABE background

This text has black color on #A99ABE background.


White color preview on #A99ABE background

This text has white color on #A99ABE background.