COLOR #A58CF3

HEX: #A58CF3 RGB: (165,140,243)

Color info

#A58CF3 contains mainly blue color. Web safe color of #A58CF3 is #9999FF (or #99F).

RGB color model

#A58CF3 color RGB value is (165,140,243).

RGB: (165,140,243) (65%, 55%, 95%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 243 of 255 = 95%

165
140
243

R + G + B ~ 72%. #A58CF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 243 = 548 (100%)
R 165 of 548 ~ 30.11%
G 140 of 548 ~ 25.55%
B 243 of 548 ~ 44.34'%

%30.11
%25.55
%44.34

CMYK color model

#A58CF3 color CMYK value is (32,42,0,5).

  • cyan value is 32.10%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (32,42,0,5)
C32M42Y0K5 (32%, 42%, 0%, 5%)
(0.32 / 0.42 / 0.00 / 0.05)

CMYK percentages

%32.1
%42.39
%0
%4.71

Codes

Color #A58CF3 in popluar color models

A5 8C F3
RGB 165 140 243
HSL 255° 81.10% 75.10%
HSB/HSV 255° 42.39% 95.29%
CMYK 32.10% 42.39% 0.00%
4.71%

Color #A58CF3 in popluar number systems.

HEX A5 8C F3
Decimal 165 140 243
Binary 10100101 10001100 11110011
Octal 245 214 363

Shades and tints

Shades of #A58CF3

#A58CF3
(165,140,243)
#9680DD
(150,128,221)
#8774C7
(135,116,199)
#7868B1
(120,104,177)
#695C9B
(105,92,155)
#5A5085
(90,80,133)
#4B446F
(75,68,111)
#3C3859
(60,56,89)
#2D2C43
(45,44,67)
#1E202D
(30,32,45)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A58CF3

#A58CF3
(165,140,243)
#AD96F4
(173,150,244)
#B5A0F5
(181,160,245)
#BDAAF6
(189,170,246)
#C5B4F7
(197,180,247)
#CDBEF8
(205,190,248)
#D5C8F9
(213,200,249)
#DDD2FA
(221,210,250)
#E5DCFB
(229,220,251)
#EDE6FC
(237,230,252)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58CF3 color. Also use rgb(165,140,243) instead hex code.

Text Font Color

.myTextColor { color: #A58CF3; }

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

This text font color is #A58CF3.

Background Color

.myBgColor { background-color: #A58CF3; }

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

This div background color is #A58CF3.

Border color

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

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

This div border color is #A58CF3.

Opacity

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

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

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

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

This text has shadow with #A58CF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58CF3.

Preview

Color preview on black background

This text has color #A58CF3 on black background.


Color preview on white background

This text has color #A58CF3 on white background.


Black color preview on #A58CF3 background

This text has black color on #A58CF3 background.


White color preview on #A58CF3 background

This text has white color on #A58CF3 background.


Related colors

Complementary color

Complementary color for #hex is #5A730C.


I love getcolorcode.com

Triadic colors

1 #F3A58C and #8CF3A5 with #A58CF3 are triadic colors.

2 #F38CA5 and #8CA5F3 with #A58CF3 are triadic colors.