COLOR #A059B8

HEX: #A059B8
RGB: (160,89,184)

Color info

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

RGB color model

#A059B8 color RGB value is (160,89,184).

  • red value is 160;
  • green value is 89;
  • blue value is 184.
RGB:
(160,89,184)
(63%,35%,72%)

RGB channels and saturation

R 160 of 255 = 63%
G 89 of 255 = 35%
B 184 of 255 = 72%

160
89
184

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

Portions of RGB colors in percentages

R + G + B =
160 + 89 + 184 = 433 (100%)
R 160 of 433 ~ 36.95%
G 89 of 433 ~ 20.55%
B 184 of 433 ~ 42.49%

%36.95
%20.55
%42.49

CMYK color model

#A059B8 color CMYK value is (13,52,0,28).

  • cyan value is 13.04%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(13,52,0,28)
C13M52Y0K28 
(13%,52%,0%,28%)
(0.13/0.52/0.00/0.28)	

CMYK percentages

%13.04
%51.63
%0
%27.84

Codes

Color #A059B8 in popluar color models

A059B8
RGB16089184
HSL285°40.08%53.53%
HSB/HSV285°51.63%72.16%
CMYK13.04%51.63%0.00%
27.84%

Color #A059B8 in popluar number systems.

HEXA059B8
Decimal16089184
Binary10100000101100110111000
Octal240131270

Shades and tints

Shades of #A059B8

#A059B8
(160,89,184)
#9251A8
(146,81,168)
#844998
(132,73,152)
#764188
(118,65,136)
#683978
(104,57,120)
#5A3168
(90,49,104)
#4C2958
(76,41,88)
#3E2148
(62,33,72)
#301938
(48,25,56)
#221128
(34,17,40)
#140918
(20,9,24)
#000000
(0,0,0)

Tints of #A059B8

#A059B8
(160,89,184)
#A868BE
(168,104,190)
#B077C4
(176,119,196)
#B886CA
(184,134,202)
#C095D0
(192,149,208)
#C8A4D6
(200,164,214)
#D0B3DC
(208,179,220)
#D8C2E2
(216,194,226)
#E0D1E8
(224,209,232)
#E8E0EE
(232,224,238)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A059B8 color. Also use rgb(160,89,184) instead hex code.

Text Font Color

.myTextColor { color: #A059B8; }

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

This text font color is #A059B8.


Background Color

.myBgColor { background-color: #A059B8; }

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

This div background color is #A059B8.


Border color

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

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

This div border color is #A059B8.


Opacity

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

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

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

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

This text has shadow with #A059B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A059B8 on black background.


Color preview on white background

This text has color #A059B8 on white background.



Black color preview on #A059B8 background

This text has black color on #A059B8 background.


White color preview on #A059B8 background

This text has white color on #A059B8 background.