Color Hex Logo

#a00aab Color Hex

#A00AAB
(160,10,171)
0 Favorites   0 Comments

Color spaces of #a00aab

RGB 16010171
HSL0.820.890.35
HSV296°94°67°
CMYK 0.060.940.00   0.33
XYZ21.956410.630939.4228
Yxy10.63090.30490.1476
Hunter Lab32.605163.1439-48.8640
CIE-Lab38.951769.9313-47.8030

#a00aab color RGB value is (160,10,171).

#a00aab hex color red value is 160, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a00aab hue: 0.82 , saturation: 0.89 and the lightness value of a00aab is 0.35.

The process color (four color CMYK) of #a00aab color hex is 0.06, 0.94, 0.00, 0.33. Web safe color of #a00aab is #990099. Color #a00aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 10101011
Octal 240 12 253
Decimal 160 10 171
Hex A0 A AB

RGB Percentages of Color #a00aab

%46.92
%2.93
%50.15

CMYK Percentages of Color #a00aab

%6
%94
%0
%33

Triadic Colors of #a00aab

#a00aab #aba00a #0aaba0

Analogous Colors of #a00aab

#a00aab #ab0a66 #500aab

Monochromatic Colors of #a00aab

#a00aab

Complementary Color

#a00aab #15ab0a

#a00aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00aab Color CSS Codes

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

#a00aab Text Font Color

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

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


#a00aab Background Color

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

This div background color is #a00aab


#a00aab Border Color

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

This div border color is #a00aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,10,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00aab


Comments

No comments written yet.

Please login to write comment.