Color Hex Logo

#a064ab Color Hex

#A064AB
(160,100,171)
0 Favorites   0 Comments

Color spaces of #a064ab

RGB 160100171
HSL0.810.300.53
HSV291°42°67°
CMYK 0.060.420.00   0.33
XYZ26.405119.528240.9057
Yxy19.52820.30410.2249
Hunter Lab44.190729.3246-23.9490
CIE-Lab51.299536.1678-28.2790

#a064ab color RGB value is (160,100,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 10101011
Octal 240 144 253
Decimal 160 100 171
Hex A0 64 AB

RGB Percentages of Color #a064ab

%37.12
%23.20
%39.68

CMYK Percentages of Color #a064ab

%6
%42
%0
%33

Triadic Colors of #a064ab

#a064ab #aba064 #64aba0

Analogous Colors of #a064ab

#a064ab #ab6493 #7d64ab

Monochromatic Colors of #a064ab

#a064ab

Complementary Color

#a064ab #6fab64

#a064ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064ab Color CSS Codes

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

#a064ab Text Font Color

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

This sample text font color is #a064ab
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.


#a064ab Background Color

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

This div background color is #a064ab


#a064ab Border Color

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

This div border color is #a064ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064ab


Comments

No comments written yet.

Please login to write comment.