COLOR #A99CE4

HEX: #A99CE4 RGB: (169,156,228)

Color info

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

RGB color model

#A99CE4 color RGB value is (169,156,228).

RGB: (169,156,228) (66%, 61%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 156 of 255 = 61%
B 228 of 255 = 89%

169
156
228

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

Portions of RGB colors in percentages

R + G + B = 169 + 156 + 228 = 553 (100%)
R 169 of 553 ~ 30.56%
G 156 of 553 ~ 28.21%
B 228 of 553 ~ 41.23'%

%30.56
%28.21
%41.23

CMYK color model

#A99CE4 color CMYK value is (26,32,0,11).

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

CMYK: (26,32,0,11)
C26M32Y0K11 (26%, 32%, 0%, 11%)
(0.26 / 0.32 / 0.00 / 0.11)

CMYK percentages

%25.88
%31.58
%0
%10.59

Codes

Color #A99CE4 in popluar color models

A9 9C E4
RGB 169 156 228
HSL 251° 57.14% 75.29%
HSB/HSV 251° 31.58% 89.41%
CMYK 25.88% 31.58% 0.00%
10.59%

Color #A99CE4 in popluar number systems.

HEX A9 9C E4
Decimal 169 156 228
Binary 10101001 10011100 11100100
Octal 251 234 344

Shades and tints

Shades of #A99CE4

#A99CE4
(169,156,228)
#9A8ED0
(154,142,208)
#8B80BC
(139,128,188)
#7C72A8
(124,114,168)
#6D6494
(109,100,148)
#5E5680
(94,86,128)
#4F486C
(79,72,108)
#403A58
(64,58,88)
#312C44
(49,44,68)
#221E30
(34,30,48)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #A99CE4

#A99CE4
(169,156,228)
#B0A5E6
(176,165,230)
#B7AEE8
(183,174,232)
#BEB7EA
(190,183,234)
#C5C0EC
(197,192,236)
#CCC9EE
(204,201,238)
#D3D2F0
(211,210,240)
#DADBF2
(218,219,242)
#E1E4F4
(225,228,244)
#E8EDF6
(232,237,246)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99CE4; }

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

This text font color is #A99CE4.

Background Color

.myBgColor { background-color: #A99CE4; }

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

This div background color is #A99CE4.

Border color

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

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

This div border color is #A99CE4.

Opacity

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

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

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

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

This text has shadow with #A99CE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99CE4.

Preview

Color preview on black background

This text has color #A99CE4 on black background.


Color preview on white background

This text has color #A99CE4 on white background.


Black color preview on #A99CE4 background

This text has black color on #A99CE4 background.


White color preview on #A99CE4 background

This text has white color on #A99CE4 background.


Related colors

Complementary color

Complementary color for #hex is #56631B.


I love getcolorcode.com

Triadic colors

1 #E4A99C and #9CE4A9 with #A99CE4 are triadic colors.

2 #E49CA9 and #9CA9E4 with #A99CE4 are triadic colors.