Color Hex Logo

#a941a4 Color Hex

#A941A4
(169,65,164)
0 Favorites   0 Comments

Color spaces of #a941a4

RGB 16965164
HSL0.840.440.46
HSV303°62°66°
CMYK 0.000.620.03   0.34
XYZ24.953314.895936.6820
Yxy14.89590.32610.1946
Hunter Lab38.595247.8656-29.3343
CIE-Lab45.491355.1110-33.1448

#a941a4 color RGB value is (169,65,164).

#a941a4 hex color red value is 169, green value is 65 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a941a4 hue: 0.84 , saturation: 0.44 and the lightness value of a941a4 is 0.46.

The process color (four color CMYK) of #a941a4 color hex is 0.00, 0.62, 0.03, 0.34. Web safe color of #a941a4 is #993399. Color #a941a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000001 10100100
Octal 251 101 244
Decimal 169 65 164
Hex A9 41 A4

RGB Percentages of Color #a941a4

%42.46
%16.33
%41.21

CMYK Percentages of Color #a941a4

%0
%62
%3
%34

Triadic Colors of #a941a4

#a941a4 #a4a941 #41a4a9

Analogous Colors of #a941a4

#a941a4 #a94170 #7a41a9

Monochromatic Colors of #a941a4

#a941a4

Complementary Color

#a941a4 #41a946

#a941a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a941a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a941a4 Color CSS Codes

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

#a941a4 Text Font Color

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

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


#a941a4 Background Color

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

This div background color is #a941a4


#a941a4 Border Color

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

This div border color is #a941a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a941a4


Comments

No comments written yet.

Please login to write comment.