COLOR #A996EA

HEX: #A996EA RGB: (169,150,234)

Color info

#A996EA contains mainly blue color. Web safe color of #A996EA is #9999FF (or #99F).

RGB color model

#A996EA color RGB value is (169,150,234).

RGB: (169,150,234) (66%, 59%, 92%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 234 of 255 = 92%

169
150
234

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

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 234 = 553 (100%)
R 169 of 553 ~ 30.56%
G 150 of 553 ~ 27.12%
B 234 of 553 ~ 42.31'%

%30.56
%27.12
%42.31

CMYK color model

#A996EA color CMYK value is (28,36,0,8).

  • cyan value is 27.78%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (28,36,0,8)
C28M36Y0K8 (28%, 36%, 0%, 8%)
(0.28 / 0.36 / 0.00 / 0.08)

CMYK percentages

%27.78
%35.9
%0
%8.24

Codes

Color #A996EA in popluar color models

A9 96 EA
RGB 169 150 234
HSL 254° 66.67% 75.29%
HSB/HSV 254° 35.90% 91.76%
CMYK 27.78% 35.90% 0.00%
8.24%

Color #A996EA in popluar number systems.

HEX A9 96 EA
Decimal 169 150 234
Binary 10101001 10010110 11101010
Octal 251 226 352

Shades and tints

Shades of #A996EA

#A996EA
(169,150,234)
#9A89D5
(154,137,213)
#8B7CC0
(139,124,192)
#7C6FAB
(124,111,171)
#6D6296
(109,98,150)
#5E5581
(94,85,129)
#4F486C
(79,72,108)
#403B57
(64,59,87)
#312E42
(49,46,66)
#22212D
(34,33,45)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A996EA

#A996EA
(169,150,234)
#B09FEB
(176,159,235)
#B7A8EC
(183,168,236)
#BEB1ED
(190,177,237)
#C5BAEE
(197,186,238)
#CCC3EF
(204,195,239)
#D3CCF0
(211,204,240)
#DAD5F1
(218,213,241)
#E1DEF2
(225,222,242)
#E8E7F3
(232,231,243)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A996EA color. Also use rgb(169,150,234) instead hex code.

Text Font Color

.myTextColor { color: #A996EA; }

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

This text font color is #A996EA.

Background Color

.myBgColor { background-color: #A996EA; }

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

This div background color is #A996EA.

Border color

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

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

This div border color is #A996EA.

Opacity

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

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

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

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

This text has shadow with #A996EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A996EA.

Preview

Color preview on black background

This text has color #A996EA on black background.


Color preview on white background

This text has color #A996EA on white background.


Black color preview on #A996EA background

This text has black color on #A996EA background.


White color preview on #A996EA background

This text has white color on #A996EA background.


Related colors

Complementary color

Complementary color for #hex is #566915.


I love getcolorcode.com

Triadic colors

1 #EAA996 and #96EAA9 with #A996EA are triadic colors.

2 #EA96A9 and #96A9EA with #A996EA are triadic colors.