COLOR #A99BE2

HEX: #A99BE2 RGB: (169,155,226)

Color info

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

RGB color model

#A99BE2 color RGB value is (169,155,226).

RGB: (169,155,226) (66%, 61%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 226 of 255 = 89%

169
155
226

R + G + B ~ 72%. #A99BE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 226 = 550 (100%)
R 169 of 550 ~ 30.73%
G 155 of 550 ~ 28.18%
B 226 of 550 ~ 41.09'%

%30.73
%28.18
%41.09

CMYK color model

#A99BE2 color CMYK value is (25,31,0,11).

  • cyan value is 25.22%
  • magenta value is 31.42%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (25,31,0,11)
C25M31Y0K11 (25%, 31%, 0%, 11%)
(0.25 / 0.31 / 0.00 / 0.11)

CMYK percentages

%25.22
%31.42
%0
%11.37

Codes

Color #A99BE2 in popluar color models

A9 9B E2
RGB 169 155 226
HSL 252° 55.04% 74.71%
HSB/HSV 252° 31.42% 88.63%
CMYK 25.22% 31.42% 0.00%
11.37%

Color #A99BE2 in popluar number systems.

HEX A9 9B E2
Decimal 169 155 226
Binary 10101001 10011011 11100010
Octal 251 233 342

Shades and tints

Shades of #A99BE2

#A99BE2
(169,155,226)
#9A8DCE
(154,141,206)
#8B7FBA
(139,127,186)
#7C71A6
(124,113,166)
#6D6392
(109,99,146)
#5E557E
(94,85,126)
#4F476A
(79,71,106)
#403956
(64,57,86)
#312B42
(49,43,66)
#221D2E
(34,29,46)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #A99BE2

#A99BE2
(169,155,226)
#B0A4E4
(176,164,228)
#B7ADE6
(183,173,230)
#BEB6E8
(190,182,232)
#C5BFEA
(197,191,234)
#CCC8EC
(204,200,236)
#D3D1EE
(211,209,238)
#DADAF0
(218,218,240)
#E1E3F2
(225,227,242)
#E8ECF4
(232,236,244)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99BE2 color. Also use rgb(169,155,226) instead hex code.

Text Font Color

.myTextColor { color: #A99BE2; }

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

This text font color is #A99BE2.

Background Color

.myBgColor { background-color: #A99BE2; }

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

This div background color is #A99BE2.

Border color

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

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

This div border color is #A99BE2.

Opacity

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

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

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

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

This text has shadow with #A99BE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99BE2.

Preview

Color preview on black background

This text has color #A99BE2 on black background.


Color preview on white background

This text has color #A99BE2 on white background.


Black color preview on #A99BE2 background

This text has black color on #A99BE2 background.


White color preview on #A99BE2 background

This text has white color on #A99BE2 background.


Related colors

Complementary color

Complementary color for #hex is #56641D.


I love getcolorcode.com

Triadic colors

1 #E2A99B and #9BE2A9 with #A99BE2 are triadic colors.

2 #E29BA9 and #9BA9E2 with #A99BE2 are triadic colors.