Color Hex Logo

#a033ac Color Hex

#A033AC
(160,51,172)
0 Favorites   0 Comments

Color spaces of #a033ac

RGB 16051172
HSL0.820.540.44
HSV294°70°67°
CMYK 0.070.700.00   0.33
XYZ23.127412.819840.2852
Yxy12.81980.30340.1682
Hunter Lab35.804752.6404-41.6460
CIE-Lab42.490560.0379-42.7337

#a033ac color RGB value is (160,51,172).

#a033ac hex color red value is 160, green value is 51 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a033ac hue: 0.82 , saturation: 0.54 and the lightness value of a033ac is 0.44.

The process color (four color CMYK) of #a033ac color hex is 0.07, 0.70, 0.00, 0.33. Web safe color of #a033ac is #993399. Color #a033ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 10101100
Octal 240 63 254
Decimal 160 51 172
Hex A0 33 AC

RGB Percentages of Color #a033ac

%41.78
%13.32
%44.91

CMYK Percentages of Color #a033ac

%7
%70
%0
%33

Triadic Colors of #a033ac

#a033ac #aca033 #33aca0

Analogous Colors of #a033ac

#a033ac #ac337c #6433ac

Monochromatic Colors of #a033ac

#a033ac

Complementary Color

#a033ac #3fac33

#a033ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a033ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a033ac Color CSS Codes

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

#a033ac Text Font Color

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

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


#a033ac Background Color

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

This div background color is #a033ac


#a033ac Border Color

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

This div border color is #a033ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a033ac


Comments

No comments written yet.

Please login to write comment.