COLOR #A990F3

HEX: #A990F3 RGB: (169,144,243)

Color info

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

RGB color model

#A990F3 color RGB value is (169,144,243).

RGB: (169,144,243) (66%, 56%, 95%)

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 243 of 255 = 95%

169
144
243

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

Portions of RGB colors in percentages

R + G + B = 169 + 144 + 243 = 556 (100%)
R 169 of 556 ~ 30.4%
G 144 of 556 ~ 25.9%
B 243 of 556 ~ 43.71'%

%30.4
%25.9
%43.71

CMYK color model

#A990F3 color CMYK value is (30,41,0,5).

  • cyan value is 30.45%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (30,41,0,5) C30M41Y0K5 (30%,41%,0%,5%) (0.30/0.41/0.00/0.05) 

CMYK percentages

%30.45
%40.74
%0
%4.71

Codes

Color #A990F3 in popluar color models

A9 90 F3
RGB 169 144 243
HSL 255° 80.49% 75.88%
HSB/HSV 255° 40.74% 95.29%
CMYK 30.45% 40.74% 0.00%
4.71%

Color #A990F3 in popluar number systems.

HEX A9 90 F3
Decimal 169 144 243
Binary 10101001 10010000 11110011
Octal 251 220 363

Shades and tints

Shades of #A990F3

#A990F3
(169,144,243)
#9A83DD
(154,131,221)
#8B76C7
(139,118,199)
#7C69B1
(124,105,177)
#6D5C9B
(109,92,155)
#5E4F85
(94,79,133)
#4F426F
(79,66,111)
#403559
(64,53,89)
#312843
(49,40,67)
#221B2D
(34,27,45)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #A990F3

#A990F3
(169,144,243)
#B09AF4
(176,154,244)
#B7A4F5
(183,164,245)
#BEAEF6
(190,174,246)
#C5B8F7
(197,184,247)
#CCC2F8
(204,194,248)
#D3CCF9
(211,204,249)
#DAD6FA
(218,214,250)
#E1E0FB
(225,224,251)
#E8EAFC
(232,234,252)
#EFF4FD
(239,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A990F3 color. Also use rgb(169,144,243) instead hex code.

Text Font Color

.myTextColor { color: #A990F3; }

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

This text font color is #A990F3.

Background Color

.myBgColor { background-color: #A990F3; }

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

This div background color is #A990F3.

Border color

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

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

This div border color is #A990F3.

Opacity

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

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

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

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

This text has shadow with #A990F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A990F3.

Preview

Color preview on black background

This text has color #A990F3 on black background.


Color preview on white background

This text has color #A990F3 on white background.


Black color preview on #A990F3 background

This text has black color on #A990F3 background.


White color preview on #A990F3 background

This text has white color on #A990F3 background.


Related colors

Complementary color

Complementary color for #hex is #566F0C.


I love getcolorcode.com

Triadic colors

1 #F3A990 and #90F3A9 with #A990F3 are triadic colors.

2 #F390A9 and #90A9F3 with #A990F3 are triadic colors.