COLOR #A58FCB

HEX: #A58FCB RGB: (165,143,203)

Color info

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

RGB color model

#A58FCB color RGB value is (165,143,203).

RGB: (165,143,203) (65%, 56%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 203 of 255 = 80%

165
143
203

R + G + B ~ 67%. #A58FCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 203 = 511 (100%)
R 165 of 511 ~ 32.29%
G 143 of 511 ~ 27.98%
B 203 of 511 ~ 39.73'%

%32.29
%27.98
%39.73

CMYK color model

#A58FCB color CMYK value is (19,30,0,20).

  • cyan value is 18.72%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (19,30,0,20)
C19M30Y0K20 (19%, 30%, 0%, 20%)
(0.19 / 0.30 / 0.00 / 0.20)

CMYK percentages

%18.72
%29.56
%0
%20.39

Codes

Color #A58FCB in popluar color models

A5 8F CB
RGB 165 143 203
HSL 262° 36.59% 67.84%
HSB/HSV 262° 29.56% 79.61%
CMYK 18.72% 29.56% 0.00%
20.39%

Color #A58FCB in popluar number systems.

HEX A5 8F CB
Decimal 165 143 203
Binary 10100101 10001111 11001011
Octal 245 217 313

Shades and tints

Shades of #A58FCB

#A58FCB
(165,143,203)
#9682B9
(150,130,185)
#8775A7
(135,117,167)
#786895
(120,104,149)
#695B83
(105,91,131)
#5A4E71
(90,78,113)
#4B415F
(75,65,95)
#3C344D
(60,52,77)
#2D273B
(45,39,59)
#1E1A29
(30,26,41)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #A58FCB

#A58FCB
(165,143,203)
#AD99CF
(173,153,207)
#B5A3D3
(181,163,211)
#BDADD7
(189,173,215)
#C5B7DB
(197,183,219)
#CDC1DF
(205,193,223)
#D5CBE3
(213,203,227)
#DDD5E7
(221,213,231)
#E5DFEB
(229,223,235)
#EDE9EF
(237,233,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58FCB; }

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

This text font color is #A58FCB.

Background Color

.myBgColor { background-color: #A58FCB; }

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

This div background color is #A58FCB.

Border color

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

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

This div border color is #A58FCB.

Opacity

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

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

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

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

This text has shadow with #A58FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58FCB.

Preview

Color preview on black background

This text has color #A58FCB on black background.


Color preview on white background

This text has color #A58FCB on white background.


Black color preview on #A58FCB background

This text has black color on #A58FCB background.


White color preview on #A58FCB background

This text has white color on #A58FCB background.


Related colors

Complementary color

Complementary color for #hex is #5A7034.


I love getcolorcode.com

Triadic colors

1 #CBA58F and #8FCBA5 with #A58FCB are triadic colors.

2 #CB8FA5 and #8FA5CB with #A58FCB are triadic colors.