Color Hex Logo

#a916a4 Color Hex

#A916A4
(169,22,164)
0 Favorites   0 Comments

Color spaces of #a916a4

RGB 16922164
HSL0.840.770.37
HSV302°87°66°
CMYK 0.000.870.03   0.34
XYZ23.349911.689236.1475
Yxy11.68920.32800.1642
Hunter Lab34.189562.0760-38.7529
CIE-Lab40.717868.6765-40.6956

#a916a4 color RGB value is (169,22,164).

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

The process color (four color CMYK) of #a916a4 color hex is 0.00, 0.87, 0.03, 0.34. Web safe color of #a916a4 is #990099. Color #a916a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010110 10100100
Octal 251 26 244
Decimal 169 22 164
Hex A9 16 A4

RGB Percentages of Color #a916a4

%47.61
%6.20
%46.20

CMYK Percentages of Color #a916a4

%0
%87
%3
%34

Triadic Colors of #a916a4

#a916a4 #a4a916 #16a4a9

Analogous Colors of #a916a4

#a916a4 #a9165b #6516a9

Monochromatic Colors of #a916a4

#a916a4

Complementary Color

#a916a4 #16a91b

#a916a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a916a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a916a4 Color CSS Codes

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

#a916a4 Text Font Color

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

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


#a916a4 Background Color

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

This div background color is #a916a4


#a916a4 Border Color

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

This div border color is #a916a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a916a4


Comments

No comments written yet.

Please login to write comment.