COLOR #A090F3

HEX: #A090F3
RGB: (160,144,243)

Color info

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

RGB color model

#A090F3 color RGB value is (160,144,243).

  • red value is 160;
  • green value is 144;
  • blue value is 243.
RGB:
(160,144,243)
(63%,56%,95%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 243 of 255 = 95%

160
144
243

R + G + B ~ 71%. #A090F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 243 = 547 (100%)
R 160 of 547 ~ 29.25%
G 144 of 547 ~ 26.33%
B 243 of 547 ~ 44.42%

%29.25
%26.33
%44.42

CMYK color model

#A090F3 color CMYK value is (34,41,0,5).

  • cyan value is 34.16%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(34,41,0,5)
C34M41Y0K5 
(34%,41%,0%,5%)
(0.34/0.41/0.00/0.05)	

CMYK percentages

%34.16
%40.74
%0
%4.71

Codes

Color #A090F3 in popluar color models

A090F3
RGB160144243
HSL250°80.49%75.88%
HSB/HSV250°40.74%95.29%
CMYK34.16%40.74%0.00%
4.71%

Color #A090F3 in popluar number systems.

HEXA090F3
Decimal160144243
Binary101000001001000011110011
Octal240220363

Shades and tints

Shades of #A090F3

#A090F3
(160,144,243)
#9283DD
(146,131,221)
#8476C7
(132,118,199)
#7669B1
(118,105,177)
#685C9B
(104,92,155)
#5A4F85
(90,79,133)
#4C426F
(76,66,111)
#3E3559
(62,53,89)
#302843
(48,40,67)
#221B2D
(34,27,45)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #A090F3

#A090F3
(160,144,243)
#A89AF4
(168,154,244)
#B0A4F5
(176,164,245)
#B8AEF6
(184,174,246)
#C0B8F7
(192,184,247)
#C8C2F8
(200,194,248)
#D0CCF9
(208,204,249)
#D8D6FA
(216,214,250)
#E0E0FB
(224,224,251)
#E8EAFC
(232,234,252)
#F0F4FD
(240,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A090F3; }

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

This text font color is #A090F3.


Background Color

.myBgColor { background-color: #A090F3; }

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

This div background color is #A090F3.


Border color

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

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

This div border color is #A090F3.


Opacity

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

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

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

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

This text has shadow with #A090F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A090F3 on black background.


Color preview on white background

This text has color #A090F3 on white background.



Black color preview on #A090F3 background

This text has black color on #A090F3 background.


White color preview on #A090F3 background

This text has white color on #A090F3 background.