Color Hex Logo

#a055ab Color Hex

#A055AB
(160,85,171)
0 Favorites   0 Comments

Color spaces of #a055ab

RGB 16085171
HSL0.810.340.50
HSV292°50°67°
CMYK 0.060.500.00   0.33
XYZ25.096416.910940.4695
Yxy16.91090.30430.2050
Hunter Lab41.122936.9697-29.5620
CIE-Lab48.147644.2723-33.1986

#a055ab color RGB value is (160,85,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 10101011
Octal 240 125 253
Decimal 160 85 171
Hex A0 55 AB

RGB Percentages of Color #a055ab

%38.46
%20.43
%41.11

CMYK Percentages of Color #a055ab

%6
%50
%0
%33

Triadic Colors of #a055ab

#a055ab #aba055 #55aba0

Analogous Colors of #a055ab

#a055ab #ab558b #7555ab

Monochromatic Colors of #a055ab

#a055ab

Complementary Color

#a055ab #60ab55

#a055ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ab Color CSS Codes

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

#a055ab Text Font Color

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

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


#a055ab Background Color

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

This div background color is #a055ab


#a055ab Border Color

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

This div border color is #a055ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,85,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 #a055ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ab


Comments

No comments written yet.

Please login to write comment.