COLOR #A593DB

HEX: #A593DB RGB: (165,147,219)

Color info

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

RGB color model

#A593DB color RGB value is (165,147,219).

RGB: (165,147,219) (65%, 58%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 219 of 255 = 86%

165
147
219

R + G + B ~ 70%. #A593DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 147 + 219 = 531 (100%)
R 165 of 531 ~ 31.07%
G 147 of 531 ~ 27.68%
B 219 of 531 ~ 41.24'%

%31.07
%27.68
%41.24

CMYK color model

#A593DB color CMYK value is (25,33,0,14).

  • cyan value is 24.66%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (25,33,0,14)
C25M33Y0K14 (25%, 33%, 0%, 14%)
(0.25 / 0.33 / 0.00 / 0.14)

CMYK percentages

%24.66
%32.88
%0
%14.12

Codes

Color #A593DB in popluar color models

A5 93 DB
RGB 165 147 219
HSL 255° 50.00% 71.76%
HSB/HSV 255° 32.88% 85.88%
CMYK 24.66% 32.88% 0.00%
14.12%

Color #A593DB in popluar number systems.

HEX A5 93 DB
Decimal 165 147 219
Binary 10100101 10010011 11011011
Octal 245 223 333

Shades and tints

Shades of #A593DB

#A593DB
(165,147,219)
#9686C8
(150,134,200)
#8779B5
(135,121,181)
#786CA2
(120,108,162)
#695F8F
(105,95,143)
#5A527C
(90,82,124)
#4B4569
(75,69,105)
#3C3856
(60,56,86)
#2D2B43
(45,43,67)
#1E1E30
(30,30,48)
#0F111D
(15,17,29)
#000000
(0,0,0)

Tints of #A593DB

#A593DB
(165,147,219)
#AD9CDE
(173,156,222)
#B5A5E1
(181,165,225)
#BDAEE4
(189,174,228)
#C5B7E7
(197,183,231)
#CDC0EA
(205,192,234)
#D5C9ED
(213,201,237)
#DDD2F0
(221,210,240)
#E5DBF3
(229,219,243)
#EDE4F6
(237,228,246)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A593DB color. Also use rgb(165,147,219) instead hex code.

Text Font Color

.myTextColor { color: #A593DB; }

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

This text font color is #A593DB.

Background Color

.myBgColor { background-color: #A593DB; }

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

This div background color is #A593DB.

Border color

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

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

This div border color is #A593DB.

Opacity

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

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

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

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

This text has shadow with #A593DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A593DB.

Preview

Color preview on black background

This text has color #A593DB on black background.


Color preview on white background

This text has color #A593DB on white background.


Black color preview on #A593DB background

This text has black color on #A593DB background.


White color preview on #A593DB background

This text has white color on #A593DB background.


Related colors

Complementary color

Complementary color for #hex is #5A6C24.


I love getcolorcode.com

Triadic colors

1 #DBA593 and #93DBA5 with #A593DB are triadic colors.

2 #DB93A5 and #93A5DB with #A593DB are triadic colors.