COLOR #A590FB

HEX: #A590FB
RGB: (165,144,251)

Color info

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

RGB color model

#A590FB color RGB value is (165,144,251).

  • red value is 165;
  • green value is 144;
  • blue value is 251.
RGB:
(165,144,251)
(65%,56%,98%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 251 of 255 = 98%

165
144
251

R + G + B ~ 73%. #A590FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 251 = 560 (100%)
R 165 of 560 ~ 29.46%
G 144 of 560 ~ 25.71%
B 251 of 560 ~ 44.82%

%29.46
%25.71
%44.82

CMYK color model

#A590FB color CMYK value is (34,43,0,2).

  • cyan value is 34.26%
  • magenta value is 42.63%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(34,43,0,2)
C34M43Y0K2 
(34%,43%,0%,2%)
(0.34/0.43/0.00/0.02)	

CMYK percentages

%34.26
%42.63
%0
%1.57

Codes

Color #A590FB in popluar color models

A590FB
RGB165144251
HSL252°93.04%77.45%
HSB/HSV252°42.63%98.43%
CMYK34.26%42.63%0.00%
1.57%

Color #A590FB in popluar number systems.

HEXA590FB
Decimal165144251
Binary101001011001000011111011
Octal245220373

Shades and tints

Shades of #A590FB

#A590FB
(165,144,251)
#9683E5
(150,131,229)
#8776CF
(135,118,207)
#7869B9
(120,105,185)
#695CA3
(105,92,163)
#5A4F8D
(90,79,141)
#4B4277
(75,66,119)
#3C3561
(60,53,97)
#2D284B
(45,40,75)
#1E1B35
(30,27,53)
#0F0E1F
(15,14,31)
#000000
(0,0,0)

Tints of #A590FB

#A590FB
(165,144,251)
#AD9AFB
(173,154,251)
#B5A4FB
(181,164,251)
#BDAEFB
(189,174,251)
#C5B8FB
(197,184,251)
#CDC2FB
(205,194,251)
#D5CCFB
(213,204,251)
#DDD6FB
(221,214,251)
#E5E0FB
(229,224,251)
#EDEAFB
(237,234,251)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A590FB color. Also use rgb(165,144,251) instead hex code.

Text Font Color

.myTextColor { color: #A590FB; }

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

This text font color is #A590FB.


Background Color

.myBgColor { background-color: #A590FB; }

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

This div background color is #A590FB.


Border color

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

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

This div border color is #A590FB.


Opacity

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

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

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

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

This text has shadow with #A590FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A590FB on black background.


Color preview on white background

This text has color #A590FB on white background.



Black color preview on #A590FB background

This text has black color on #A590FB background.


White color preview on #A590FB background

This text has white color on #A590FB background.