COLOR #A593BF

HEX: #A593BF
RGB: (165,147,191)

Color info

#A593BF contains red, green and blue colors in about the same proportion. Web safe color of #A593BF is #9999CC (or #99C).

RGB color model

#A593BF color RGB value is (165,147,191).

  • red value is 165;
  • green value is 147;
  • blue value is 191.
RGB:
(165,147,191)
(65%,58%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 191 of 255 = 75%

165
147
191

R + G + B ~ 66%. #A593BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 191 = 503 (100%)
R 165 of 503 ~ 32.8%
G 147 of 503 ~ 29.22%
B 191 of 503 ~ 37.97%

%32.8
%29.22
%37.97

CMYK color model

#A593BF color CMYK value is (14,23,0,25).

  • cyan value is 13.61%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,23,0,25)
C14M23Y0K25 
(14%,23%,0%,25%)
(0.14/0.23/0.00/0.25)	

CMYK percentages

%13.61
%23.04
%0
%25.1

Codes

Color #A593BF in popluar color models

A593BF
RGB165147191
HSL265°25.58%66.27%
HSB/HSV265°23.04%74.90%
CMYK13.61%23.04%0.00%
25.10%

Color #A593BF in popluar number systems.

HEXA593BF
Decimal165147191
Binary101001011001001110111111
Octal245223277

Shades and tints

Shades of #A593BF

#A593BF
(165,147,191)
#9686AE
(150,134,174)
#87799D
(135,121,157)
#786C8C
(120,108,140)
#695F7B
(105,95,123)
#5A526A
(90,82,106)
#4B4559
(75,69,89)
#3C3848
(60,56,72)
#2D2B37
(45,43,55)
#1E1E26
(30,30,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A593BF

#A593BF
(165,147,191)
#AD9CC4
(173,156,196)
#B5A5C9
(181,165,201)
#BDAECE
(189,174,206)
#C5B7D3
(197,183,211)
#CDC0D8
(205,192,216)
#D5C9DD
(213,201,221)
#DDD2E2
(221,210,226)
#E5DBE7
(229,219,231)
#EDE4EC
(237,228,236)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A593BF; }

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

This text font color is #A593BF.


Background Color

.myBgColor { background-color: #A593BF; }

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

This div background color is #A593BF.


Border color

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

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

This div border color is #A593BF.


Opacity

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

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

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

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

This text has shadow with #A593BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593BF on black background.


Color preview on white background

This text has color #A593BF on white background.



Black color preview on #A593BF background

This text has black color on #A593BF background.


White color preview on #A593BF background

This text has white color on #A593BF background.