Color Hex Logo

#a72aac Color Hex

#A72AAC
(167,42,172)
0 Favorites   0 Comments

Color spaces of #a72aac

RGB 16742172
HSL0.830.610.42
HSV298°76°67°
CMYK 0.030.760.00   0.33
XYZ24.210712.850040.2340
Yxy12.85000.31320.1662
Hunter Lab35.846957.8254-41.4533
CIE-Lab42.536464.6397-42.5937

#a72aac color RGB value is (167,42,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 10101100
Octal 247 52 254
Decimal 167 42 172
Hex A7 2A AC

RGB Percentages of Color #a72aac

%43.83
%11.02
%45.14

CMYK Percentages of Color #a72aac

%3
%76
%0
%33

Triadic Colors of #a72aac

#a72aac #aca72a #2aaca7

Analogous Colors of #a72aac

#a72aac #ac2a70 #662aac

Monochromatic Colors of #a72aac

#a72aac

Complementary Color

#a72aac #2fac2a

#a72aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72aac Color CSS Codes

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

#a72aac Text Font Color

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

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


#a72aac Background Color

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

This div background color is #a72aac


#a72aac Border Color

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

This div border color is #a72aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72aac


Comments

No comments written yet.

Please login to write comment.