Color Hex Logo

#a71aac Color Hex

#A71AAC
(167,26,172)
0 Favorites   0 Comments

Color spaces of #a71aac

RGB 16726172
HSL0.830.740.39
HSV298°85°67°
CMYK 0.030.850.00   0.33
XYZ23.752111.932840.0811
Yxy11.93280.31350.1575
Hunter Lab34.543962.2834-44.6132
CIE-Lab41.109168.7776-44.8724

#a71aac color RGB value is (167,26,172).

#a71aac hex color red value is 167, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a71aac hue: 0.83 , saturation: 0.74 and the lightness value of a71aac is 0.39.

The process color (four color CMYK) of #a71aac color hex is 0.03, 0.85, 0.00, 0.33. Web safe color of #a71aac is #993399. Color #a71aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011010 10101100
Octal 247 32 254
Decimal 167 26 172
Hex A7 1A AC

RGB Percentages of Color #a71aac

%45.75
%7.12
%47.12

CMYK Percentages of Color #a71aac

%3
%85
%0
%33

Triadic Colors of #a71aac

#a71aac #aca71a #1aaca7

Analogous Colors of #a71aac

#a71aac #ac1a68 #5e1aac

Monochromatic Colors of #a71aac

#a71aac

Complementary Color

#a71aac #1fac1a

#a71aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71aac Color CSS Codes

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

#a71aac Text Font Color

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

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


#a71aac Background Color

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

This div background color is #a71aac


#a71aac Border Color

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

This div border color is #a71aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,26,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a71aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a71aac;
  -webkit-box-shadow: 1px 1px 3px 2px #a71aac;
  box-shadow:         1px 1px 3px 2px #a71aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,26,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71aac


Comments

No comments written yet.

Please login to write comment.