COLOR #A58FD0

HEX: #A58FD0 RGB: (165,143,208)

Color info

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

RGB color model

#A58FD0 color RGB value is (165,143,208).

RGB: (165,143,208) (65%, 56%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 208 of 255 = 82%

165
143
208

R + G + B ~ 68%. #A58FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 208 = 516 (100%)
R 165 of 516 ~ 31.98%
G 143 of 516 ~ 27.71%
B 208 of 516 ~ 40.31'%

%31.98
%27.71
%40.31

CMYK color model

#A58FD0 color CMYK value is (21,31,0,18).

  • cyan value is 20.67%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (21,31,0,18)
C21M31Y0K18 (21%, 31%, 0%, 18%)
(0.21 / 0.31 / 0.00 / 0.18)

CMYK percentages

%20.67
%31.25
%0
%18.43

Codes

Color #A58FD0 in popluar color models

A5 8F D0
RGB 165 143 208
HSL 260° 40.88% 68.82%
HSB/HSV 260° 31.25% 81.57%
CMYK 20.67% 31.25% 0.00%
18.43%

Color #A58FD0 in popluar number systems.

HEX A5 8F D0
Decimal 165 143 208
Binary 10100101 10001111 11010000
Octal 245 217 320

Shades and tints

Shades of #A58FD0

#A58FD0
(165,143,208)
#9682BE
(150,130,190)
#8775AC
(135,117,172)
#78689A
(120,104,154)
#695B88
(105,91,136)
#5A4E76
(90,78,118)
#4B4164
(75,65,100)
#3C3452
(60,52,82)
#2D2740
(45,39,64)
#1E1A2E
(30,26,46)
#0F0D1C
(15,13,28)
#000000
(0,0,0)

Tints of #A58FD0

#A58FD0
(165,143,208)
#AD99D4
(173,153,212)
#B5A3D8
(181,163,216)
#BDADDC
(189,173,220)
#C5B7E0
(197,183,224)
#CDC1E4
(205,193,228)
#D5CBE8
(213,203,232)
#DDD5EC
(221,213,236)
#E5DFF0
(229,223,240)
#EDE9F4
(237,233,244)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58FD0; }

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

This text font color is #A58FD0.

Background Color

.myBgColor { background-color: #A58FD0; }

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

This div background color is #A58FD0.

Border color

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

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

This div border color is #A58FD0.

Opacity

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

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

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

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

This text has shadow with #A58FD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58FD0.

Preview

Color preview on black background

This text has color #A58FD0 on black background.


Color preview on white background

This text has color #A58FD0 on white background.


Black color preview on #A58FD0 background

This text has black color on #A58FD0 background.


White color preview on #A58FD0 background

This text has white color on #A58FD0 background.


Related colors

Complementary color

Complementary color for #hex is #5A702F.


I love getcolorcode.com

Triadic colors

1 #D0A58F and #8FD0A5 with #A58FD0 are triadic colors.

2 #D08FA5 and #8FA5D0 with #A58FD0 are triadic colors.