COLOR #A571B6

HEX: #A571B6
RGB: (165,113,182)

Color info

#A571B6 contains mainly red and blue colors. Web safe color of #A571B6 is #9966CC (or #96C).

RGB color model

#A571B6 color RGB value is (165,113,182).

  • red value is 165;
  • green value is 113;
  • blue value is 182.
RGB:
(165,113,182)
(65%,44%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 182 of 255 = 71%

165
113
182

R + G + B ~ 60%. #A571B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 182 = 460 (100%)
R 165 of 460 ~ 35.87%
G 113 of 460 ~ 24.57%
B 182 of 460 ~ 39.57%

%35.87
%24.57
%39.57

CMYK color model

#A571B6 color CMYK value is (9,38,0,29).

  • cyan value is 9.34%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,38,0,29)
C9M38Y0K29 
(9%,38%,0%,29%)
(0.09/0.38/0.00/0.29)	

CMYK percentages

%9.34
%37.91
%0
%28.63

Codes

Color #A571B6 in popluar color models

A571B6
RGB165113182
HSL285°32.09%57.84%
HSB/HSV285°37.91%71.37%
CMYK9.34%37.91%0.00%
28.63%

Color #A571B6 in popluar number systems.

HEXA571B6
Decimal165113182
Binary10100101111000110110110
Octal245161266

Shades and tints

Shades of #A571B6

#A571B6
(165,113,182)
#9667A6
(150,103,166)
#875D96
(135,93,150)
#785386
(120,83,134)
#694976
(105,73,118)
#5A3F66
(90,63,102)
#4B3556
(75,53,86)
#3C2B46
(60,43,70)
#2D2136
(45,33,54)
#1E1726
(30,23,38)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #A571B6

#A571B6
(165,113,182)
#AD7DBC
(173,125,188)
#B589C2
(181,137,194)
#BD95C8
(189,149,200)
#C5A1CE
(197,161,206)
#CDADD4
(205,173,212)
#D5B9DA
(213,185,218)
#DDC5E0
(221,197,224)
#E5D1E6
(229,209,230)
#EDDDEC
(237,221,236)
#F5E9F2
(245,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A571B6 color. Also use rgb(165,113,182) instead hex code.

Text Font Color

.myTextColor { color: #A571B6; }

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

This text font color is #A571B6.


Background Color

.myBgColor { background-color: #A571B6; }

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

This div background color is #A571B6.


Border color

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

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

This div border color is #A571B6.


Opacity

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

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

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

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

This text has shadow with #A571B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A571B6 on black background.


Color preview on white background

This text has color #A571B6 on white background.



Black color preview on #A571B6 background

This text has black color on #A571B6 background.


White color preview on #A571B6 background

This text has white color on #A571B6 background.