Color Hex Logo

#a064aa Color Hex

#A064AA
(160,100,170)
0 Favorites   0 Comments

Color spaces of #a064aa

RGB 160100170
HSL0.810.290.53
HSV291°41°67°
CMYK 0.060.410.00   0.33
XYZ26.310119.490240.4055
Yxy19.49020.30520.2261
Hunter Lab44.147729.1197-23.3609
CIE-Lab51.255935.9643-27.7637

#a064aa color RGB value is (160,100,170).

#a064aa hex color red value is 160, green value is 100 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a064aa hue: 0.81 , saturation: 0.29 and the lightness value of a064aa is 0.53.

The process color (four color CMYK) of #a064aa color hex is 0.06, 0.41, 0.00, 0.33. Web safe color of #a064aa is #996699. Color #a064aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 10101010
Octal 240 144 252
Decimal 160 100 170
Hex A0 64 AA

RGB Percentages of Color #a064aa

%37.21
%23.26
%39.53

CMYK Percentages of Color #a064aa

%6
%41
%0
%33

Triadic Colors of #a064aa

#a064aa #aaa064 #64aaa0

Analogous Colors of #a064aa

#a064aa #aa6491 #7d64aa

Monochromatic Colors of #a064aa

#a064aa

Complementary Color

#a064aa #6eaa64

#a064aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064aa Color CSS Codes

.mybgcolor {background-color:#a064aa; } 
.myforecolor {color:#a064aa; }
.mybordercolor {border:3px solid #a064aa; }

#a064aa Text Font Color

<p style="color:#a064aa">Text here</p>

This sample text font color is #a064aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a064aa Background Color

<div style="background-color:#a064aa">
Div content here</div>

This div background color is #a064aa


#a064aa Border Color

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

This div border color is #a064aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,100,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a064aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a064aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a064aa;
  box-shadow:         1px 1px 3px 2px #a064aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,100,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a064aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a064aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a064aa;
  box-shadow:         1px 1px 3px 2px #a064aa;">
Div content here</div>

This div box has shadow with color #a064aa


Comments

No comments written yet.

Please login to write comment.