Color Hex Logo

#a845aa Color Hex

#A845AA
(168,69,170)
0 Favorites   0 Comments

Color spaces of #a845aa

RGB 16869170
HSL0.830.420.47
HSV299°59°67°
CMYK 0.010.590.00   0.33
XYZ25.532315.483439.6731
Yxy15.48340.31640.1919
Hunter Lab39.349046.9624-32.2342
CIE-Lab46.289354.1286-35.4530

#a845aa color RGB value is (168,69,170).

#a845aa hex color red value is 168, green value is 69 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a845aa hue: 0.83 , saturation: 0.42 and the lightness value of a845aa is 0.47.

The process color (four color CMYK) of #a845aa color hex is 0.01, 0.59, 0.00, 0.33. Web safe color of #a845aa is #993399. Color #a845aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000101 10101010
Octal 250 105 252
Decimal 168 69 170
Hex A8 45 AA

RGB Percentages of Color #a845aa

%41.28
%16.95
%41.77

CMYK Percentages of Color #a845aa

%1
%59
%0
%33

Triadic Colors of #a845aa

#a845aa #aaa845 #45aaa8

Analogous Colors of #a845aa

#a845aa #aa457a #7645aa

Monochromatic Colors of #a845aa

#a845aa

Complementary Color

#a845aa #47aa45

#a845aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a845aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a845aa Color CSS Codes

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

#a845aa Text Font Color

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

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


#a845aa Background Color

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

This div background color is #a845aa


#a845aa Border Color

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

This div border color is #a845aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a845aa


Comments

No comments written yet.

Please login to write comment.