Color Hex Logo

#a421aa Color Hex

#A421AA
(164,33,170)
0 Favorites   0 Comments

Color spaces of #a421aa

RGB 16433170
HSL0.830.670.40
HSV297°81°67°
CMYK 0.040.810.00   0.33
XYZ23.109411.882539.1058
Yxy11.88250.31190.1604
Hunter Lab34.471059.3424-43.1321
CIE-Lab41.028866.2574-43.8388

#a421aa color RGB value is (164,33,170).

#a421aa hex color red value is 164, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a421aa hue: 0.83 , saturation: 0.67 and the lightness value of a421aa is 0.40.

The process color (four color CMYK) of #a421aa color hex is 0.04, 0.81, 0.00, 0.33. Web safe color of #a421aa is #993399. Color #a421aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100001 10101010
Octal 244 41 252
Decimal 164 33 170
Hex A4 21 AA

RGB Percentages of Color #a421aa

%44.69
%8.99
%46.32

CMYK Percentages of Color #a421aa

%4
%81
%0
%33

Triadic Colors of #a421aa

#a421aa #aaa421 #21aaa4

Analogous Colors of #a421aa

#a421aa #aa216c #6021aa

Monochromatic Colors of #a421aa

#a421aa

Complementary Color

#a421aa #27aa21

#a421aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a421aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a421aa Color CSS Codes

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

#a421aa Text Font Color

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

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


#a421aa Background Color

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

This div background color is #a421aa


#a421aa Border Color

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

This div border color is #a421aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a421aa


Comments

No comments written yet.

Please login to write comment.