Color Hex Logo

#a133a1 Color Hex

#A133A1
(161,51,161)
0 Favorites   0 Comments

Color spaces of #a133a1

RGB 16151161
HSL0.830.520.42
HSV300°68°63°
CMYK 0.000.680.00   0.37
XYZ22.314812.517934.9583
Yxy12.51790.31970.1794
Hunter Lab35.380650.6650-33.8158
CIE-Lab42.027758.3332-36.9017

#a133a1 color RGB value is (161,51,161).

#a133a1 hex color red value is 161, green value is 51 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a133a1 hue: 0.83 , saturation: 0.52 and the lightness value of a133a1 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 10100001
Octal 241 63 241
Decimal 161 51 161
Hex A1 33 A1

RGB Percentages of Color #a133a1

%43.16
%13.67
%43.16

CMYK Percentages of Color #a133a1

%0
%68
%0
%37

Triadic Colors of #a133a1

#a133a1 #a1a133 #33a1a1

Analogous Colors of #a133a1

#a133a1 #a1336a #6a33a1

Monochromatic Colors of #a133a1

#a133a1

Complementary Color

#a133a1 #33a133

#a133a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a133a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a133a1 Color CSS Codes

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

#a133a1 Text Font Color

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

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


#a133a1 Background Color

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

This div background color is #a133a1


#a133a1 Border Color

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

This div border color is #a133a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a133a1


Comments

No comments written yet.

Please login to write comment.