Color Hex Logo

#a120af Color Hex

#A120AF
(161,32,175)
0 Favorites   0 Comments

Color spaces of #a120af

RGB 16132175
HSL0.820.690.41
HSV294°82°69°
CMYK 0.080.820.00   0.31
XYZ22.952311.705241.6071
Yxy11.70520.30100.1535
Hunter Lab34.212959.8773-48.1550
CIE-Lab40.743766.7773-47.2989

#a120af color RGB value is (161,32,175).

#a120af hex color red value is 161, green value is 32 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a120af hue: 0.82 , saturation: 0.69 and the lightness value of a120af is 0.41.

The process color (four color CMYK) of #a120af color hex is 0.08, 0.82, 0.00, 0.31. Web safe color of #a120af is #993399. Color #a120af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100000 10101111
Octal 241 40 257
Decimal 161 32 175
Hex A1 20 AF

RGB Percentages of Color #a120af

%43.75
%8.70
%47.55

CMYK Percentages of Color #a120af

%8
%82
%0
%31

Triadic Colors of #a120af

#a120af #afa120 #20afa1

Analogous Colors of #a120af

#a120af #af2076 #5920af

Monochromatic Colors of #a120af

#a120af

Complementary Color

#a120af #2eaf20

#a120af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a120af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a120af Color CSS Codes

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

#a120af Text Font Color

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

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


#a120af Background Color

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

This div background color is #a120af


#a120af Border Color

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

This div border color is #a120af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a120af


Comments

No comments written yet.

Please login to write comment.