COLOR #A059DF

HEX: #A059DF
RGB: (160,89,223)

Color info

#A059DF contains mainly blue color. Web safe color of #A059DF is #9966CC (or #96C).

RGB color model

#A059DF color RGB value is (160,89,223).

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

RGB channels and saturation

R 160 of 255 = 63%
G 89 of 255 = 35%
B 223 of 255 = 87%

160
89
223

R + G + B ~ 62%. #A059DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 89 + 223 = 472 (100%)
R 160 of 472 ~ 33.9%
G 89 of 472 ~ 18.86%
B 223 of 472 ~ 47.25%

%33.9
%18.86
%47.25

CMYK color model

#A059DF color CMYK value is (28,60,0,13).

  • cyan value is 28.25%
  • magenta value is 60.09%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(28,60,0,13)
C28M60Y0K13 
(28%,60%,0%,13%)
(0.28/0.60/0.00/0.13)	

CMYK percentages

%28.25
%60.09
%0
%12.55

Codes

Color #A059DF in popluar color models

A059DF
RGB16089223
HSL272°67.68%61.18%
HSB/HSV272°60.09%87.45%
CMYK28.25%60.09%0.00%
12.55%

Color #A059DF in popluar number systems.

HEXA059DF
Decimal16089223
Binary10100000101100111011111
Octal240131337

Shades and tints

Shades of #A059DF

#A059DF
(160,89,223)
#9251CB
(146,81,203)
#8449B7
(132,73,183)
#7641A3
(118,65,163)
#68398F
(104,57,143)
#5A317B
(90,49,123)
#4C2967
(76,41,103)
#3E2153
(62,33,83)
#30193F
(48,25,63)
#22112B
(34,17,43)
#140917
(20,9,23)
#000000
(0,0,0)

Tints of #A059DF

#A059DF
(160,89,223)
#A868E1
(168,104,225)
#B077E3
(176,119,227)
#B886E5
(184,134,229)
#C095E7
(192,149,231)
#C8A4E9
(200,164,233)
#D0B3EB
(208,179,235)
#D8C2ED
(216,194,237)
#E0D1EF
(224,209,239)
#E8E0F1
(232,224,241)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A059DF; }

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

This text font color is #A059DF.


Background Color

.myBgColor { background-color: #A059DF; }

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

This div background color is #A059DF.


Border color

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

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

This div border color is #A059DF.


Opacity

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

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

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

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

This text has shadow with #A059DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A059DF on black background.


Color preview on white background

This text has color #A059DF on white background.



Black color preview on #A059DF background

This text has black color on #A059DF background.


White color preview on #A059DF background

This text has white color on #A059DF background.