Color Hex Logo

#a12f9f Color Hex

#A12F9F
(161,47,159)
0 Favorites   0 Comments

Color spaces of #a12f9f

RGB 16147159
HSL0.840.550.41
HSV301°71°63°
CMYK 0.000.710.01   0.37
XYZ21.972512.113333.9809
Yxy12.11330.32280.1780
Hunter Lab34.804251.7830-33.5246
CIE-Lab41.395659.4722-36.7030

#a12f9f color RGB value is (161,47,159).

#a12f9f hex color red value is 161, green value is 47 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a12f9f hue: 0.84 , saturation: 0.55 and the lightness value of a12f9f is 0.41.

The process color (four color CMYK) of #a12f9f color hex is 0.00, 0.71, 0.01, 0.37. Web safe color of #a12f9f is #993399. Color #a12f9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101111 10011111
Octal 241 57 237
Decimal 161 47 159
Hex A1 2F 9F

RGB Percentages of Color #a12f9f

%43.87
%12.81
%43.32

CMYK Percentages of Color #a12f9f

%0
%71
%1
%37

Triadic Colors of #a12f9f

#a12f9f #9fa12f #2f9fa1

Analogous Colors of #a12f9f

#a12f9f #a12f66 #6a2fa1

Monochromatic Colors of #a12f9f

#a12f9f

Complementary Color

#a12f9f #2fa131

#a12f9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12f9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12f9f Color CSS Codes

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

#a12f9f Text Font Color

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

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


#a12f9f Background Color

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

This div background color is #a12f9f


#a12f9f Border Color

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

This div border color is #a12f9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,47,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12f9f


Comments

No comments written yet.

Please login to write comment.