COLOR #A570B8

HEX: #A570B8
RGB: (165,112,184)

Color info

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

RGB color model

#A570B8 color RGB value is (165,112,184).

  • red value is 165;
  • green value is 112;
  • blue value is 184.
RGB: (165,112,184) (65%,44%,72%)

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 184 of 255 = 72%

165
112
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 184 = 461 (100%)
R 165 of 461 ~ 35.79%
G 112 of 461 ~ 24.3%
B 184 of 461 ~ 39.91%

%35.79
%24.3
%39.91

CMYK color model

#A570B8 color CMYK value is (10,39,0,28).

  • cyan value is 10.33%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (10,39,0,28) C10M39Y0K28 (10%,39%,0%,28%) (0.10/0.39/0.00/0.28)

CMYK percentages

%10.33
%39.13
%0
%27.84

Codes

Color #A570B8 in popluar color models

A570B8
RGB165112184
HSL284°33.64%58.04%
HSB/HSV284°39.13%72.16%
CMYK10.33%39.13%0.00%
27.84%

Color #A570B8 in popluar number systems.

HEXA570B8
Decimal165112184
Binary10100101111000010111000
Octal245160270

Shades and tints

Shades of #A570B8

#A570B8
(165,112,184)
#9666A8
(150,102,168)
#875C98
(135,92,152)
#785288
(120,82,136)
#694878
(105,72,120)
#5A3E68
(90,62,104)
#4B3458
(75,52,88)
#3C2A48
(60,42,72)
#2D2038
(45,32,56)
#1E1628
(30,22,40)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #A570B8

#A570B8
(165,112,184)
#AD7DBE
(173,125,190)
#B58AC4
(181,138,196)
#BD97CA
(189,151,202)
#C5A4D0
(197,164,208)
#CDB1D6
(205,177,214)
#D5BEDC
(213,190,220)
#DDCBE2
(221,203,226)
#E5D8E8
(229,216,232)
#EDE5EE
(237,229,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A570B8 color. Also use rgb(165,112,184) instead hex code.

Text Font Color

.myTextColor { color: #A570B8; }

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

This text font color is #A570B8.


Background Color

.myBgColor { background-color: #A570B8; }

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

This div background color is #A570B8.


Border color

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

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

This div border color is #A570B8.


Opacity

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

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

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

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

This text has shadow with #A570B8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A570B8 on black background.


Color preview on white background

This text has color #A570B8 on white background.



Black color preview on #A570B8 background

This text has black color on #A570B8 background.


White color preview on #A570B8 background

This text has white color on #A570B8 background.