Color Hex Logo

#a12caa Color Hex

#A12CAA
(161,44,170)
0 Favorites   0 Comments

Color spaces of #a12caa

RGB 16144170
HSL0.820.590.42
HSV296°74°67°
CMYK 0.050.740.00   0.33
XYZ22.854312.280739.1961
Yxy12.28070.30750.1652
Hunter Lab35.043855.0844-41.7845
CIE-Lab41.658862.3891-42.8618

#a12caa color RGB value is (161,44,170).

#a12caa hex color red value is 161, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a12caa hue: 0.82 , saturation: 0.59 and the lightness value of a12caa is 0.42.

The process color (four color CMYK) of #a12caa color hex is 0.05, 0.74, 0.00, 0.33. Web safe color of #a12caa is #993399. Color #a12caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101100 10101010
Octal 241 54 252
Decimal 161 44 170
Hex A1 2C AA

RGB Percentages of Color #a12caa

%42.93
%11.73
%45.33

CMYK Percentages of Color #a12caa

%5
%74
%0
%33

Triadic Colors of #a12caa

#a12caa #aaa12c #2caaa1

Analogous Colors of #a12caa

#a12caa #aa2c74 #622caa

Monochromatic Colors of #a12caa

#a12caa

Complementary Color

#a12caa #35aa2c

#a12caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12caa Color CSS Codes

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

#a12caa Text Font Color

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

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


#a12caa Background Color

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

This div background color is #a12caa


#a12caa Border Color

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

This div border color is #a12caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12caa


Comments

No comments written yet.

Please login to write comment.