COLOR #A590D3

HEX: #A590D3
RGB: (165,144,211)

Color info

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

RGB color model

#A590D3 color RGB value is (165,144,211).

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

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 211 of 255 = 83%

165
144
211

R + G + B ~ 68%. #A590D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 211 = 520 (100%)
R 165 of 520 ~ 31.73%
G 144 of 520 ~ 27.69%
B 211 of 520 ~ 40.58%

%31.73
%27.69
%40.58

CMYK color model

#A590D3 color CMYK value is (22,32,0,17).

  • cyan value is 21.80%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(22,32,0,17)
C22M32Y0K17 
(22%,32%,0%,17%)
(0.22/0.32/0.00/0.17)	

CMYK percentages

%21.8
%31.75
%0
%17.25

Codes

Color #A590D3 in popluar color models

A590D3
RGB165144211
HSL259°43.23%69.61%
HSB/HSV259°31.75%82.75%
CMYK21.80%31.75%0.00%
17.25%

Color #A590D3 in popluar number systems.

HEXA590D3
Decimal165144211
Binary101001011001000011010011
Octal245220323

Shades and tints

Shades of #A590D3

#A590D3
(165,144,211)
#9683C0
(150,131,192)
#8776AD
(135,118,173)
#78699A
(120,105,154)
#695C87
(105,92,135)
#5A4F74
(90,79,116)
#4B4261
(75,66,97)
#3C354E
(60,53,78)
#2D283B
(45,40,59)
#1E1B28
(30,27,40)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A590D3

#A590D3
(165,144,211)
#AD9AD7
(173,154,215)
#B5A4DB
(181,164,219)
#BDAEDF
(189,174,223)
#C5B8E3
(197,184,227)
#CDC2E7
(205,194,231)
#D5CCEB
(213,204,235)
#DDD6EF
(221,214,239)
#E5E0F3
(229,224,243)
#EDEAF7
(237,234,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A590D3; }

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

This text font color is #A590D3.


Background Color

.myBgColor { background-color: #A590D3; }

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

This div background color is #A590D3.


Border color

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

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

This div border color is #A590D3.


Opacity

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

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

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

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

This text has shadow with #A590D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A590D3 on black background.


Color preview on white background

This text has color #A590D3 on white background.



Black color preview on #A590D3 background

This text has black color on #A590D3 background.


White color preview on #A590D3 background

This text has white color on #A590D3 background.