COLOR #A99FE4

HEX: #A99FE4 RGB: (169,159,228)

Color info

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

RGB color model

#A99FE4 color RGB value is (169,159,228).

RGB: (169,159,228) (66%, 62%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 159 of 255 = 62%
B 228 of 255 = 89%

169
159
228

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

Portions of RGB colors in percentages

R + G + B = 169 + 159 + 228 = 556 (100%)
R 169 of 556 ~ 30.4%
G 159 of 556 ~ 28.6%
B 228 of 556 ~ 41.01'%

%30.4
%28.6
%41.01

CMYK color model

#A99FE4 color CMYK value is (26,30,0,11).

  • cyan value is 25.88%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (26,30,0,11)
C26M30Y0K11 (26%, 30%, 0%, 11%)
(0.26 / 0.30 / 0.00 / 0.11)

CMYK percentages

%25.88
%30.26
%0
%10.59

Codes

Color #A99FE4 in popluar color models

A9 9F E4
RGB 169 159 228
HSL 249° 56.10% 75.88%
HSB/HSV 249° 30.26% 89.41%
CMYK 25.88% 30.26% 0.00%
10.59%

Color #A99FE4 in popluar number systems.

HEX A9 9F E4
Decimal 169 159 228
Binary 10101001 10011111 11100100
Octal 251 237 344

Shades and tints

Shades of #A99FE4

#A99FE4
(169,159,228)
#9A91D0
(154,145,208)
#8B83BC
(139,131,188)
#7C75A8
(124,117,168)
#6D6794
(109,103,148)
#5E5980
(94,89,128)
#4F4B6C
(79,75,108)
#403D58
(64,61,88)
#312F44
(49,47,68)
#222130
(34,33,48)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #A99FE4

#A99FE4
(169,159,228)
#B0A7E6
(176,167,230)
#B7AFE8
(183,175,232)
#BEB7EA
(190,183,234)
#C5BFEC
(197,191,236)
#CCC7EE
(204,199,238)
#D3CFF0
(211,207,240)
#DAD7F2
(218,215,242)
#E1DFF4
(225,223,244)
#E8E7F6
(232,231,246)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99FE4 color. Also use rgb(169,159,228) instead hex code.

Text Font Color

.myTextColor { color: #A99FE4; }

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

This text font color is #A99FE4.

Background Color

.myBgColor { background-color: #A99FE4; }

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

This div background color is #A99FE4.

Border color

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

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

This div border color is #A99FE4.

Opacity

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

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

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

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

This text has shadow with #A99FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99FE4.

Preview

Color preview on black background

This text has color #A99FE4 on black background.


Color preview on white background

This text has color #A99FE4 on white background.


Black color preview on #A99FE4 background

This text has black color on #A99FE4 background.


White color preview on #A99FE4 background

This text has white color on #A99FE4 background.


Related colors

Complementary color

Complementary color for #hex is #56601B.


I love getcolorcode.com

Triadic colors

1 #E4A99F and #9FE4A9 with #A99FE4 are triadic colors.

2 #E49FA9 and #9FA9E4 with #A99FE4 are triadic colors.