Color Hex Logo

#a424ad Color Hex

#A424AD
(164,36,173)
0 Favorites   0 Comments

Color spaces of #a424ad

RGB 16436173
HSL0.820.660.41
HSV296°79°68°
CMYK 0.050.790.00   0.32
XYZ23.483512.171440.6468
Yxy12.17140.30780.1595
Hunter Lab34.887559.0988-44.6564
CIE-Lab41.487265.9561-44.8917

#a424ad color RGB value is (164,36,173).

#a424ad hex color red value is 164, green value is 36 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a424ad hue: 0.82 , saturation: 0.66 and the lightness value of a424ad is 0.41.

The process color (four color CMYK) of #a424ad color hex is 0.05, 0.79, 0.00, 0.32. Web safe color of #a424ad is #993399. Color #a424ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100100 10101101
Octal 244 44 255
Decimal 164 36 173
Hex A4 24 AD

RGB Percentages of Color #a424ad

%43.97
%9.65
%46.38

CMYK Percentages of Color #a424ad

%5
%79
%0
%32

Triadic Colors of #a424ad

#a424ad #ada424 #24ada4

Analogous Colors of #a424ad

#a424ad #ad2472 #5f24ad

Monochromatic Colors of #a424ad

#a424ad

Complementary Color

#a424ad #2dad24

#a424ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a424ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a424ad Color CSS Codes

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

#a424ad Text Font Color

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

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


#a424ad Background Color

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

This div background color is #a424ad


#a424ad Border Color

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

This div border color is #a424ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a424ad


Comments

No comments written yet.

Please login to write comment.