COLOR #A064DA

HEX: #A064DA RGB: (160,100,218)

Color info

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

RGB color model

#A064DA color RGB value is (160,100,218).

RGB: (160,100,218) (63%, 39%, 85%)

RGB channels and saturation

R 160 of 255 = 63%
G 100 of 255 = 39%
B 218 of 255 = 85%

160
100
218

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

Portions of RGB colors in percentages

R + G + B = 160 + 100 + 218 = 478 (100%)
R 160 of 478 ~ 33.47%
G 100 of 478 ~ 20.92%
B 218 of 478 ~ 45.61'%

%33.47
%20.92
%45.61

CMYK color model

#A064DA color CMYK value is (27,54,0,15).

  • cyan value is 26.61%
  • magenta value is 54.13%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (27,54,0,15)
C27M54Y0K15 (27%, 54%, 0%, 15%)
(0.27 / 0.54 / 0.00 / 0.15)

CMYK percentages

%26.61
%54.13
%0
%14.51

Codes

Color #A064DA in popluar color models

A0 64 DA
RGB 160 100 218
HSL 271° 61.46% 62.35%
HSB/HSV 271° 54.13% 85.49%
CMYK 26.61% 54.13% 0.00%
14.51%

Color #A064DA in popluar number systems.

HEX A0 64 DA
Decimal 160 100 218
Binary 10100000 1100100 11011010
Octal 240 144 332

Shades and tints

Shades of #A064DA

#A064DA
(160,100,218)
#925BC7
(146,91,199)
#8452B4
(132,82,180)
#7649A1
(118,73,161)
#68408E
(104,64,142)
#5A377B
(90,55,123)
#4C2E68
(76,46,104)
#3E2555
(62,37,85)
#301C42
(48,28,66)
#22132F
(34,19,47)
#140A1C
(20,10,28)
#000000
(0,0,0)

Tints of #A064DA

#A064DA
(160,100,218)
#A872DD
(168,114,221)
#B080E0
(176,128,224)
#B88EE3
(184,142,227)
#C09CE6
(192,156,230)
#C8AAE9
(200,170,233)
#D0B8EC
(208,184,236)
#D8C6EF
(216,198,239)
#E0D4F2
(224,212,242)
#E8E2F5
(232,226,245)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A064DA color. Also use rgb(160,100,218) instead hex code.

Text Font Color

.myTextColor { color: #A064DA; }

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

This text font color is #A064DA.

Background Color

.myBgColor { background-color: #A064DA; }

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

This div background color is #A064DA.

Border color

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

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

This div border color is #A064DA.

Opacity

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

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

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

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

This text has shadow with #A064DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A064DA.

Preview

Color preview on black background

This text has color #A064DA on black background.


Color preview on white background

This text has color #A064DA on white background.


Black color preview on #A064DA background

This text has black color on #A064DA background.


White color preview on #A064DA background

This text has white color on #A064DA background.


Related colors

Complementary color

Complementary color for #hex is #5F9B25.


I love getcolorcode.com

Triadic colors

1 #DAA064 and #64DAA0 with #A064DA are triadic colors.

2 #DA64A0 and #64A0DA with #A064DA are triadic colors.