Color Hex Logo

#a31eaa Color Hex

#A31EAA
(163,30,170)
0 Favorites   0 Comments

Color spaces of #a31eaa

RGB 16330170
HSL0.830.700.39
HSV297°82°67°
CMYK 0.040.820.00   0.33
XYZ22.824211.617439.0696
Yxy11.61740.31050.1580
Hunter Lab34.084359.8831-44.1030
CIE-Lab40.601566.8101-44.5316

#a31eaa color RGB value is (163,30,170).

#a31eaa hex color red value is 163, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a31eaa hue: 0.83 , saturation: 0.70 and the lightness value of a31eaa is 0.39.

The process color (four color CMYK) of #a31eaa color hex is 0.04, 0.82, 0.00, 0.33. Web safe color of #a31eaa is #993399. Color #a31eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 10101010
Octal 243 36 252
Decimal 163 30 170
Hex A3 1E AA

RGB Percentages of Color #a31eaa

%44.90
%8.26
%46.83

CMYK Percentages of Color #a31eaa

%4
%82
%0
%33

Triadic Colors of #a31eaa

#a31eaa #aaa31e #1eaaa3

Analogous Colors of #a31eaa

#a31eaa #aa1e6b #5d1eaa

Monochromatic Colors of #a31eaa

#a31eaa

Complementary Color

#a31eaa #25aa1e

#a31eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31eaa Color CSS Codes

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

#a31eaa Text Font Color

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

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


#a31eaa Background Color

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

This div background color is #a31eaa


#a31eaa Border Color

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

This div border color is #a31eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31eaa


Comments

No comments written yet.

Please login to write comment.