Color Hex Logo

#a02aac Color Hex

#A02AAC
(160,42,172)
0 Favorites   0 Comments

Color spaces of #a02aac

RGB 16042172
HSL0.820.610.42
HSV294°76°67°
CMYK 0.070.760.00   0.33
XYZ22.771612.108140.1666
Yxy12.10810.30340.1613
Hunter Lab34.796755.9195-44.0821
CIE-Lab41.387463.1834-44.4944

#a02aac color RGB value is (160,42,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 10101100
Octal 240 52 254
Decimal 160 42 172
Hex A0 2A AC

RGB Percentages of Color #a02aac

%42.78
%11.23
%45.99

CMYK Percentages of Color #a02aac

%7
%76
%0
%33

Triadic Colors of #a02aac

#a02aac #aca02a #2aaca0

Analogous Colors of #a02aac

#a02aac #ac2a77 #5f2aac

Monochromatic Colors of #a02aac

#a02aac

Complementary Color

#a02aac #36ac2a

#a02aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aac Color CSS Codes

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

#a02aac Text Font Color

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

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


#a02aac Background Color

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

This div background color is #a02aac


#a02aac Border Color

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

This div border color is #a02aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aac


Comments

No comments written yet.

Please login to write comment.