Color Hex Logo

#a019ab Color Hex

#A019AB
(160,25,171)
0 Favorites   0 Comments

Color spaces of #a019ab

RGB 16025171
HSL0.820.740.38
HSV295°85°67°
CMYK 0.060.850.00   0.33
XYZ22.195511.109139.5025
Yxy11.10910.30490.1526
Hunter Lab33.330360.5396-46.9382
CIE-Lab39.763667.5413-46.4992

#a019ab color RGB value is (160,25,171).

#a019ab hex color red value is 160, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a019ab hue: 0.82 , saturation: 0.74 and the lightness value of a019ab is 0.38.

The process color (four color CMYK) of #a019ab color hex is 0.06, 0.85, 0.00, 0.33. Web safe color of #a019ab is #990099. Color #a019ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011001 10101011
Octal 240 31 253
Decimal 160 25 171
Hex A0 19 AB

RGB Percentages of Color #a019ab

%44.94
%7.02
%48.03

CMYK Percentages of Color #a019ab

%6
%85
%0
%33

Triadic Colors of #a019ab

#a019ab #aba019 #19aba0

Analogous Colors of #a019ab

#a019ab #ab196d #5719ab

Monochromatic Colors of #a019ab

#a019ab

Complementary Color

#a019ab #24ab19

#a019ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a019ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a019ab Color CSS Codes

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

#a019ab Text Font Color

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

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


#a019ab Background Color

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

This div background color is #a019ab


#a019ab Border Color

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

This div border color is #a019ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a019ab


Comments

No comments written yet.

Please login to write comment.