COLOR #A58FBC

HEX: #A58FBC
RGB: (165,143,188)

Color info

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

RGB color model

#A58FBC color RGB value is (165,143,188).

  • red value is 165;
  • green value is 143;
  • blue value is 188.
RGB:
(165,143,188)
(65%,56%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 188 of 255 = 74%

165
143
188

R + G + B ~ 65%. #A58FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 188 = 496 (100%)
R 165 of 496 ~ 33.27%
G 143 of 496 ~ 28.83%
B 188 of 496 ~ 37.9%

%33.27
%28.83
%37.9

CMYK color model

#A58FBC color CMYK value is (12,24,0,26).

  • cyan value is 12.23%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,24,0,26)
C12M24Y0K26 
(12%,24%,0%,26%)
(0.12/0.24/0.00/0.26)	

CMYK percentages

%12.23
%23.94
%0
%26.27

Codes

Color #A58FBC in popluar color models

A58FBC
RGB165143188
HSL269°25.14%64.90%
HSB/HSV269°23.94%73.73%
CMYK12.23%23.94%0.00%
26.27%

Color #A58FBC in popluar number systems.

HEXA58FBC
Decimal165143188
Binary101001011000111110111100
Octal245217274

Shades and tints

Shades of #A58FBC

#A58FBC
(165,143,188)
#9682AB
(150,130,171)
#87759A
(135,117,154)
#786889
(120,104,137)
#695B78
(105,91,120)
#5A4E67
(90,78,103)
#4B4156
(75,65,86)
#3C3445
(60,52,69)
#2D2734
(45,39,52)
#1E1A23
(30,26,35)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A58FBC

#A58FBC
(165,143,188)
#AD99C2
(173,153,194)
#B5A3C8
(181,163,200)
#BDADCE
(189,173,206)
#C5B7D4
(197,183,212)
#CDC1DA
(205,193,218)
#D5CBE0
(213,203,224)
#DDD5E6
(221,213,230)
#E5DFEC
(229,223,236)
#EDE9F2
(237,233,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58FBC color. Also use rgb(165,143,188) instead hex code.

Text Font Color

.myTextColor { color: #A58FBC; }

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

This text font color is #A58FBC.


Background Color

.myBgColor { background-color: #A58FBC; }

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

This div background color is #A58FBC.


Border color

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

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

This div border color is #A58FBC.


Opacity

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

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

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

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

This text has shadow with #A58FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58FBC on black background.


Color preview on white background

This text has color #A58FBC on white background.



Black color preview on #A58FBC background

This text has black color on #A58FBC background.


White color preview on #A58FBC background

This text has white color on #A58FBC background.