Color Hex Logo

#a119ab Color Hex

#A119AB
(161,25,171)
0 Favorites   0 Comments

Color spaces of #a119ab

RGB 16125171
HSL0.820.740.38
HSV296°85°67°
CMYK 0.060.850.00   0.33
XYZ22.396311.212639.5119
Yxy11.21260.30630.1533
Hunter Lab33.485260.7890-46.5214
CIE-Lab39.936367.7229-46.2128

#a119ab color RGB value is (161,25,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011001 10101011
Octal 241 31 253
Decimal 161 25 171
Hex A1 19 AB

RGB Percentages of Color #a119ab

%45.10
%7.00
%47.90

CMYK Percentages of Color #a119ab

%6
%85
%0
%33

Triadic Colors of #a119ab

#a119ab #aba119 #19aba1

Analogous Colors of #a119ab

#a119ab #ab196c #5819ab

Monochromatic Colors of #a119ab

#a119ab

Complementary Color

#a119ab #23ab19

#a119ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a119ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a119ab Color CSS Codes

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

#a119ab Text Font Color

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

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


#a119ab Background Color

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

This div background color is #a119ab


#a119ab Border Color

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

This div border color is #a119ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a119ab


Comments

No comments written yet.

Please login to write comment.