Color Hex Logo

#a35faa Color Hex

#A35FAA
(163,95,170)
0 Favorites   0 Comments

Color spaces of #a35faa

RGB 16395170
HSL0.820.310.52
HSV294°44°67°
CMYK 0.040.440.00   0.33
XYZ26.452218.873240.2789
Yxy18.87320.30900.2205
Hunter Lab43.443332.6611-24.5610
CIE-Lab50.538539.6418-28.8502

#a35faa color RGB value is (163,95,170).

#a35faa hex color red value is 163, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a35faa hue: 0.82 , saturation: 0.31 and the lightness value of a35faa is 0.52.

The process color (four color CMYK) of #a35faa color hex is 0.04, 0.44, 0.00, 0.33. Web safe color of #a35faa is #996699. Color #a35faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011111 10101010
Octal 243 137 252
Decimal 163 95 170
Hex A3 5F AA

RGB Percentages of Color #a35faa

%38.08
%22.20
%39.72

CMYK Percentages of Color #a35faa

%4
%44
%0
%33

Triadic Colors of #a35faa

#a35faa #aaa35f #5faaa3

Analogous Colors of #a35faa

#a35faa #aa5f8c #7e5faa

Monochromatic Colors of #a35faa

#a35faa

Complementary Color

#a35faa #66aa5f

#a35faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35faa Color CSS Codes

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

#a35faa Text Font Color

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

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


#a35faa Background Color

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

This div background color is #a35faa


#a35faa Border Color

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

This div border color is #a35faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35faa


Comments

No comments written yet.

Please login to write comment.