Color Hex Logo

#a424aa Color Hex

#A424AA
(164,36,170)
0 Favorites   0 Comments

Color spaces of #a424aa

RGB 16436170
HSL0.830.650.40
HSV297°79°67°
CMYK 0.040.790.00   0.33
XYZ23.196412.056539.1348
Yxy12.05650.31180.1621
Hunter Lab34.722558.4829-42.5185
CIE-Lab41.305865.4545-43.3963

#a424aa color RGB value is (164,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100100 10101010
Octal 244 44 252
Decimal 164 36 170
Hex A4 24 AA

RGB Percentages of Color #a424aa

%44.32
%9.73
%45.95

CMYK Percentages of Color #a424aa

%4
%79
%0
%33

Triadic Colors of #a424aa

#a424aa #aaa424 #24aaa4

Analogous Colors of #a424aa

#a424aa #aa246d #6124aa

Monochromatic Colors of #a424aa

#a424aa

Complementary Color

#a424aa #2aaa24

#a424aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a424aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a424aa Color CSS Codes

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

#a424aa Text Font Color

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

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


#a424aa Background Color

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

This div background color is #a424aa


#a424aa Border Color

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

This div border color is #a424aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a424aa


Comments

No comments written yet.

Please login to write comment.