color codes Logo

#a00daa color codes

#A00DAA
(160,13,170)
0 Favorites   0 Comments

Color spaces of #a00daa

RGB 16013170
HSL0.820.860.36
HSV296°92°67°
CMYK 0.060.920.00   0.33
XYZ21.896810.663738.9344
Yxy10.66370.30630.1492
Hunter Lab32.655362.5451-47.8318
CIE-Lab39.008269.4101-47.1145

#a00daa color RGB value is (160,13,170).

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

The process color (four color CMYK) of #a00daa color code is 0.06, 0.92, 0.00, 0.33. Web safe color of #a00daa is #990099. Color #a00daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001101 10101010
Octal 240 15 252
Decimal 160 13 170
Hex A0 D AA

RGB Percentages of Color #a00daa

%46.65
%3.79
%49.56

CMYK Percentages of Color #a00daa

%6
%92
%0
%33

Triadic Colors of #a00daa

#a00daa #aaa00d #0daaa0

Analogous Colors of #a00daa

#a00daa #aa0d66 #510daa

Monochromatic Colors of #a00daa

#a00daa

Complementary Color

#a00daa #17aa0d

#a00daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00daa Color CSS Codes

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

#a00daa Text Font Color

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

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


#a00daa Background Color

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

This div background color is #a00daa


#a00daa Border Color

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

This div border color is #a00daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00daa


Comments

No comments written yet.

Please login to write comment.