Color Hex Logo

#a721ae Color Hex

#A721AE
(167,33,174)
0 Favorites   0 Comments

Color spaces of #a721ae

RGB 16733174
HSL0.830.680.41
HSV297°81°68°
CMYK 0.040.810.00   0.32
XYZ24.120212.359241.1587
Yxy12.35920.31070.1592
Hunter Lab35.155760.9460-44.8052
CIE-Lab41.781467.4984-44.9865

#a721ae color RGB value is (167,33,174).

#a721ae hex color red value is 167, green value is 33 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a721ae hue: 0.83 , saturation: 0.68 and the lightness value of a721ae is 0.41.

The process color (four color CMYK) of #a721ae color hex is 0.04, 0.81, 0.00, 0.32. Web safe color of #a721ae is #993399. Color #a721ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 10101110
Octal 247 41 256
Decimal 167 33 174
Hex A7 21 AE

RGB Percentages of Color #a721ae

%44.65
%8.82
%46.52

CMYK Percentages of Color #a721ae

%4
%81
%0
%32

Triadic Colors of #a721ae

#a721ae #aea721 #21aea7

Analogous Colors of #a721ae

#a721ae #ae216f #6121ae

Monochromatic Colors of #a721ae

#a721ae

Complementary Color

#a721ae #28ae21

#a721ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a721ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a721ae Color CSS Codes

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

#a721ae Text Font Color

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

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


#a721ae Background Color

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

This div background color is #a721ae


#a721ae Border Color

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

This div border color is #a721ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a721ae


Comments

No comments written yet.

Please login to write comment.