Color Hex Logo

#a00baa Color Hex

#A00BAA
(160,11,170)
0 Favorites   0 Comments

Color spaces of #a00baa

RGB 16011170
HSL0.820.880.35
HSV296°94°67°
CMYK 0.060.940.00   0.33
XYZ21.872610.615238.9263
Yxy10.61520.30630.1486
Hunter Lab32.581062.8158-48.0304
CIE-Lab38.924769.6571-47.2487

#a00baa color RGB value is (160,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001011 10101010
Octal 240 13 252
Decimal 160 11 170
Hex A0 B AA

RGB Percentages of Color #a00baa

%46.92
%3.23
%49.85

CMYK Percentages of Color #a00baa

%6
%94
%0
%33

Triadic Colors of #a00baa

#a00baa #aaa00b #0baaa0

Analogous Colors of #a00baa

#a00baa #aa0b65 #510baa

Monochromatic Colors of #a00baa

#a00baa

Complementary Color

#a00baa #15aa0b

#a00baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00baa Color CSS Codes

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

#a00baa Text Font Color

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

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


#a00baa Background Color

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

This div background color is #a00baa


#a00baa Border Color

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

This div border color is #a00baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00baa


Comments

No comments written yet.

Please login to write comment.