Color Hex Logo

#a93faa Color Hex

#A93FAA
(169,63,170)
0 Favorites   0 Comments

Color spaces of #a93faa

RGB 16963170
HSL0.830.460.46
HSV299°63°67°
CMYK 0.010.630.00   0.33
XYZ25.395414.892339.5662
Yxy14.89230.31800.1865
Hunter Lab38.590549.9326-33.7756
CIE-Lab45.486357.0120-36.7091

#a93faa color RGB value is (169,63,170).

#a93faa hex color red value is 169, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a93faa hue: 0.83 , saturation: 0.46 and the lightness value of a93faa is 0.46.

The process color (four color CMYK) of #a93faa color hex is 0.01, 0.63, 0.00, 0.33. Web safe color of #a93faa is #993399. Color #a93faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111111 10101010
Octal 251 77 252
Decimal 169 63 170
Hex A9 3F AA

RGB Percentages of Color #a93faa

%42.04
%15.67
%42.29

CMYK Percentages of Color #a93faa

%1
%63
%0
%33

Triadic Colors of #a93faa

#a93faa #aaa93f #3faaa9

Analogous Colors of #a93faa

#a93faa #aa3f76 #743faa

Monochromatic Colors of #a93faa

#a93faa

Complementary Color

#a93faa #40aa3f

#a93faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93faa Color CSS Codes

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

#a93faa Text Font Color

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

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


#a93faa Background Color

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

This div background color is #a93faa


#a93faa Border Color

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

This div border color is #a93faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93faa


Comments

No comments written yet.

Please login to write comment.