COLOR #A064A1

HEX: #A064A1
RGB: (160,100,161)

Color info

#A064A1 contains mainly red and blue colors. Web safe color of #A064A1 is #996699 (or #969).

RGB color model

#A064A1 color RGB value is (160,100,161).

  • red value is 160;
  • green value is 100;
  • blue value is 161.
RGB:
(160,100,161)
(63%,39%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 100 of 255 = 39%
B 161 of 255 = 63%

160
100
161

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

Portions of RGB colors in percentages

R + G + B =
160 + 100 + 161 = 421 (100%)
R 160 of 421 ~ 38%
G 100 of 421 ~ 23.75%
B 161 of 421 ~ 38.24%

%38
%23.75
%38.24

CMYK color model

#A064A1 color CMYK value is (1,38,0,37).

  • cyan value is 0.62%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,38,0,37)
C1M38Y0K37 
(1%,38%,0%,37%)
(0.01/0.38/0.00/0.37)	

CMYK percentages

%0.62
%37.89
%0
%36.86

Codes

Color #A064A1 in popluar color models

A064A1
RGB160100161
HSL299°24.50%51.18%
HSB/HSV299°37.89%63.14%
CMYK0.62%37.89%0.00%
36.86%

Color #A064A1 in popluar number systems.

HEXA064A1
Decimal160100161
Binary10100000110010010100001
Octal240144241

Shades and tints

Shades of #A064A1

#A064A1
(160,100,161)
#925B93
(146,91,147)
#845285
(132,82,133)
#764977
(118,73,119)
#684069
(104,64,105)
#5A375B
(90,55,91)
#4C2E4D
(76,46,77)
#3E253F
(62,37,63)
#301C31
(48,28,49)
#221323
(34,19,35)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #A064A1

#A064A1
(160,100,161)
#A872A9
(168,114,169)
#B080B1
(176,128,177)
#B88EB9
(184,142,185)
#C09CC1
(192,156,193)
#C8AAC9
(200,170,201)
#D0B8D1
(208,184,209)
#D8C6D9
(216,198,217)
#E0D4E1
(224,212,225)
#E8E2E9
(232,226,233)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A064A1; }

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

This text font color is #A064A1.


Background Color

.myBgColor { background-color: #A064A1; }

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

This div background color is #A064A1.


Border color

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

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

This div border color is #A064A1.


Opacity

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

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

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

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

This text has shadow with #A064A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A064A1 on black background.


Color preview on white background

This text has color #A064A1 on white background.



Black color preview on #A064A1 background

This text has black color on #A064A1 background.


White color preview on #A064A1 background

This text has white color on #A064A1 background.